Accepting request 43448 from Base:System
Copy from Base:System/gawk based on submit request 43448 from user coolo OBS-URL: https://build.opensuse.org/request/show/43448 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=12
This commit is contained in:
parent
a7ff6cd637
commit
c123cea27e
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- use %_smp_mflags
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 16 09:06:01 UTC 2010 - guido+opensuse.org@berhoerster.name
|
Tue Feb 16 09:06:01 UTC 2010 - guido+opensuse.org@berhoerster.name
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ AutoReqProv: on
|
|||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
PreReq: %{install_info_prereq} update-alternatives
|
PreReq: %{install_info_prereq} update-alternatives
|
||||||
Version: 3.1.6
|
Version: 3.1.6
|
||||||
Release: 27
|
Release: 28
|
||||||
Summary: GNU awk
|
Summary: GNU awk
|
||||||
Source: gawk-%{version}.tar.bz2
|
Source: gawk-%{version}.tar.bz2
|
||||||
Patch: gawk-%{version}.diff
|
Patch: gawk-%{version}.diff
|
||||||
@ -62,12 +62,12 @@ AUTOPOINT=true autoreconf --force --install
|
|||||||
--prefix=/usr --libexecdir=%{_libdir} \
|
--prefix=/usr --libexecdir=%{_libdir} \
|
||||||
--mandir=%{_mandir} --infodir=%{_infodir}
|
--mandir=%{_mandir} --infodir=%{_infodir}
|
||||||
%if %do_profiling
|
%if %do_profiling
|
||||||
make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS %cflags_profile_generate"
|
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS %cflags_profile_generate"
|
||||||
make check
|
make check
|
||||||
make clean
|
make clean
|
||||||
make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS %cflags_profile_feedback"
|
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS %cflags_profile_feedback"
|
||||||
%else
|
%else
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Loading…
Reference in New Issue
Block a user