forked from pool/patch
Accepting request 49168 from devel:tools
checked in (request 49168) OBS-URL: https://build.opensuse.org/request/show/49168 OBS-URL: https://build.opensuse.org/package/show/devel:tools/patch?expand=0&rev=21
This commit is contained in:
parent
873f1112d9
commit
f47cd05101
@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jul 2 06:57:49 UTC 2010 - jengelh@medozas.de
|
|
||||||
|
|
||||||
- Use %_smp_mflags
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 5 01:28:12 CEST 2010 - agruen@suse.de
|
Wed May 5 01:28:12 CEST 2010 - agruen@suse.de
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@ Authors:
|
|||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS -Wall -O2 -pipe" \
|
CFLAGS="$RPM_OPT_FLAGS -Wall -O2 -pipe" \
|
||||||
./configure --prefix=%{_prefix}
|
./configure --prefix=%{_prefix}
|
||||||
make %{?_smp_mflags} %{verbose:V=1};
|
make %{?jobs:-j%jobs} %{verbose:V=1};
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check %{verbose:V=1}
|
make check %{verbose:V=1}
|
||||||
|
Loading…
Reference in New Issue
Block a user