]> git.pld-linux.org Git - packages/libseccomp.git/commitdiff
- up to 2.0.0 auto/th/libseccomp-2.0.0-1 auto/ti/libseccomp-2.0.0-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 28 Jan 2013 16:52:11 +0000 (17:52 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 28 Jan 2013 16:52:11 +0000 (17:52 +0100)
libseccomp-pc.patch
libseccomp.spec

index a287e315e3cabc1c0a62df555d18665db1ef46bc..68498af2d3f7fa0465b2657c5d172e9719658ebd 100644 (file)
@@ -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; \
index 75faec1eca7c8410644d77030adb3b64449cf2f6..79d4f2ce859779a9fe7c0abbbd7173ab9470e143 100644 (file)
@@ -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)
This page took 0.052137 seconds and 4 git commands to generate.