- libcap-2.10
This commit is contained in:
parent
5c19a860d6
commit
234212358a
@ -1,2 +1 @@
|
||||
libcap-1.10.tar.bz2
|
||||
libcap-2.06.tar.gz
|
||||
libcap-2.10.tar.bz2
|
||||
|
14
libcap.spec
14
libcap.spec
@ -1,8 +1,8 @@
|
||||
Name: libcap
|
||||
Version: 2.06
|
||||
Release: 4%{?dist}
|
||||
Version: 2.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for getting and setting POSIX.1e capabilities
|
||||
Source: http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/%{name}-%{version}.tar.gz
|
||||
Source: http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/%{name}-%{version}.tar.bz2
|
||||
Source1: http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/%{name}-1.10.tar.bz2
|
||||
Patch0: libcap-1.10-userland.patch
|
||||
Patch1: libcap-1.10-shared.patch
|
||||
@ -69,7 +69,7 @@ make install DESTDIR=${RPM_BUILD_ROOT} \
|
||||
MANDIR=${RPM_BUILD_ROOT}/%{_mandir}/ \
|
||||
COPTFLAG="$RPM_OPT_FLAGS"
|
||||
mkdir -p ${RPM_BUILD_ROOT}/%{_mandir}/man{2,3,8}
|
||||
mv -f doc/*.2 ${RPM_BUILD_ROOT}/%{_mandir}/man2/
|
||||
#mv -f doc/*.2 ${RPM_BUILD_ROOT}/%{_mandir}/man2/
|
||||
mv -f doc/*.3 ${RPM_BUILD_ROOT}/%{_mandir}/man3/
|
||||
|
||||
(cd libcap-1.10;
|
||||
@ -87,19 +87,23 @@ chmod +x ${RPM_BUILD_ROOT}/%{_lib}/*.so.*
|
||||
/%{_lib}/*.so.*
|
||||
%{_sbindir}/*
|
||||
%{_mandir}/man8/*
|
||||
/%{_lib}/security/pam_cap.so
|
||||
%doc doc/capability.notes License
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/*
|
||||
/%{_lib}/*.so
|
||||
%{_mandir}/man2/*
|
||||
#{_mandir}/man2/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%clean
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%changelog
|
||||
* Thu Jun 05 2008 Karsten Hopp <karsten@redhat.com> 2.10-1
|
||||
- libcap-2.10
|
||||
|
||||
* Thu Feb 21 2008 Karsten Hopp <karsten@redhat.com> 2.06-4
|
||||
- don't build static binaries (#433808)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user