SHA256
3
0
forked from pool/gawk

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:
OBS User autobuild 2010-07-20 18:35:06 +00:00 committed by Git OBS Bridge
parent a7ff6cd637
commit c123cea27e
2 changed files with 9 additions and 4 deletions

View File

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

View File

@ -26,7 +26,7 @@ AutoReqProv: on
BuildRequires: update-alternatives
PreReq: %{install_info_prereq} update-alternatives
Version: 3.1.6
Release: 27
Release: 28
Summary: GNU awk
Source: gawk-%{version}.tar.bz2
Patch: gawk-%{version}.diff
@ -62,12 +62,12 @@ AUTOPOINT=true autoreconf --force --install
--prefix=/usr --libexecdir=%{_libdir} \
--mandir=%{_mandir} --infodir=%{_infodir}
%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 clean
make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS %cflags_profile_feedback"
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS %cflags_profile_feedback"
%else
make %{?jobs:-j%jobs}
make %{?_smp_mflags}
%endif
%check