rpms/sweep/devel sweep.spec,1.7,1.8

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


Author: gemi

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

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


Index: sweep.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sweep/devel/sweep.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sweep.spec	26 Feb 2009 04:25:58 -0000	1.7
+++ sweep.spec	28 Feb 2009 14:08:45 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           sweep
 Version:        0.9.3
-Release:        2%{?dist}
+Release:        3%{?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-3
+- fix for plugins on 64-bit platforms
+- really enable alsa
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list