Remove parallel build flags

This commit is contained in:
Brendan Jones 2012-01-18 20:21:45 +01:00
parent 87c319e109
commit eb56ff5e36

View File

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