forked from pool/fillup
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
This commit is contained in:
parent
5108ce7115
commit
e592c2eb48
@ -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
|
||||
|
||||
|
12
fillup.spec
12
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
|
||||
|
Loading…
Reference in New Issue
Block a user