rpms/audacity/devel audacity.spec,1.75,1.76

Michael Schwendt mschwendt at fedoraproject.org
Tue Mar 17 10:35:15 UTC 2009


Author: mschwendt

Update of /cvs/pkgs/rpms/audacity/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26046

Modified Files:
	audacity.spec 
Log Message:
make the Vamp BR minimum version conditional


Index: audacity.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacity/devel/audacity.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- audacity.spec	17 Mar 2009 10:29:48 -0000	1.75
+++ audacity.spec	17 Mar 2009 10:34:45 -0000	1.76
@@ -37,7 +37,11 @@
 BuildRequires: libsndfile-devel
 BuildRequires: libvorbis-devel
 BuildRequires: soundtouch-devel
+%if 0%{?fedora} < 11
+BuildRequires: vamp-plugin-sdk-devel
+%else
 BuildRequires: vamp-plugin-sdk-devel >= 2.0
+%endif
 BuildRequires: zip
 BuildRequires: zlib-devel
 BuildRequires: wxGTK-devel




More information about the fedora-extras-commits mailing list