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

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Sat Aug 11 23:37:41 UTC 2007


Author: rdieter

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

Modified Files:
	factory.spec 
Log Message:
* Sat Aug 11 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.5-12
- License: GPLv2
- -static -> -devel



Index: factory.spec
===================================================================
RCS file: /cvs/pkgs/rpms/factory/devel/factory.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- factory.spec	18 Dec 2006 18:44:57 -0000	1.18
+++ factory.spec	11 Aug 2007 23:37:09 -0000	1.19
@@ -2,9 +2,9 @@
 Summary: C++ class library for multivariate polynomial data
 Name:    factory
 Version: 2.0.5
-Release: 11%{?dist}
+Release: 12%{?dist}
 
-License: GPL
+License: GPLv2
 URL:	 http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/Factory/
 Source:  http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/Factory/factory-2-0-5.tar.gz
 Group:   System Environment/Libraries
@@ -22,13 +22,13 @@
 of multivariate polynomial data.
 
 
-%package static 
+%package devel 
 Summary: C++ class library for multivariate polynomial data 
 Group:   Development/Libraries
 Requires: gmp-devel
-Obsoletes: %{name}-devel < %{version}-%{release}
-Provides:  %{name}-devel = %{version}-%{release}
-%description static 
+Obsoletes: %{name}-static < %{version}-%{release}
+Provides:  %{name}-static = %{version}-%{release}
+%description devel 
 Factory is a C++ class library that implements a recursive representation
 of multivariate polynomial data.
 
@@ -61,14 +61,18 @@
 rm -rf $RPM_BUILD_ROOT
 
 
-%files static
-%defattr(-,root,root)
+%files devel 
+%defattr(-,root,root,-)
 %doc ChangeLog COPYING NEWS README NEWS
 %{_libdir}/lib*.a
 %{_includedir}/*
 
 
 %changelog
+* Sat Aug 11 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.5-12
+- License: GPLv2
+- -static -> -devel
+
 * Mon Dec 18 2006 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.5-11
 - -devel -> -static
 




More information about the fedora-extras-commits mailing list