diff --git a/fillup.changes b/fillup.changes index b0e329a..a9c1da5 100644 --- a/fillup.changes +++ b/fillup.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -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 9a36c9b..36a8da8 100644 --- a/fillup.spec +++ b/fillup.spec @@ -58,14 +58,14 @@ Authors: # Be sure that the tests for fillup are run in # DEBUG mode for comparision with the references # -make %{?jobs:-j%jobs} clean -make %{?jobs:-j%jobs} test OPTISPLUS="$RPM_OPT_FLAGS" +make clean +make test OPTISPLUS="$RPM_OPT_FLAGS" # # For the real world make clean and use the # optimzed version. # -make %{?jobs:-j%jobs} clean -make %{?jobs:-j%jobs} compile COMPILE_OPTION=OPTIMIZE OPTISPLUS="$RPM_OPT_FLAGS" +make clean +make compile COMPILE_OPTION=OPTIMIZE OPTISPLUS="$RPM_OPT_FLAGS" %install mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates