rpms/blitz/devel blitz.spec,1.7,1.8

Sergio Pascual sergiopr at fedoraproject.org
Thu May 14 10:14:58 UTC 2009


Author: sergiopr

Update of /cvs/pkgs/rpms/blitz/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25486

Modified Files:
	blitz.spec 
Log Message:
* Thu May  7 2009 Ville Skyttä <ville.skytta at iki.fi> - 0.9-10
- Build with $RPM_OPT_FLAGS.
- Disable autotools dependency tracking during build for cleaner build logs
  and possible slight build speedup.



Index: blitz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/blitz/devel/blitz.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- blitz.spec	24 Feb 2009 05:00:55 -0000	1.7
+++ blitz.spec	14 May 2009 10:14:27 -0000	1.8
@@ -1,6 +1,6 @@
 Name: blitz
 Version: 0.9
-Release: 9%{?dist}
+Release: 10%{?dist}
 Summary: C++ class library for matrix scientific computing
 
 Group: Development/Libraries
@@ -41,7 +41,8 @@ HTML documentation files for the Blitz L
 %patch0 -p1
 
 %build
-%configure --enable-shared --disable-static --disable-fortran
+%configure --enable-shared --disable-static --disable-fortran \
+    --disable-dependency-tracking --disable-cxx-flags-preset
 %{__make} %{?_smp_mflags}
 # blitz.pc is created directly by configure
 # I use sed to add %%libdir/blitz to the include directories of the library
@@ -105,6 +106,11 @@ fi
 
 
 %changelog
+* Thu May  7 2009 Ville Skyttä <ville.skytta at iki.fi> - 0.9-10
+- Build with $RPM_OPT_FLAGS.
+- Disable autotools dependency tracking during build for cleaner build logs
+  and possible slight build speedup.
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list