rpms/sweep/F-10 sweep.spec,1.6,1.7

Gérard Milmeister gemi at fedoraproject.org
Sat Feb 28 14:09:15 UTC 2009


Author: gemi

Update of /cvs/pkgs/rpms/sweep/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27550/F-10

Modified Files:
	sweep.spec 
Log Message:
fix for plugin dir


Index: sweep.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sweep/F-10/sweep.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sweep.spec	15 Apr 2008 19:53:32 -0000	1.6
+++ sweep.spec	28 Feb 2009 14:08:45 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           sweep
 Version:        0.9.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        An audio editor and live playback tool
 
 Group:          Applications/Multimedia
@@ -40,10 +40,12 @@
 
 %prep
 %setup -q
+# fix for wrongly set plugin dir on 64-bit
+sed -i 's/sweep_plugin_dir=.*/sweep_plugin_dir="$PACKAGE_PLUGIN_DIR"/' configure
 
 
 %build
-%configure --enable-alsa --disable-rpath
+%configure --disable-rpath
 make %{?_smp_mflags}
 
 
@@ -117,6 +119,10 @@
 
 
 %changelog
+* Sat Feb 28 2009 Gerard Milmeister <gemi at bluewin.ch> - 0.9.3-2
+- fix for plugins on 64-bit platforms
+- really enable alsa
+
 * Mon Apr 14 2008 Gerard Milmeister <gemi at bluewin.ch> - 0.9.3-1
 - new release 0.9.3
 




More information about the fedora-extras-commits mailing list