forked from pool/aaa_base
Accepting request 83838 from Base:System
OBS-URL: https://build.opensuse.org/request/show/83838 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aaa_base?expand=0&rev=324
This commit is contained in:
commit
d0cd0d422e
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 17 10:40:22 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
- Remove redundant tags/sections from specfile
|
||||
- Use %_smp_mflags for parallel build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 16 14:05:18 UTC 2011 - werner@suse.de
|
||||
|
||||
|
@ -15,7 +15,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%bcond_with aaa_base_malloc_debug
|
||||
|
||||
@ -31,7 +30,6 @@ Obsoletes: aaa_skel < %{version}
|
||||
Requires: filesystem distribution-release /bin/mktemp /usr/bin/find /usr/bin/tput /usr/bin/xargs mingetty /bin/login cpio psmisc
|
||||
Recommends: cron logrotate netcfg udev net-tools aaa_base-extras
|
||||
PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/ls /bin/date /usr/bin/cmp /bin/fillup /sbin/insserv
|
||||
AutoReqProv: on
|
||||
Summary: SUSE Linux Base Package
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# run make package in checkout out git repo to recreate
|
||||
@ -58,7 +56,7 @@ and convenience hacks).
|
||||
%setup -n aaa_base
|
||||
|
||||
%build
|
||||
make CFLAGS="$RPM_OPT_FLAGS"
|
||||
make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
|
||||
if test -d patches/$RPM_ARCH; then
|
||||
pushd files
|
||||
for file in ../patches/$RPM_ARCH/*; do
|
||||
|
Loading…
Reference in New Issue
Block a user