rpms/audit/devel audit.spec,1.224,1.225

Steve Grubb sgrubb at fedoraproject.org
Fri Jan 29 18:46:26 UTC 2010


Author: sgrubb

Update of /cvs/pkgs/rpms/audit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15676

Modified Files:
	audit.spec 
Log Message:
* Fri Jan 29 2010 Steve Grubb <sgrubb at redhat.com> 2.0.4-2
- Split out static libs (#556039)



Index: audit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/audit.spec,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -p -r1.224 -r1.225
--- audit.spec	8 Dec 2009 15:43:21 -0000	1.224
+++ audit.spec	29 Jan 2010 18:46:25 -0000	1.225
@@ -3,7 +3,7 @@
 Summary: User space tools for 2.6 kernel auditing
 Name: audit
 Version: 2.0.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://people.redhat.com/sgrubb/audit/
@@ -31,16 +31,26 @@ The audit-libs package contains the dyna
 applications to use the audit framework.
 
 %package libs-devel
-Summary: Header files and static library for libaudit
+Summary: Header files for libaudit
 License: LGPLv2+
 Group: Development/Libraries
 Requires: %{name}-libs = %{version}
 Requires: kernel-headers >= 2.6.29
 
 %description libs-devel
-The audit-libs-devel package contains the static libraries and header 
-files needed for developing applications that need to use the audit 
-framework libraries.
+The audit-libs-devel package contains the header files needed for
+developing applications that need to use the audit framework libraries.
+
+%package libs-static
+Summary: Static version of libaudit library
+License: LGPLv2+
+Group: Development/Libraries
+Requires: kernel-headers >= 2.6.29
+
+%description libs-static
+The audit-libs-static package contains the static libraries
+needed for developing applications that need to use static audit
+framework libraries
 
 %package libs-python
 Summary: Python bindings for libaudit
@@ -147,8 +157,6 @@ fi
 %files libs-devel
 %defattr(-,root,root,-)
 %doc contrib/skeleton.c contrib/plugin
-%{_libdir}/libaudit.a
-%{_libdir}/libauparse.a
 %{_libdir}/libaudit.so
 %{_libdir}/libauparse.so
 %{_includedir}/libaudit.h
@@ -156,6 +164,11 @@ fi
 %{_includedir}/auparse-defs.h
 %{_mandir}/man3/*
 
+%files libs-static
+%defattr(-,root,root,-)
+%{_libdir}/libaudit.a
+%{_libdir}/libauparse.a
+
 %files libs-python
 %defattr(-,root,root,-)
 %attr(755,root,root) %{python_sitearch}/_audit.so
@@ -219,6 +232,9 @@ fi
 %attr(644,root,root) %{_mandir}/man8/audisp-remote.8.gz
 
 %changelog
+* Fri Jan 29 2010 Steve Grubb <sgrubb at redhat.com> 2.0.4-2
+- Split out static libs (#556039)
+
 * Tue Dec 08 2009 Steve Grubb <sgrubb at redhat.com> 2.0.4-1
 - New upstream release
 



More information about the scm-commits mailing list