Updating link to change in openSUSE:Factory/gzip revision 17.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=61bdd518f4737928136b6f067cf987af
This commit is contained in:
parent
c9e787482b
commit
443c3baf68
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- use %_smp_mflags
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 19 15:26:41 UTC 2010 - mseben@novell.com
|
Tue Jan 19 15:26:41 UTC 2010 - mseben@novell.com
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ Group: Productivity/Archiving/Compression
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
PreReq: %{install_info_prereq}
|
PreReq: %{install_info_prereq}
|
||||||
Version: 1.3.13
|
Version: 1.3.13
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: GNU Zip Compression Utilities
|
Summary: GNU Zip Compression Utilities
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
Patch: zgrep.diff
|
Patch: zgrep.diff
|
||||||
@ -74,12 +74,12 @@ profile_gzip()
|
|||||||
time ./gzip -d < $tmpfile.gz > /dev/null
|
time ./gzip -d < $tmpfile.gz > /dev/null
|
||||||
}
|
}
|
||||||
%if %{do_profiling}
|
%if %{do_profiling}
|
||||||
make %{?jobs:-j%jobs} CFLAGS="$CFLAGS -fprofile-generate"
|
make %{?_smp_mflags} CFLAGS="$CFLAGS -fprofile-generate"
|
||||||
profile_gzip
|
profile_gzip
|
||||||
make clean
|
make clean
|
||||||
make %{?jobs:-j%jobs} CFLAGS="$CFLAGS -fprofile-use"
|
make %{?_smp_mflags} CFLAGS="$CFLAGS -fprofile-use"
|
||||||
%else
|
%else
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Loading…
Reference in New Issue
Block a user