[lv2-avw-plugins] Remove build flags

Brendan Jones bsjones at fedoraproject.org
Mon Jan 16 18:37:42 UTC 2012


commit 7c38ae3bfc3fa4aab8acfe88d4933e053801031a
Author: Brendan Jones <brendan.jones.it at gmail.com>
Date:   Mon Jan 16 19:37:26 2012 +0100

    Remove build flags

 lv2-avw-plugins.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/lv2-avw-plugins.spec b/lv2-avw-plugins.spec
index 90b74ce..5a8f736 100644
--- a/lv2-avw-plugins.spec
+++ b/lv2-avw-plugins.spec
@@ -1,6 +1,6 @@
 Name:           lv2-avw-plugins
 Version:        0.0.6
-Release:        2%{?dist}
+Release:        3{?dist}
 Summary:        A port of the AMS internal modules to LV2 plugins
 
 Group:          Applications/Multimedia
@@ -30,7 +30,7 @@ sed -i -e 's|-std=c99|-std=c99 %{optflags}|' \
 
 %build
 ./waf -v configure --prefix=%{_prefix} --libdir=%{_libdir} --debug 
-./waf build %{?_smp_mflags}
+./waf build 
 
 %install
 ./waf install --destdir=%{buildroot} 
@@ -40,6 +40,9 @@ sed -i -e 's|-std=c99|-std=c99 %{optflags}|' \
 %{_libdir}/lv2/avw.lv2
 
 %changelog
+* Mon Jan 16 2012 Brendan Jones <brendan.jones.it at gmail.com> 0.0.6-3
+- Remove build flags
+
 * Sun Nov 27 2011 Brendan Jones <brendan.jones.it at gmail.com> 0.0.6-2
 - License is GPLv2 not GPLv2+ 
 - Patch FSF address


More information about the scm-commits mailing list