rpms/factory/devel .cvsignore, 1.3, 1.4 factory.spec, 1.19, 1.20 sources, 1.3, 1.4 factory-2.0.5-gcc34.patch, 1.3, NONE factory-2.0.5-gcc41.patch, 1.1, NONE factory-64bit.patch, 1.1, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Wed Aug 22 00:09:03 UTC 2007


Author: rdieter

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

Modified Files:
	.cvsignore factory.spec sources 
Removed Files:
	factory-2.0.5-gcc34.patch factory-2.0.5-gcc41.patch 
	factory-64bit.patch 
Log Message:
* Tue Aug 21 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.0.2-1
- factory-3.0.2
- disable -debuginfo (static lib only)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/factory/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	4 Dec 2004 09:49:54 -0000	1.3
+++ .cvsignore	22 Aug 2007 00:08:31 -0000	1.4
@@ -1 +1,2 @@
 factory-2-0-5.tar.gz
+factory-3-0-2.tar.gz


Index: factory.spec
===================================================================
RCS file: /cvs/pkgs/rpms/factory/devel/factory.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- factory.spec	11 Aug 2007 23:37:09 -0000	1.19
+++ factory.spec	22 Aug 2007 00:08:31 -0000	1.20
@@ -1,21 +1,24 @@
 
+## build options
+# experimental, off, for now -- Rex
+#define _with_NTL --with-NTL
+
 Summary: C++ class library for multivariate polynomial data
 Name:    factory
-Version: 2.0.5
-Release: 12%{?dist}
+Version: 3.0.2 
+Release: 1%{?dist}
 
 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
+Source0: http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/Factory/factory-3-0-2.tar.gz
 Group:   System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch1: factory-2.0.5-gcc34.patch
-Patch2: factory-64bit.patch
-# See http://bugzilla.redhat.com/bugzilla/183258
-Patch3: factory-2.0.5-gcc41.patch
+# -debuginfo useless for (only) static libs
+%define debug_package   %{nil}
 
 BuildRequires: gmp-devel
+%{?_with_NTL:BuildRequires: ntl-devel}
 
 %description
 Factory is a C++ class library that implements a recursive representation
@@ -36,39 +39,46 @@
 %prep
 %setup -q -n %{name}
 
-%patch1 -p1 -b .gcc34
-%patch2 -p1 -b .64bit
-%patch3 -p1 -b .gcc41
+#patch1 -p1 -b .gcc34
+#patch2 -p1 -b .64bit
+#patch3 -p1 -b .gcc41
 
 
 %build
 # Macaulay2's build instructions say to use --disable-streamio
 # *not* using --disable-streamio requires patching for gcc3+ anyway.
-%configure --disable-streamio
+%configure \
+  --disable-streamio \
+  --with-gmp \
+  %{?_with_NTL}
 
 # smp broken?
 make
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot} 
 
-# make install DESTDIR fails
+# 'make install DESTDIR=%{buildroot}' fails
 %makeinstall
 
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot} 
 
 
 %files devel 
 %defattr(-,root,root,-)
-%doc ChangeLog COPYING NEWS README NEWS
+%doc ChangeLog COPYING NEWS README
 %{_libdir}/lib*.a
 %{_includedir}/*
 
 
 %changelog
+* Tue Aug 21 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.0.2-1
+- factory-3.0.2
+- disable -debuginfo (static lib only)
+
 * Sat Aug 11 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.5-12
 - License: GPLv2
 - -static -> -devel


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/factory/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	4 Dec 2004 09:49:54 -0000	1.3
+++ sources	22 Aug 2007 00:08:31 -0000	1.4
@@ -1 +1 @@
-ccb98926a93b0fc90711730790c56ac5  factory-2-0-5.tar.gz
+9b1fac924bc754339989d617946ea8c4  factory-3-0-2.tar.gz


--- factory-2.0.5-gcc34.patch DELETED ---


--- factory-2.0.5-gcc41.patch DELETED ---


--- factory-64bit.patch DELETED ---




More information about the fedora-extras-commits mailing list