rpms/libsemanage/devel libsemanage.spec,1.192,1.193

Daniel J Walsh dwalsh at fedoraproject.org
Mon Jan 18 21:45:34 UTC 2010


Author: dwalsh

Update of /cvs/extras/rpms/libsemanage/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21714

Modified Files:
	libsemanage.spec 
Log Message:
* Mon Jan 18 2010 Dan Walsh <dwalsh at redhat.com> - 2.0.43-3
- Splect libsemanage.a into a static subpackage to keep fedora packaging guidelines happy



Index: libsemanage.spec
===================================================================
RCS file: /cvs/extras/rpms/libsemanage/devel/libsemanage.spec,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -p -r1.192 -r1.193
--- libsemanage.spec	16 Dec 2009 21:11:12 -0000	1.192
+++ libsemanage.spec	18 Jan 2010 21:45:33 -0000	1.193
@@ -32,13 +32,22 @@ It is used by checkpolicy (the policy co
 as by programs like load_policy that need to perform specific transformations
 on binary policies such as customizing policy boolean settings.
 
+%package static
+Summary: Static library used to build policy manipulation tools
+Group: Development/Libraries
+Requires: libsemanage-devel = %{version}-%{release}
+
+%description static
+The semanage-static package contains the static libraries 
+needed for developing applications that manipulate binary policies. 
+
 %package devel
 Summary: Header files and libraries used to build policy manipulation tools
 Group: Development/Libraries
 Requires: libsemanage = %{version}-%{release} ustr
 
 %description devel
-The semanage-devel package contains the static libraries and header files
+The semanage-devel package contains the libraries and header files
 needed for developing applications that manipulate binary policies. 
 
 %package python
@@ -80,9 +89,12 @@ rm -rf ${RPM_BUILD_ROOT}
 
 %postun -p /sbin/ldconfig
 
-%files devel
+%files static
 %defattr(-,root,root)
 %{_libdir}/libsemanage.a
+
+%files devel
+%defattr(-,root,root)
 %{_libdir}/libsemanage.so
 %{_libdir}/pkgconfig/libsemanage.pc
 %dir %{_includedir}/semanage
@@ -93,6 +105,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_libdir}/python*/site-packages/*
 
 %changelog
+* Mon Jan 18 2010 Dan Walsh <dwalsh at redhat.com> - 2.0.43-3
+- Splect libsemanage.a into a static subpackage to keep fedora packaging guidelines happy
+
 * Wed Dec 16 2009 Dan Walsh <dwalsh at redhat.com> - 2.0.43-2
 - Rebuild all c programs with -fPIC
 



More information about the scm-commits mailing list