rpms/rhm/devel rhm.spec,1.40,1.41

Ville Skyttä scop at fedoraproject.org
Tue Jun 16 18:48:58 UTC 2009


Author: scop

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

Modified Files:
	rhm.spec 
Log Message:
* Fri May  8 2009 Ville Skyttä <ville.skytta at iki.fi> - 0.5.3153-3
- Build with $RPM_OPT_FLAGS (#499882).
- Disable autotools dependency tracking during build for cleaner build logs
  and possible slight build speedup.



Index: rhm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhm/devel/rhm.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -r1.40 -r1.41
--- rhm.spec	17 Mar 2009 20:51:44 -0000	1.40
+++ rhm.spec	16 Jun 2009 18:48:28 -0000	1.41
@@ -8,7 +8,7 @@
 
 Name:           rhm
 Version:        0.5.%{svnrev}
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Red Hat persistence extension to the Qpid messaging system
 Group:          System Environment/Libraries
 License:        LGPLv2+
@@ -39,7 +39,8 @@ using either a libaio-based asynchronous
 %patch
 
 %build
-%configure --disable-static --disable-rpath CXXFLAGS="-O3 -DNDEBUG"
+export CXXFLAGS="%{optflags} -DNDEBUG"
+%configure --disable-static --disable-rpath --disable-dependency-tracking
 make #%{?_smp_mflags}
 
 %install
@@ -67,6 +68,11 @@ make check
 
 
 %changelog
+* Fri May  8 2009 Ville Skyttä <ville.skytta at iki.fi> - 0.5.3153-3
+- Build with $RPM_OPT_FLAGS (#499882).
+- Disable autotools dependency tracking during build for cleaner build logs
+  and possible slight build speedup.
+
 * Tue Mar 17 2009 Nuno Santos <nsantos at redhat.com> - 0.5.3153-1
 - Rebased to svn rev 3153/752600
 




More information about the fedora-extras-commits mailing list