rpms/audacity/devel audacity.spec,1.35.2.5.2.6,1.35.2.5.2.7

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Fri Mar 21 23:36:24 UTC 2008


Author: mschwendt

Update of /cvs/pkgs/rpms/audacity/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22145

Modified Files:
      Tag: audacity-1_3_4-test
	audacity.spec 
Log Message:
gcc43 patch not needed here


Index: audacity.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacity/devel/audacity.spec,v
retrieving revision 1.35.2.5.2.6
retrieving revision 1.35.2.5.2.7
diff -u -r1.35.2.5.2.6 -r1.35.2.5.2.7
--- audacity.spec	21 Mar 2008 23:13:47 -0000	1.35.2.5.2.6
+++ audacity.spec	21 Mar 2008 23:35:18 -0000	1.35.2.5.2.7
@@ -17,9 +17,8 @@
 
 Patch1: audacity-1.3.4-languages.patch
 Patch2: audacity-1.3.4-expat2.patch
-Patch3: audacity-1.3.4-gcc43.patch
-Patch4: audacity-1.3.4-libdir.patch
-Patch5: audacity-1.3.4-jack-api-109.patch
+Patch3: audacity-1.3.4-libdir.patch
+Patch4: audacity-1.3.4-jack-api-109.patch
 
 # for 1.3.2-beta
 Source100: http://dl.sf.net/sourceforge/audacity/audacity-src-1.3.2.tar.gz
@@ -84,9 +83,8 @@
 cd audacity-src-1.3.4-beta
 %patch1 -p1 -b .languages
 %patch2 -p1 -b .expat2
-%patch3 -p1 -b .gcc43
 # Substitute hardcoded library paths.
-%patch4 -p1
+%patch3 -p1
 for i in src/effects/ladspa/LoadLadspa.cpp src/export/ExportMP3.cpp
 do
     sed -i -e 's!__RPM_LIBDIR__!%{_libdir}!g' $i
@@ -95,7 +93,7 @@
 grep -q -s __RPM_LIB * -R && exit 1
 
 # F9 devel only
-%patch5 -p1 -b .jack-api
+%patch4 -p1 -b .jack-api
 
 # Substitute occurences of "libmp3lame.so" with "libmp3lame.so.0".
 for i in locale/*.po src/export/ExportMP3.cpp




More information about the fedora-extras-commits mailing list