From: Arkadiusz Miƛkiewicz Date: Mon, 28 Jan 2013 16:52:11 +0000 (+0100) Subject: - up to 2.0.0 X-Git-Tag: auto/th/libseccomp-2.0.0-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=c86f6298c7ac698006b341619a430f99a9269618;p=packages%2Flibseccomp.git - up to 2.0.0 --- diff --git a/libseccomp-pc.patch b/libseccomp-pc.patch index a287e31..68498af 100644 --- a/libseccomp-pc.patch +++ b/libseccomp-pc.patch @@ -1,12 +1,12 @@ ---- libseccomp-1.0.0/Makefile.orig 2012-07-28 00:39:00.000000000 +0200 -+++ libseccomp-1.0.0/Makefile 2012-10-27 21:21:08.860539706 +0200 +--- libseccomp-2.0.0/Makefile~ 2013-01-16 21:07:08.000000000 +0100 ++++ libseccomp-2.0.0/Makefile 2013-01-28 17:51:12.258014973 +0100 @@ -85,7 +85,8 @@ install: $(SUBDIRS_BUILD) - @$(ECHO) ">> INFO: installing in $(INSTALL_PREFIX) ..." + @$(ECHO_INFO) "installing in $(INSTALL_PREFIX) ..." - $(INSTALL_PC_MACRO) libseccomp.pc + $(INSTALL) -d $(INSTALL_LIB_DIR)/pkgconfig + $(INSTALL) libseccomp.pc $(INSTALL_LIB_DIR)/pkgconfig @for dir in $(SUBDIRS_INSTALL); do \ - $(ECHO) ">> INFO: installing from $$dir/"; \ + $(ECHO_INFO) "installing from $$dir/"; \ $(MAKE) -C $$dir install; \ diff --git a/libseccomp.spec b/libseccomp.spec index 75faec1..79d4f2c 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -1,12 +1,12 @@ Summary: Enhanced Seccomp (mode 2) Helper library Summary(pl.UTF-8): Rozszerzona biblioteka pomocnicza Seccomp (trybu 2) Name: libseccomp -Version: 1.0.1 +Version: 2.0.0 Release: 1 License: LGPL v2.1 Group: Libraries Source0: http://downloads.sourceforge.net/libseccomp/%{name}-%{version}.tar.gz -# Source0-md5: bbd85c2e6755fe7dcaca2576655bf289 +# Source0-md5: f988feac6a3425f2c918f32b28df1caa Patch0: %{name}-pc.patch URL: http://libseccomp.sourceforge.net/ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -85,7 +85,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc CHANGELOG CREDITS README %attr(755,root,root) %{_libdir}/libseccomp.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libseccomp.so.1 +%attr(755,root,root) %ghost %{_libdir}/libseccomp.so.2 %files devel %defattr(644,root,root,755)