From e592c2eb48ba276a417ef808abe16c9c8db8c4326ad9025b82d477e03525e3a4 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 18 Dec 2009 13:30:17 +0000 Subject: [PATCH] Accepting request 26849 from Base:System Copy from Base:System/fillup based on submit request 26849 from user coolo OBS-URL: https://build.opensuse.org/request/show/26849 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fillup?expand=0&rev=6 --- fillup.changes | 5 +++++ fillup.spec | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) 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