Resolves: rhbz#600860 generate a higher level en-US dict

This commit is contained in:
Caolan McNamara 2010-06-06 20:03:01 +00:00
parent fed5b4804d
commit e17acbba56

View File

@ -2,7 +2,7 @@ Name: hunspell-en
Summary: English hunspell dictionaries
%define upstreamid 20100322
Version: 0.%{upstreamid}
Release: 2%{?dist}
Release: 3%{?dist}
#svn co https://wordlist.svn.sourceforge.net/svnroot/wordlist/trunk wordlist
Source0: wordlist-%{upstreamid}.tar.bz2
Source1: http://en-gb.pyxidium.co.uk/dictionary/en_GB.zip
@ -14,6 +14,9 @@ Patch3: en_US-strippedabbrevs.patch
#See https://sourceforge.net/tracker/?func=detail&aid=2987192&group_id=143754&atid=756397
#to allow "didn't" instead of suggesting change to typographical apostrophe
Patch4: hunspell-en-allow-non-typographical.marks.patch
#See https://sourceforge.net/tracker/?func=detail&aid=3012183&group_id=10079&atid=1014602
#"encryption" available at level 60, but not "decryption"
Patch5: hunspell-en-bump.to.level70.patch
Group: Applications/Text
URL: http://wordlist.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -33,6 +36,7 @@ English (US, UK, etc.) hunspell dictionaries
%patch2 -p1 -b .two_initial_cap
%patch3 -p1 -b .strippedabbrevs
%patch4 -p1 -b .allow-non-typographical
%patch5 -p1 -b .use.level.70
%build
make
@ -78,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/myspell/*
%changelog
* Sat Jun 06 2010 Caolan McNamara <caolanm@redhat.com> - 0.20100322-3
- Resolves: rhbz#600860 generate a higher level en-US dict
* Thu Apr 15 2010 Caolan McNamara <caolanm@redhat.com> - 0.20100322-2
- allow non-typographical apostrophes