rpms/soundtouch/devel soundtouch.spec,1.4,1.5

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Mon Feb 19 10:22:02 UTC 2007


Author: jwrdegoede

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

Modified Files:
	soundtouch.spec 
Log Message:
* Mon Feb 19 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.3.1-7
- Fix building with automake-1.10



Index: soundtouch.spec
===================================================================
RCS file: /cvs/extras/rpms/soundtouch/devel/soundtouch.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- soundtouch.spec	29 Aug 2006 06:05:41 -0000	1.4
+++ soundtouch.spec	19 Feb 2007 10:21:30 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           soundtouch
 Version:        1.3.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Audio Processing library for changing Tempo, Pitch and Playback Rates
 License:        LGPL
 Group:          System Environment/Libraries
@@ -44,9 +44,13 @@
 sed -i 's|-O3 -msse|$(CFLAGS)|' source/SoundTouch/Makefile.*
 %endif
 sed -i 's|-O3|$(CFLAGS)|' source/example/*/Makefile.*
+# fix compile with automake-1.10
+for i in install-sh depcomp missing; do
+  ln -f -s /usr/share/automake-1.10/$i config/$i
+done
 # cleanup a bit
-chmod -x README.html
-sed -i 's|\r||' README.html COPYING.TXT
+chmod -x README.html source/SoundTouch/RateTransposer.cpp
+sed -i 's|\r||g' README.html COPYING.TXT source/SoundTouch/RateTransposer.cpp
 
 
 %build
@@ -101,6 +105,9 @@
 
 
 %changelog
+* Mon Feb 19 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.3.1-7
+- Fix building with automake-1.10
+
 * Tue Aug 29 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 1.3.1-6
 - FE6 Rebuild
 




More information about the scm-commits mailing list