From 5ac9addb9094fb40323ae11c69563dea0e6c4b64 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sun, 2 Nov 2008 14:36:29 +0000 Subject: [PATCH] have it ready for F-11 --- .cvsignore | 1 + hunspell.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index d918df0..4fb21ad 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ ispellaff2myspell wordlist2hunspell hunspell-1.2.7.tar.gz +hunspell-1.2.8.tar.gz diff --git a/hunspell.spec b/hunspell.spec index a254d40..cb035a6 100644 --- a/hunspell.spec +++ b/hunspell.spec @@ -1,7 +1,7 @@ Name: hunspell Summary: Hunspell is a spell checker and morphological analyzer library -Version: 1.2.7 -Release: 5%{?dist} +Version: 1.2.8 +Release: 1%{?dist} Source0: http://downloads.sourceforge.net/%{name}/hunspell-%{version}.tar.gz Source1: http://people.debian.org/~agmartin/misc/ispellaff2myspell Source2: http://people.redhat.com/caolanm/hunspell/wordlist2hunspell @@ -60,6 +60,7 @@ mkdir $RPM_BUILD_ROOT/%{_datadir}/myspell mv $RPM_BUILD_ROOT/%{_includedir}/*munch* $RPM_BUILD_ROOT/%{_includedir}/%{name} install -m 755 src/tools/affixcompress $RPM_BUILD_ROOT/%{_bindir}/affixcompress install -m 755 src/tools/makealias $RPM_BUILD_ROOT/%{_bindir}/makealias +install -m 755 src/tools/wordforms $RPM_BUILD_ROOT/%{_bindir}/wordforms install -m 755 %{SOURCE1} $RPM_BUILD_ROOT/%{_bindir}/ispellaff2myspell install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/%{_bindir}/wordlist2hunspell @@ -95,12 +96,16 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/hunzip %{_bindir}/ispellaff2myspell %{_bindir}/wordlist2hunspell +%{_bindir}/wordforms %{_libdir}/pkgconfig/hunspell.pc %{_mandir}/man1/hunzip.1.gz %{_mandir}/man1/hzip.1.gz %{_mandir}/man3/hunspell.3.gz %changelog +* Sun Nov 02 2008 Caolan McNamara - 1.2.8-1 +- latest version + * Sat Oct 18 2008 Caolan McNamara - 1.2.7-5 - sort as per "C" locale diff --git a/sources b/sources index 8c72549..8d93cfd 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ 1c5ea5ecd2481ddc116d65ea294acae3 ispellaff2myspell -9a4f345c3cfaeb8e6306285488a3127a hunspell-1.2.7.tar.gz c3843ceb656d9732f674b66fd15d134c wordlist2hunspell +1177af54a09e320d2c24015f29c3a93e hunspell-1.2.8.tar.gz