rpms/libfac/FC-3 libfac.spec,1.4,1.5

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Wed Sep 7 12:51:51 UTC 2005


Author: rdieter

Update of /cvs/extras/rpms/libfac/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18381/FC-3

Modified Files:
	libfac.spec 
Log Message:
cleanup
add %{dist} tag



Index: libfac.spec
===================================================================
RCS file: /cvs/extras/rpms/libfac/FC-3/libfac.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libfac.spec	4 Dec 2004 09:46:44 -0000	1.4
+++ libfac.spec	7 Sep 2005 12:51:49 -0000	1.5
@@ -1,18 +1,18 @@
 # $Id$
 
-Summary: An extension to Singular-factory
-Name:    libfac	
-Epoch:	 0
+Summary: Extension to Singular-factory
+Name:    libfac
 Version: 2.0.5
-Release: 1%{?dist_tag}
+Release: 3%{?dist}
+
 License: GPL
-Url:     http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/Libfac/	
+Url:     http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/Libfac/
 # http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/Libfac/libfac-2-0-5.tar,gz
-Source:	 libfac-2-0-5.tar.gz
-Group:   System Environment/Libraries	
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+Source:  libfac-2-0-5.tar.gz
+Group:   System Environment/Libraries
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: factory-devel >= 0:2.0.5
+BuildRequires: factory-devel >= 2.0.5
 #BuildRequires: autoconf >= 2.53
 
 %description
@@ -24,14 +24,14 @@
 
 %package devel
 Summary: An extension to Singular-factory
-Obsoletes: %{name} < %{epoch}:%{version}-%{release}
-Provides:  %{name} = %{epoch}:%{version}-%{release}
+#Obsoletes: %{name} < %{version}-%{release}
+#Provides:  %{name} = %{version}-%{release}
 Group:   Development/Libraries
 %description devel
-Singular-libfac is an extension to Singular-factory which implements 
-factorization of polynomials over finite fields and algorithms for 
+Singular-libfac is an extension to Singular-factory which implements
+factorization of polynomials over finite fields and algorithms for
 manipulation of polynomial ideals via the characteristic set methods
-(e.g., calculating the characteristic set and the irreducible 
+(e.g., calculating the characteristic set and the irreducible
 characteristic series).
 
 
@@ -43,9 +43,9 @@
 
 
 %build
-%configure --with-NOSTREAMIO 
+%configure --with-NOSTREAMIO
 
-make %{?_smp_mflags} 
+make %{?_smp_mflags}
 
 
 %install
@@ -65,14 +65,19 @@
 %files devel
 %defattr(-,root,root)
 %doc 00README ChangeLog COPYING
-#{_libdir}/lib*.so
-%{_libdir}/lib*.*a
+%{_libdir}/lib*.a
 %{_includedir}/*
 
 
 %changelog
+* Sun May 22 2005 Jeremy Katz <katzj at redhat.com> - 2.0.5-3
+- rebuild on all arches
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+- rebuilt
+
 * Fri Oct 1 2004 Rex Dieter <rexdieter at sf.net> 0:2.0.5-1
-- 2.0.5 
+- 2.0.5
 
 * Mon Nov 17 2003 Rex Dieter <rexdieter at sf.net> 0:2.0.4-0.fdr.3.b
 - update macros




More information about the fedora-extras-commits mailing list