diff --git a/fillup.changes b/fillup.changes index a9c1da5..b0e329a 100644 --- a/fillup.changes +++ b/fillup.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Dec 13 01:25:18 CET 2009 - jengelh@medozas.de + +- enable parallel building + ------------------------------------------------------------------- Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de diff --git a/fillup.spec b/fillup.spec index 36a8da8..2bb8013 100644 --- a/fillup.spec +++ b/fillup.spec @@ -19,12 +19,12 @@ Name: fillup -License: GPL v2 or later +License: GPLv2+ Group: System/Base Provides: aaa_base:/bin/fillup AutoReqProv: on Version: 1.42 -Release: 243 +Release: 244 Summary: Tool for Merging Config Files Source: fillup-%{version}.tar.bz2 Patch: fillup-optflags.patch @@ -58,14 +58,14 @@ Authors: # Be sure that the tests for fillup are run in # DEBUG mode for comparision with the references # -make clean -make test OPTISPLUS="$RPM_OPT_FLAGS" +make %{?jobs:-j%jobs} clean +make %{?jobs:-j%jobs} test OPTISPLUS="$RPM_OPT_FLAGS" # # For the real world make clean and use the # optimzed version. # -make clean -make compile COMPILE_OPTION=OPTIMIZE OPTISPLUS="$RPM_OPT_FLAGS" +make %{?jobs:-j%jobs} clean +make %{?jobs:-j%jobs} compile COMPILE_OPTION=OPTIMIZE OPTISPLUS="$RPM_OPT_FLAGS" %install mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates