rpms/audacity/FC-6 audacity.spec,1.20,1.21

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Fri Jan 5 21:04:19 UTC 2007


Author: gemi

Update of /cvs/extras/rpms/audacity/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28239

Modified Files:
	audacity.spec 
Log Message:



Index: audacity.spec
===================================================================
RCS file: /cvs/extras/rpms/audacity/FC-6/audacity.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- audacity.spec	5 Jan 2007 20:49:21 -0000	1.20
+++ audacity.spec	5 Jan 2007 21:03:49 -0000	1.21
@@ -1,6 +1,6 @@
 Name:           audacity
 Version:        1.3.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A multitrack audio editor
 
 Group:          Applications/Multimedia
@@ -48,10 +48,8 @@
 do
    perl -pi -e 's!libmp3lame.so([^.0-9]+)!libmp3lame.so.0$1!g' $i
 done
-%ifarch %{ix86} x86_64
-perl -pi -e 's|^CXXFLAGS =|CXXFLAGS = -msse |' lib-src/soundtouch/source/SoundTouch/Makefile.in
-%else
-perl -pi -e 's|.define ALLOW_SSE.*||' lib-src/soundtouch/include/*.h
+%ifnarch %{ix86} x86_64
+perl -pi -e 's|-msse||' lib-src/soundtouch/source/SoundTouch/Makefile.*
 %endif
 
 
@@ -117,6 +115,9 @@
 %doc %{_datadir}/doc/*
 
 %changelog
+* Fri Jan  5 2007 Gerard Milmeister <gemi at bluewin.ch> - 1.3.2-2
+- remove -msse flag for ppc
+
 * Fri Jan  5 2007 Gerard Milmeister <gemi at bluewin.ch> - 1.3.2-1
 - new version 1.3.2
 




More information about the scm-commits mailing list