rpms/gmp/devel gmp.spec,1.47,1.48

Ivana Varekova (varekova) fedora-extras-commits at redhat.com
Fri Feb 8 10:58:39 UTC 2008


Author: varekova

Update of /cvs/pkgs/rpms/gmp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29243

Modified Files:
	gmp.spec 
Log Message:
- split the devel subpackage to devel and static parts



Index: gmp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gmp/devel/gmp.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- gmp.spec	7 Feb 2008 14:59:20 -0000	1.47
+++ gmp.spec	8 Feb 2008 10:58:05 -0000	1.48
@@ -8,7 +8,7 @@
 Summary: A GNU arbitrary precision library
 Name: gmp
 Version: 4.2.2
-Release: 4%{?dist}
+Release: 5%{?dist}
 URL: http://gmplib.org/
 Source0: ftp://ftp.gnu.org/pub/gnu/gmp/gmp-%{version}.tar.bz2
 Source2: gmp.h
@@ -42,13 +42,22 @@
 Requires(preun): /sbin/install-info
 
 %description devel
-The static libraries, header files and documentation for using the GNU
-MP arbitrary precision library in applications.
+The libraries, header files and documentation for using the GNU MP 
+arbitrary precision library in applications.
 
 If you want to develop applications which will use the GNU MP library,
 you'll need to install the gmp-devel package.  You'll also need to
 install the gmp package.
 
+%package static
+Summary: Development tools for the GNU MP arbitrary precision library
+Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+
+%description static
+The static libraries for using the GNU MP arbitrary precision library 
+in applications.
+
 %prep
 %setup -q 
 %patch0 -p1
@@ -172,16 +181,25 @@
 
 %files devel
 %defattr(-,root,root,-)
+%doc README
 %{_libdir}/libmp.so
 %{_libdir}/libgmp.so
 %{_libdir}/libgmpxx.so
+%{_includedir}/*.h
+%{_infodir}/gmp.info*
+
+%files static
+%defattr(-,root,root,-)
+%doc README
 %{_libdir}/libmp.a
 %{_libdir}/libgmp.a
 %{_libdir}/libgmpxx.a
-%{_includedir}/*.h
-%{_infodir}/gmp.info*
+
 
 %changelog
+* Fri Feb  8 2008 Ivana Varekova <varekova at redhat.com> 4.2.2-5
+- split the devel subpackage to devel and static parts
+
 * Thu Feb  7 2008 Ivana Varekova <varekova at redhat.com> 4.2.2-4
 - change license tag
 




More information about the fedora-extras-commits mailing list