SHA256
1
0
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:
OBS User autobuild 2009-12-18 13:30:17 +00:00 committed by Git OBS Bridge
parent 5108ce7115
commit e592c2eb48
2 changed files with 11 additions and 6 deletions

View File

@ -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

View File

@ -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