rpms/soundtouch/devel soundtouch.spec,1.1,1.2

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Wed Aug 2 05:26:29 UTC 2006


Author: jwrdegoede

Update of /cvs/extras/rpms/soundtouch/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24008

Modified Files:
	soundtouch.spec 
Log Message:
* Wed Aug  2 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 1.3.1-5
- Patch makefiles so that our RPM_OPT_FLAGS get used instead of the custom
  upstream CFLAGS.



Index: soundtouch.spec
===================================================================
RCS file: /cvs/extras/rpms/soundtouch/devel/soundtouch.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- soundtouch.spec	1 Aug 2006 20:55:06 -0000	1.1
+++ soundtouch.spec	2 Aug 2006 05:26:29 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           soundtouch
 Version:        1.3.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Audio Processing library for changing Tempo, Pitch and Playback Rates
 License:        LGPL
 Group:          System Environment/Libraries
@@ -37,6 +37,9 @@
 %define ltversion %(echo %{version} | tr '.' ':')
 sed -i 's/-rpath $(libdir)/-rpath $(libdir) -version-number %{ltversion}/' \
   source/SoundTouch/Makefile.in
+# force use of our CFLAGS
+sed -i 's|-O3 -msse|$(CFLAGS)|' source/SoundTouch/Makefile.*
+sed -i 's|-O3|$(CFLAGS)|' source/example/*/Makefile.*
 # cleanup a bit
 chmod -x README.html
 sed -i 's|\r||' README.html COPYING.TXT
@@ -94,6 +97,10 @@
 
 
 %changelog
+* Wed Aug  2 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 1.3.1-5
+- Patch makefiles so that our RPM_OPT_FLAGS get used instead of the custom
+  upstream CFLAGS.
+
 * Mon Jul 31 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 1.3.1-4
 - Add Requires: pkgconfig to -devel subpackage
 - Replace installed autoheader generated header file with our own version




More information about the fedora-extras-commits mailing list