From 27358805f8606666600e2337fd5c84d09e813d4e Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Mon, 28 Sep 2009 17:24:50 +0000 Subject: [PATCH] - New upstream release --- .cvsignore | 1 + libcap-ng.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 0b12fce..8074659 100644 --- a/.cvsignore +++ b/.cvsignore @@ -4,3 +4,4 @@ libcap-ng-0.5.tar.gz libcap-ng-0.5.1.tar.gz libcap-ng-0.6.tar.gz libcap-ng-0.6.1.tar.gz +libcap-ng-0.6.2.tar.gz diff --git a/libcap-ng.spec b/libcap-ng.spec index 4a1255c..88da56a 100644 --- a/libcap-ng.spec +++ b/libcap-ng.spec @@ -2,7 +2,7 @@ Summary: An alternate posix capabilities library Name: libcap-ng -Version: 0.6.1 +Version: 0.6.2 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -65,6 +65,9 @@ VLIBNAME=$(ls $RPM_BUILD_ROOT/%{_lib}/%{name}.so.*.*.*) LIBNAME=$(basename $VLIBNAME) ln -s ../../%{_lib}/$LIBNAME $RPM_BUILD_ROOT%{_libdir}/%{name}.so +# Move the pkgconfig file +mv $RPM_BUILD_ROOT/%{_lib}/pkgconfig $RPM_BUILD_ROOT%{_libdir} + # Remove a couple things so they don't get picked up rm -f $RPM_BUILD_ROOT/%{_lib}/libcap-ng.la rm -f $RPM_BUILD_ROOT/%{_lib}/libcap-ng.a @@ -90,6 +93,7 @@ rm -rf $RPM_BUILD_ROOT %attr(0644,root,root) %{_includedir}/cap-ng.h %attr(0755,root,root) %{_libdir}/libcap-ng.so %attr(0644,root,root) %{_datadir}/aclocal/cap-ng.m4 +%{_libdir}/pkgconfig/libcap-ng.pc %files python %defattr(-,root,root,-) @@ -103,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT %attr(0644,root,root) %{_mandir}/man8/* %changelog +* Mon Sep 28 2009 Steve Grubb 0.6.2-1 +- New upstream release + * Sun Jul 26 2009 Steve Grubb 0.6.1-1 - New upstream release diff --git a/sources b/sources index 76adefb..1b16a83 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b96878df29d123d461c3296f46aa49e libcap-ng-0.6.1.tar.gz +f9af01f4ec602506da717632b94354fd libcap-ng-0.6.2.tar.gz