rpms/fftw/EL-5 fftw.spec,1.23,1.24

Jussi Lehtola jussilehtola at fedoraproject.org
Sat Jan 2 00:45:54 UTC 2010


Author: jussilehtola

Update of /cvs/pkgs/rpms/fftw/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21471/EL-5

Modified Files:
	fftw.spec 
Log Message:
Update EPEL trees to 3.2.2.


Index: fftw.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fftw/EL-5/fftw.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- fftw.spec	2 Jan 2010 00:24:34 -0000	1.23
+++ fftw.spec	2 Jan 2010 00:45:54 -0000	1.24
@@ -103,13 +103,15 @@ pushd long
 	make install DESTDIR=${RPM_BUILD_ROOT}
 popd
 rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir
-find ${RPM_BUILD_ROOT}%{_libdir} -name *.la -delete
+rm -f ${RPM_BUILD_ROOT}%{_libdir}/*.la
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
 
 %check
-make check
+make -C single check
+make -C double check
+make -C long check
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig




More information about the fedora-extras-commits mailing list