forked from pool/fillup
Updating link to change in openSUSE:Factory/fillup revision 11.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/fillup?expand=0&rev=c3eca29048e685c0f08a4e9ea0949894
This commit is contained in:
parent
2d6575d8cd
commit
f05fe125e4
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- use %_smp_mflags
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 13 13:17:06 UTC 2009 - aj@suse.de
|
Sun Dec 13 13:17:06 UTC 2009 - aj@suse.de
|
||||||
|
|
||||||
|
12
fillup.spec
12
fillup.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fillup (Version 1.42)
|
# spec file for package fillup (Version 1.42)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,7 +24,7 @@ Group: System/Base
|
|||||||
Provides: aaa_base:/bin/fillup
|
Provides: aaa_base:/bin/fillup
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 1.42
|
Version: 1.42
|
||||||
Release: 245
|
Release: 246
|
||||||
Summary: Tool for Merging Config Files
|
Summary: Tool for Merging Config Files
|
||||||
Source: fillup-%{version}.tar.bz2
|
Source: fillup-%{version}.tar.bz2
|
||||||
Patch: fillup-optflags.patch
|
Patch: fillup-optflags.patch
|
||||||
@ -60,14 +60,14 @@ Authors:
|
|||||||
# Be sure that the tests for fillup are run in
|
# Be sure that the tests for fillup are run in
|
||||||
# DEBUG mode for comparision with the references
|
# DEBUG mode for comparision with the references
|
||||||
#
|
#
|
||||||
make %{?jobs:-j%jobs} clean
|
make %{?_smp_mflags} clean
|
||||||
make %{?jobs:-j%jobs} test OPTISPLUS="$RPM_OPT_FLAGS"
|
make %{?_smp_mflags} test OPTISPLUS="$RPM_OPT_FLAGS"
|
||||||
#
|
#
|
||||||
# For the real world make clean and use the
|
# For the real world make clean and use the
|
||||||
# optimzed version.
|
# optimzed version.
|
||||||
#
|
#
|
||||||
make %{?jobs:-j%jobs} clean
|
make %{?_smp_mflags} clean
|
||||||
make %{?jobs:-j%jobs} compile COMPILE_OPTION=OPTIMIZE OPTISPLUS="$RPM_OPT_FLAGS"
|
make %{?_smp_mflags} compile COMPILE_OPTION=OPTIMIZE OPTISPLUS="$RPM_OPT_FLAGS"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
|
mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
|
||||||
|
Loading…
Reference in New Issue
Block a user