SPECS: mp3gain.spec - avoid -O3 forcing

sparky sparky at pld-linux.org
Sat Oct 11 15:25:19 CEST 2008


Author: sparky                       Date: Sat Oct 11 13:25:19 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- avoid -O3 forcing

---- Files affected:
SPECS:
   mp3gain.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/mp3gain.spec
diff -u SPECS/mp3gain.spec:1.6 SPECS/mp3gain.spec:1.7
--- SPECS/mp3gain.spec:1.6	Mon Feb 12 23:09:10 2007
+++ SPECS/mp3gain.spec	Sat Oct 11 15:25:13 2008
@@ -10,6 +10,7 @@
 # Source0-md5:	4327167375dce5bce97625729a95fdb9
 Patch0:		%{name}-Makefile.patch
 URL:		http://mp3gain.sourceforge.net/
+BuildRequires:	sed >= 4.0
 BuildRequires:	unzip
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -28,6 +29,7 @@
 %prep
 %setup -q -c
 %patch0 -p0
+sed -e '/CFLAGS/s/-O3//' -i Makefile
 
 %build
 %{__make} \
@@ -54,6 +56,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2008/10/11 13:25:13  sparky
+- avoid -O3 forcing
+
 Revision 1.6  2007/02/12 22:09:10  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mp3gain.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list