rpms/factory/devel factory.spec,1.17,1.18

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Dec 18 18:45:27 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/factory/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24716

Modified Files:
	factory.spec 
Log Message:
* Mon Dec 18 2006 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.5-11
- -devel -> -static



Index: factory.spec
===================================================================
RCS file: /cvs/extras/rpms/factory/devel/factory.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- factory.spec	2 Oct 2006 17:06:27 -0000	1.17
+++ factory.spec	18 Dec 2006 18:44:57 -0000	1.18
@@ -2,7 +2,7 @@
 Summary: C++ class library for multivariate polynomial data
 Name:    factory
 Version: 2.0.5
-Release: 10%{?dist}
+Release: 11%{?dist}
 
 License: GPL
 URL:	 http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/Factory/
@@ -22,11 +22,13 @@
 of multivariate polynomial data.
 
 
-%package devel
+%package static 
 Summary: C++ class library for multivariate polynomial data 
 Group:   Development/Libraries
 Requires: gmp-devel
-%description devel
+Obsoletes: %{name}-devel < %{version}-%{release}
+Provides:  %{name}-devel = %{version}-%{release}
+%description static 
 Factory is a C++ class library that implements a recursive representation
 of multivariate polynomial data.
 
@@ -59,7 +61,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 
-%files devel
+%files static
 %defattr(-,root,root)
 %doc ChangeLog COPYING NEWS README NEWS
 %{_libdir}/lib*.a
@@ -67,6 +69,9 @@
 
 
 %changelog
+* Mon Dec 18 2006 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.5-11
+- -devel -> -static
+
 * Mon Oct 02 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.5-10
 - respin
 




More information about the fedora-extras-commits mailing list