auto-import changelog data from libcap-1.10-5.src.rpm

Mon Jul 16 2001 Trond Eivind Glomsrd <teg@redhat.com>
- Add post,postun scripts
This commit is contained in:
cvsdist 2004-09-09 07:21:27 +00:00
parent 3b8486c2fd
commit d92e238ef3

View File

@ -1,6 +1,6 @@
Name: libcap
Version: 1.10
Release: 4
Release: 5
Summary: Library for getting and setting POSIX.1e capabilities
Source: ftp://ftp.kernel.org/pub/linux/libraries/security/libcap/kernel-2.4/%{name}-%{version}.tar.bz2
License: BSD-like and LGPL
@ -44,6 +44,9 @@ make prefix=/usr
rm -rf $RPM_BUILD_ROOT
make install prefix=/usr FAKEROOT=$RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_libdir}/*.so.*
@ -60,6 +63,9 @@ make install prefix=/usr FAKEROOT=$RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/%{name}-%{version}
%changelog
* Mon Jul 16 2001 Trond Eivind Glomsrød <teg@redhat.com>
- Add post,postun scripts
* Tue Jul 10 2001 Jakub Jelinek <jakub@redhat.com>
- don't build libcap.so.1 with ld -shared, but gcc -shared