rpms/fftw/devel fftw.spec,1.11,1.12

Quentin Spencer (qspencer) fedora-extras-commits at redhat.com
Mon Feb 13 21:27:54 UTC 2006


Author: qspencer

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

Modified Files:
	fftw.spec 
Log Message:
Rebuild for Fedora Extras 5, disable static libs, spec file cleanups.


Index: fftw.spec
===================================================================
RCS file: /cvs/extras/rpms/fftw/devel/fftw.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- fftw.spec	1 Feb 2006 20:52:23 -0000	1.11
+++ fftw.spec	13 Feb 2006 21:27:53 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           fftw
 Version:        3.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Fast Fourier Transform library
 
 Group:          System Environment/Libraries
@@ -41,25 +41,13 @@
 
 
 %build
+CONFIG_FLAGS="--enable-shared --disable-static --disable-dependency-tracking --enable-threads"
 pushd double
-	%ifarch i386
-		%configure \
-			--enable-shared \
-			--enable-threads \
-			--enable-i386-hacks
-	%else
-		%configure \
-			--enable-shared \
-			--enable-threads
-	%endif
+	%configure $CONFIG_FLAGS
 	make %{?_smp_mflags}
 popd
 pushd single
-	%configure \
-		--enable-shared \
-		--enable-type-prefix \
-		--enable-threads \
-		--enable-float
+	%configure $CONFIG_FLAGS --enable-single
 	make %{?_smp_mflags}
 popd
 
@@ -74,6 +62,7 @@
 pushd single
 	make install DESTDIR=${RPM_BUILD_ROOT}
 popd
+rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir
 
 
 %clean
@@ -107,13 +96,16 @@
 %doc doc/*.pdf doc/html/* doc/FAQ/fftw-faq.html/
 %doc %{_infodir}/*.info*
 %exclude %{_libdir}/*.la
-%exclude %{_infodir}/dir
 %{_includedir}/*
 %{_libdir}/pkgconfig/*
-%{_libdir}/*.a
 %{_libdir}/*.so
 
 %changelog
+* Mon Feb 13 2006 Quentin Spencer <qspencer at users.sf.net> 3.1-2
+- Rebuild for Fedora Extras 5.
+- Disable static libs.
+- Remove obsolete configure options.
+
 * Wed Feb  1 2006 Quentin Spencer <qspencer at users.sf.net> 3.1-1
 - Upgrade to the 3.x branch, incorporating changes from the fftw3 spec file.
 - Add dist tag.




More information about the scm-commits mailing list