rpms/libfac/devel libfac.spec,1.3,1.4 sources,1.2,1.3

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sat Dec 4 09:46:46 UTC 2004


Changeset from: mschwendt

Update of /cvs/extras/rpms/libfac/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv8352

Modified Files:
	libfac.spec sources 
Log Message:
Manually sync with libfac-2.0.5-0.fdr.1.2.src.rpm and fix comma in tarball name, which is rejected by cvs-import.


Index: libfac.spec
===================================================================
RCS file: /cvs/extras/rpms/libfac/devel/libfac.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libfac.spec	8 Nov 2004 04:42:45 -0000	1.3
+++ libfac.spec	4 Dec 2004 09:46:44 -0000	1.4
@@ -3,17 +3,17 @@
 Summary: An extension to Singular-factory
 Name:    libfac	
 Epoch:	 0
-Version: 2.0.4 
-Release: 0.fdr.3.b%{?dist_tag}.2
-License: GPL with restrictions
+Version: 2.0.5
+Release: 1%{?dist_tag}
+License: GPL
 Url:     http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/Libfac/	
-Source:  http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/Libfac/libfac-2.0.4b.tar.gz
-Prefix:	 %{_prefix}	
+# 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
 
-BuildRequires: factory-devel >= 0:2.0.4
-BuildRequires: autoconf >= 2.53
+BuildRequires: factory-devel >= 0:2.0.5
+#BuildRequires: autoconf >= 2.53
 
 %description
 Singular-libfac is an extension to Singular-factory which implements
@@ -39,18 +39,17 @@
 %setup -q -n %{name}
 
 # Rebuild configure with working 'const' test
-autoconf-2.5x || autoconf-2.57 || autoconf-2.53 || autoconf
+#autoconf
 
 
 %build
-# skip --with-NOSTREAMIO for now
-%configure 
+%configure --with-NOSTREAMIO 
 
 make %{?_smp_mflags} 
 
 
 %install
-rm -rf "$RPM_BUILD_ROOT"
+rm -rf $RPM_BUILD_ROOT
 
 #make install DESTDIR=... fails
 %makeinstall
@@ -58,8 +57,9 @@
 # fix perms
 chmod a-x $RPM_BUILD_ROOT%{_libdir}/lib*.a
 
+
 %clean
-rm -rf "$RPM_BUILD_ROOT"
+rm -rf $RPM_BUILD_ROOT
 
 
 %files devel
@@ -71,6 +71,9 @@
 
 
 %changelog
+* Fri Oct 1 2004 Rex Dieter <rexdieter at sf.net> 0:2.0.5-1
+- 2.0.5 
+
 * Mon Nov 17 2003 Rex Dieter <rexdieter at sf.net> 0:2.0.4-0.fdr.3.b
 - update macros
 - fix perms on %%_libdir/lib*.a


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libfac/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 04:42:33 -0000	1.2
+++ sources	4 Dec 2004 09:46:44 -0000	1.3
@@ -1 +1 @@
-ae5cf20b874205879bc047599ad35fbe  libfac-2.0.4b.tar.gz
+149cd0f1249388e58138a6b1de17dd7c  libfac-2-0-5.tar.gz




More information about the scm-commits mailing list