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:
parent
3b8486c2fd
commit
d92e238ef3
@ -1,6 +1,6 @@
|
|||||||
Name: libcap
|
Name: libcap
|
||||||
Version: 1.10
|
Version: 1.10
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: Library for getting and setting POSIX.1e capabilities
|
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
|
Source: ftp://ftp.kernel.org/pub/linux/libraries/security/libcap/kernel-2.4/%{name}-%{version}.tar.bz2
|
||||||
License: BSD-like and LGPL
|
License: BSD-like and LGPL
|
||||||
@ -44,6 +44,9 @@ make prefix=/usr
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make install prefix=/usr FAKEROOT=$RPM_BUILD_ROOT
|
make install prefix=/usr FAKEROOT=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
@ -60,6 +63,9 @@ make install prefix=/usr FAKEROOT=$RPM_BUILD_ROOT
|
|||||||
rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/%{name}-%{version}
|
rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/%{name}-%{version}
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Tue Jul 10 2001 Jakub Jelinek <jakub@redhat.com>
|
||||||
- don't build libcap.so.1 with ld -shared, but gcc -shared
|
- don't build libcap.so.1 with ld -shared, but gcc -shared
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user