From a478437d2c33aab22d72dc14ed93fe90aa4a8c6e Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Sun, 28 Mar 2010 15:52:12 +0000 Subject: [PATCH] Re-enable parallel builds again now that quoting is fixed --- arj.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/arj.spec b/arj.spec index e60b898..7780adc 100644 --- a/arj.spec +++ b/arj.spec @@ -1,7 +1,7 @@ Summary: Archiver for .arj files Name: arj Version: 3.10.22 -Release: 11%{?dist} +Release: 12%{?dist} License: GPL+ Group: Applications/Archiving URL: http://arj.sourceforge.net/ @@ -45,8 +45,8 @@ pushd gnu %configure popd -# No %{?_smp_mflags}, arj is not parallel build clean, no stripping -make ADD_LDFLAGS="" +# Disable binary strippings +make %{?_smp_mflags} ADD_LDFLAGS="" %install rm -rf $RPM_BUILD_ROOT @@ -72,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/*arj*1.* %changelog +* Sun Mar 28 2010 Robert Scheck 3.10.22-12 +- Re-enable parallel builds again now that quoting is fixed + * Sun Sep 6 2009 Milos Jakubicek 3.10.22-11 - Fix FTBFS: added arj-3.10.22-quotes.patch