- New upstream release

This commit is contained in:
Steve Grubb 2009-09-28 17:24:50 +00:00
parent e8c38587dd
commit 27358805f8
3 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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 <sgrubb@redhat.com> 0.6.2-1
- New upstream release
* Sun Jul 26 2009 Steve Grubb <sgrubb@redhat.com> 0.6.1-1
- New upstream release

View File

@ -1 +1 @@
5b96878df29d123d461c3296f46aa49e libcap-ng-0.6.1.tar.gz
f9af01f4ec602506da717632b94354fd libcap-ng-0.6.2.tar.gz