This commit is contained in:
committed by
Git OBS Bridge
parent
177644aa74
commit
2e54e398f9
14
gzip.spec
14
gzip.spec
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gzip (Version 1.3.11)
|
||||
# spec file for package gzip (Version 1.3.12)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@@ -16,8 +16,8 @@ License: GNU General Public License (GPL)
|
||||
Group: Productivity/Archiving/Compression
|
||||
Autoreqprov: on
|
||||
PreReq: %{install_info_prereq}
|
||||
Version: 1.3.11
|
||||
Release: 8
|
||||
Version: 1.3.12
|
||||
Release: 1
|
||||
Summary: GNU Zip Compression Utilities
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Patch: zgrep.diff
|
||||
@@ -40,7 +40,6 @@ Authors:
|
||||
Jean-loup Gailly <gzip@prep.ai.mit.edu>
|
||||
|
||||
%prep
|
||||
%{suse_update_config -f}
|
||||
%setup -q
|
||||
%patch
|
||||
%patch1
|
||||
@@ -68,10 +67,10 @@ test_gzip()
|
||||
profile_gzip()
|
||||
{
|
||||
tmpfile=$(mktemp)
|
||||
tar cf $tmpfile /usr || true
|
||||
trap "rm -f $tmpfile $tmpfile.gz" EXIT
|
||||
tar -cf $tmpfile /usr || true
|
||||
time ./gzip $tmpfile
|
||||
time ./gzip -d < $tmpfile.gz > /dev/null
|
||||
rm -f $tmpfile $tmpfile.gz
|
||||
}
|
||||
%if %{do_profiling}
|
||||
make CFLAGS="$CFLAGS -fprofile-generate"
|
||||
@@ -106,6 +105,9 @@ ln -sf zmore.1 $RPM_BUILD_ROOT%{_mandir}/man1/zless.1
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
|
||||
%changelog
|
||||
* Sun Apr 15 2007 - schwab@suse.de
|
||||
- Update to gzip 1.3.12.
|
||||
* znew now uses $TMPDIR (default /tmp) instead of always using /tmp.
|
||||
* Tue Mar 27 2007 - dmueller@suse.de
|
||||
- reenable profile feedback
|
||||
- remove hardcoded -mcpu=pentiumpro for x86
|
||||
|
Reference in New Issue
Block a user