sed though Makefile.in to replace gzip by gzip -n
This commit is contained in:
parent
613dda06a3
commit
ded06ff78a
@ -1,7 +1,7 @@
|
||||
Summary: A Hebrew spell checker
|
||||
Name: hspell
|
||||
Version: 1.0
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
URL: http://ivrix.org.il/projects/spell-checker/
|
||||
Source: http://ivrix.org.il/projects/spell-checker/hspell-%{version}.tar.gz
|
||||
License: GPL
|
||||
@ -47,6 +47,7 @@ Library and include files for applications that want to use Hspell.
|
||||
%prep
|
||||
%setup -q
|
||||
sed -i -e '/^\s\+strip\s/d' Makefile.in
|
||||
sed -i -e 's/gzip/gzip -n/g' Makefile.in
|
||||
|
||||
%build
|
||||
%configure --enable-fatverb --enable-linginfo
|
||||
@ -75,6 +76,8 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/hspell.3*
|
||||
|
||||
%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
|
||||
- Rebuild for Fedora Extras 6
|
||||
* Sun Jul 9 2006 Dan Kenigsberg <danken@cs.technion.ac.il> 1.0-4
|
||||
|
Loading…
Reference in New Issue
Block a user