Re-enable parallel builds again now that quoting is fixed

epel9
Robert Scheck 15 years ago
parent edbc857a0e
commit a478437d2c

@ -1,7 +1,7 @@
Summary: Archiver for .arj files Summary: Archiver for .arj files
Name: arj Name: arj
Version: 3.10.22 Version: 3.10.22
Release: 11%{?dist} Release: 12%{?dist}
License: GPL+ License: GPL+
Group: Applications/Archiving Group: Applications/Archiving
URL: http://arj.sourceforge.net/ URL: http://arj.sourceforge.net/
@ -45,8 +45,8 @@ pushd gnu
%configure %configure
popd popd
# No %{?_smp_mflags}, arj is not parallel build clean, no stripping # Disable binary strippings
make ADD_LDFLAGS="" make %{?_smp_mflags} ADD_LDFLAGS=""
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -72,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/*arj*1.* %{_mandir}/man1/*arj*1.*
%changelog %changelog
* Sun Mar 28 2010 Robert Scheck <robert@fedoraproject.org> 3.10.22-12
- Re-enable parallel builds again now that quoting is fixed
* Sun Sep 6 2009 Milos Jakubicek <xjakub@fi.muni.cz> 3.10.22-11 * Sun Sep 6 2009 Milos Jakubicek <xjakub@fi.muni.cz> 3.10.22-11
- Fix FTBFS: added arj-3.10.22-quotes.patch - Fix FTBFS: added arj-3.10.22-quotes.patch

Loading…
Cancel
Save