devel/libcap .cvsignore, 1.2, 1.3 libcap.spec, 1.30, 1.31 sources, 1.2, 1.3 libcap-1.10-audit.patch, 1.1, NONE libcap-1.10-debian.patch, 1.1, NONE libcap-1.10-fPIC.patch, 1.1, NONE libcap-1.10-ia64.patch, 1.1, NONE libcap-1.10-nostaticlib.patch, 1.1, NONE libcap-1.10-shared.patch, 1.2, NONE libcap-1.10-useCFLAGSwithCC.patch, 1.1, NONE libcap-1.10-userland.patch, 1.2, NONE

Karsten Hopp (karsten) fedora-extras-commits at redhat.com
Fri Feb 15 19:50:49 UTC 2008


Author: karsten

Update of /cvs/extras/devel/libcap
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20069

Modified Files:
	.cvsignore libcap.spec sources 
Removed Files:
	libcap-1.10-audit.patch libcap-1.10-debian.patch 
	libcap-1.10-fPIC.patch libcap-1.10-ia64.patch 
	libcap-1.10-nostaticlib.patch libcap-1.10-shared.patch 
	libcap-1.10-useCFLAGSwithCC.patch libcap-1.10-userland.patch 
Log Message:
- upate to 2.06 (#432983)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/devel/libcap/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 Sep 2004 07:21:23 -0000	1.2
+++ .cvsignore	15 Feb 2008 19:50:00 -0000	1.3
@@ -1 +1 @@
-libcap-1.10.tar.bz2
+libcap-2.06.tar.gz


Index: libcap.spec
===================================================================
RCS file: /cvs/extras/devel/libcap/libcap.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- libcap.spec	16 Jan 2008 09:27:18 -0000	1.30
+++ libcap.spec	15 Feb 2008 19:50:00 -0000	1.31
@@ -1,10 +1,9 @@
 Name: libcap
-Version: 1.10
-Release: 33%{?dist}
+Version: 2.06
+Release: 1%{?dist}
 Summary: Library for getting and setting POSIX.1e capabilities
-Source: ftp://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/%{name}-%{version}.tar.bz2
-Source1: http://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/capfaq-0.2.txt
-URL: http://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/
+Source: http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/%{name}-%{version}.tar.gz
+URL: http://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/
 License: LGPLv2+
 Patch1: libcap-1.10-userland.patch
 Patch2: libcap-1.10-shared.patch
@@ -15,6 +14,7 @@
 Patch7: libcap-1.10-audit.patch
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: libattr-devel
 
 %description
 libcap is a library for getting and setting POSIX.1e (formerly POSIX 6)
@@ -36,18 +36,19 @@
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
+#patch1 -p1
+#patch2 -p1
+#patch3 -p1
+#patch4 -p1
+#patch5 -p1
+#patch6 -p1
+#patch7 -p1
 
 %build
+# libcap can not be build with _smp_mflags:
 make PREFIX=%{_prefix} LIBDIR=%{_libdir} SBINDIR=%{_sbindir} \
-     INCDIR=%{_includedir} MANDIR=%{_mandir} COPTFLAG="$RPM_OPT_FLAGS" \
-     %{?_smp_mflags}
+     INCDIR=%{_includedir} MANDIR=%{_mandir} COPTFLAG="$RPM_OPT_FLAGS"
+    
 
 %install
 rm -rf ${RPM_BUILD_ROOT}
@@ -60,7 +61,6 @@
 mkdir -p ${RPM_BUILD_ROOT}/%{_mandir}/man{2,3,8}
 mv -f doc/*.2 ${RPM_BUILD_ROOT}/%{_mandir}/man2/
 mv -f doc/*.3 ${RPM_BUILD_ROOT}/%{_mandir}/man3/
-cp -p %{SOURCE1} doc/
 
 chmod +x ${RPM_BUILD_ROOT}/%{_lib}/*.so.*
 
@@ -71,7 +71,8 @@
 %defattr(-,root,root,-)
 /%{_lib}/*.so.*
 %{_sbindir}/*
-%doc doc/capability.notes  doc/capfaq-0.2.txt License
+%{_mandir}/man8/*
+%doc doc/capability.notes License
 
 %files devel
 %defattr(-,root,root,-)
@@ -84,6 +85,9 @@
 rm -rf ${RPM_BUILD_ROOT}
 
 %changelog
+* Fri Feb 15 2008 Karsten Hopp <karsten at redhat.com> 2.06-1
+- upate to 2.06 (#432983)
+
 * Wed Jan 16 2008 Karsten Hopp <karsten at redhat.com> 1.10-33
 - drop post,postun requirements on ldconfig as find-requires can handle this
 


Index: sources
===================================================================
RCS file: /cvs/extras/devel/libcap/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 Sep 2004 07:21:23 -0000	1.2
+++ sources	15 Feb 2008 19:50:00 -0000	1.3
@@ -1 +1 @@
-4426a413128142cab89eb2e6f13d8571  libcap-1.10.tar.bz2
+18f236fbd4a3613edb194f1792ad0a69  libcap-2.06.tar.gz


--- libcap-1.10-audit.patch DELETED ---


--- libcap-1.10-debian.patch DELETED ---


--- libcap-1.10-fPIC.patch DELETED ---


--- libcap-1.10-ia64.patch DELETED ---


--- libcap-1.10-nostaticlib.patch DELETED ---


--- libcap-1.10-shared.patch DELETED ---


--- libcap-1.10-useCFLAGSwithCC.patch DELETED ---


--- libcap-1.10-userland.patch DELETED ---




More information about the fedora-extras-commits mailing list