[guitarix/f16] Remove parallel build flags

Brendan Jones bsjones at fedoraproject.org
Wed Jan 18 19:21:53 UTC 2012


commit eb56ff5e36a4a9fa5160016dd89e70307084bad3
Author: Brendan Jones <brendan.jones.it at gmail.com>
Date:   Wed Jan 18 20:21:45 2012 +0100

    Remove parallel build flags

 guitarix.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/guitarix.spec b/guitarix.spec
index 417cd45..ae8c98e 100644
--- a/guitarix.spec
+++ b/guitarix.spec
@@ -5,7 +5,7 @@
 
 Name:           guitarix
 Version:        0.21.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Mono amplifier to JACK
 Group:          Applications/Multimedia
 License:        GPLv2+
@@ -87,7 +87,7 @@ rm -fr src/zita-convolver src/zita-resampler
 %endif
       %{optflags}"                                                           \
       --ladspadir=%{_libdir}/ladspa
-./waf -vv build %{?_smp_mflags}
+./waf -vv build
 
 %install
 rm -rf %{buildroot}
@@ -116,6 +116,9 @@ chmod 644 %{buildroot}/%{_datadir}/%{altname}/skins/*
 %{_datadir}/ladspa
 
 %changelog
+* Wed Jan 18 2012 Brendan Jones <brendan.jones.it at gmail.com> - 0.21.0-2
+- Remove parallel build
+
 * Tue Jan 17 2012 Brendan Jones <brendan.jones.it at gmail.com> - 0.21.0-1
 - Update to upstream 0.21.0, correct fail to build (missing glibmm headers)
 


More information about the scm-commits mailing list