From ded06ff78a3ec64059ec3743a2bf9f8c6fe0e186 Mon Sep 17 00:00:00 2001 From: Dan Kenigsberg Date: Sun, 11 Feb 2007 16:01:06 +0000 Subject: [PATCH] sed though Makefile.in to replace gzip by gzip -n --- hspell.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hspell.spec b/hspell.spec index e9ed6b3..82894db 100644 --- a/hspell.spec +++ b/hspell.spec @@ -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 1.0-6 +- Use gzip -n to exclude MTIME from compressed data and resolve bug #228171 * Tue Sep 11 2006 Dan Kenigsberg 1.0-5 - Rebuild for Fedora Extras 6 * Sun Jul 9 2006 Dan Kenigsberg 1.0-4