sed though Makefile.in to replace gzip by gzip -n

This commit is contained in:
Dan Kenigsberg 2007-02-11 16:01:06 +00:00
parent 613dda06a3
commit ded06ff78a

View File

@ -1,7 +1,7 @@
Summary: A Hebrew spell checker Summary: A Hebrew spell checker
Name: hspell Name: hspell
Version: 1.0 Version: 1.0
Release: 5%{?dist} Release: 6%{?dist}
URL: http://ivrix.org.il/projects/spell-checker/ URL: http://ivrix.org.il/projects/spell-checker/
Source: http://ivrix.org.il/projects/spell-checker/hspell-%{version}.tar.gz Source: http://ivrix.org.il/projects/spell-checker/hspell-%{version}.tar.gz
License: GPL License: GPL
@ -47,6 +47,7 @@ Library and include files for applications that want to use Hspell.
%prep %prep
%setup -q %setup -q
sed -i -e '/^\s\+strip\s/d' Makefile.in sed -i -e '/^\s\+strip\s/d' Makefile.in
sed -i -e 's/gzip/gzip -n/g' Makefile.in
%build %build
%configure --enable-fatverb --enable-linginfo %configure --enable-fatverb --enable-linginfo
@ -75,6 +76,8 @@ rm -rf %{buildroot}
%{_mandir}/man3/hspell.3* %{_mandir}/man3/hspell.3*
%changelog %changelog
* Sun Feb 11 2007 Dan Kenigsberg <danken@cs.technion.ac.il> 1.0-6
- Use gzip -n to exclude MTIME from compressed data and resolve bug #228171
* Tue Sep 11 2006 Dan Kenigsberg <danken@cs.technion.ac.il> 1.0-5 * Tue Sep 11 2006 Dan Kenigsberg <danken@cs.technion.ac.il> 1.0-5
- Rebuild for Fedora Extras 6 - Rebuild for Fedora Extras 6
* Sun Jul 9 2006 Dan Kenigsberg <danken@cs.technion.ac.il> 1.0-4 * Sun Jul 9 2006 Dan Kenigsberg <danken@cs.technion.ac.il> 1.0-4