rpms/factory/devel factory.spec,1.6,1.7

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Mar 3 20:33:54 UTC 2005


Author: thias

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

Modified Files:
	factory.spec 
Log Message:
Mass letters "e" and "f" update, one or more apply :
- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs



Index: factory.spec
===================================================================
RCS file: /cvs/extras/rpms/factory/devel/factory.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- factory.spec	4 Dec 2004 09:54:42 -0000	1.6
+++ factory.spec	3 Mar 2005 20:33:52 -0000	1.7
@@ -1,19 +1,18 @@
 # $Id$
 
-Summary: A C++ class library for multivariate polynomial data	
-Name:    factory	
-Epoch:	 0
+Summary: C++ class library for multivariate polynomial data
+Name:    factory
 Version: 2.0.5
-Release: 3%{?dist_tag}
-License: GPL	
-Url:   	 http://www.mathematik.uni-kl.de/ftp/pub/Math/Factory
-Source:	 http://www.mathematik.uni-kl.de/ftp/pub/Math/Factory/factory-2-0-5.tar.gz
-Group:   System Environment/Libraries	
+Release: 3
+License: GPL
+URL:     http://www.mathematik.uni-kl.de/ftp/pub/Math/Factory
+Source:  http://www.mathematik.uni-kl.de/ftp/pub/Math/Factory/factory-2-0-5.tar.gz
+Group:   System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 Patch1: factory-2.0.5-gcc34.patch
 
-BuildRequires:	gmp-devel
+BuildRequires: gmp-devel
 
 %description
 Factory is a C++ class library that implements a recursive representation
@@ -24,8 +23,8 @@
 Summary: %{summary}
 Group:   Development/Libraries
 Requires: gmp-devel
-Obsoletes: %{name} < %{epoch}:%{version}-%{release}
-Provides:  %{name} = %{epoch}:%{version}-%{release}
+Obsoletes: %{name} < %{version}-%{release}
+Provides:  %{name} = %{version}-%{release}
 %description devel
 Factory is a C++ class library that implements a recursive representation
 of multivariate polynomial data.
@@ -43,7 +42,7 @@
 %configure --disable-streamio
 
 # smp broken?
-make 
+make
 
 
 %install
@@ -74,7 +73,7 @@
 
 %changelog
 * Wed Oct 06 2004 Rex Dieter <rexdieter at sf.net> 0:2.0.5-3
-- (2nd try at) gcc34 patch 
+- (2nd try at) gcc34 patch
 
 * Wed Oct 06 2004 Rex Dieter <rexdieter at sf.net> 0:2.0.5-0.fdr.2
 - gcc34 patch




More information about the fedora-extras-commits mailing list