rpms/ddrescue/devel ddrescue.spec,1.13,1.14

Ville Skyttä scop at fedoraproject.org
Wed May 20 20:51:40 UTC 2009


Author: scop

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

Modified Files:
	ddrescue.spec 
Log Message:
* Wed Apr 22 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.8-5
- Build with $RPM_OPT_FLAGS (#497152).



Index: ddrescue.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ddrescue/devel/ddrescue.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- ddrescue.spec	24 Feb 2009 11:14:57 -0000	1.13
+++ ddrescue.spec	20 May 2009 20:51:09 -0000	1.14
@@ -1,6 +1,6 @@
 Name:           ddrescue
 Version:        1.8
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Data recovery tool trying hard to rescue data in case of read errors
 Group:          Applications/System
 License:        GPLv3+
@@ -24,7 +24,8 @@ fill in the gaps.
 
 
 %build
-%configure
+# not a real autotools configure script, flags need to be passed specially
+%configure CFLAGS="%{optflags}" CXXFLAGS="%{optflags}"
 make %{?_smp_mflags}
 
 
@@ -55,6 +56,9 @@ fi
 %{_infodir}/%{name}.info*
 
 %changelog
+* Wed Apr 22 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.8-5
+- Build with $RPM_OPT_FLAGS (#497152).
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list