have it ready for F-11

This commit is contained in:
Caolan McNamara 2008-11-02 14:36:29 +00:00
parent d472726117
commit 5ac9addb90
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,4 @@
ispellaff2myspell
wordlist2hunspell
hunspell-1.2.7.tar.gz
hunspell-1.2.8.tar.gz

View File

@ -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 <caolanm@redhat.com> - 1.2.8-1
- latest version
* Sat Oct 18 2008 Caolan McNamara <caolanm@redhat.com> - 1.2.7-5
- sort as per "C" locale

View File

@ -1,3 +1,3 @@
1c5ea5ecd2481ddc116d65ea294acae3 ispellaff2myspell
9a4f345c3cfaeb8e6306285488a3127a hunspell-1.2.7.tar.gz
c3843ceb656d9732f674b66fd15d134c wordlist2hunspell
1177af54a09e320d2c24015f29c3a93e hunspell-1.2.8.tar.gz