latest version
This commit is contained in:
parent
1dfaaf8b5a
commit
b48a3e7c53
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
/en_GB.zip
|
||||
/wordlist-20101221.tar.bz2
|
||||
/wordlist-20110104.tar.bz2
|
||||
|
@ -1,33 +0,0 @@
|
||||
--- wordlist/scowl/speller/make-aspell-dict 2010-06-06 20:53:16.000000000 +0100
|
||||
+++ wordlist/scowl/speller/make-aspell-dict 2010-06-06 20:53:51.000000000 +0100
|
||||
@@ -14,22 +14,22 @@
|
||||
|
||||
echo base
|
||||
|
||||
-cat $FINAL/english-*.{10,20,35,40,50,55,60} $FINAL/special-* \
|
||||
+cat $FINAL/english-*.{10,20,35,40,50,55,60,70} $FINAL/special-* \
|
||||
| sort -u > en.wl0
|
||||
-cat en.wl0 $FINAL/american-*.{10,20,35,40,50,55,60} \
|
||||
+cat en.wl0 $FINAL/american-*.{10,20,35,40,50,55,60,70} \
|
||||
| sort -u > en_US-w_accents.twl
|
||||
-cat en.wl0 $FINAL/british-*.{10,20,35,40,50,55,60} \
|
||||
+cat en.wl0 $FINAL/british-*.{10,20,35,40,50,55,60,70} \
|
||||
| sort -u > en_GB-ise-w_accents.twl
|
||||
-cat en.wl0 $FINAL/british_z-*.{10,20,35,40,50,55,60} \
|
||||
+cat en.wl0 $FINAL/british_z-*.{10,20,35,40,50,55,60,70} \
|
||||
| sort -u > en_GB-ize-w_accents.twl
|
||||
-cat en.wl0 $FINAL/canadian-*.{10,20,35,40,50,55,60} \
|
||||
+cat en.wl0 $FINAL/canadian-*.{10,20,35,40,50,55,60,70} \
|
||||
| sort -u > en_CA-w_accents.twl
|
||||
|
||||
-cat $FINAL/variant_0-*.{10,20,35,40,50,55,60} \
|
||||
+cat $FINAL/variant_0-*.{10,20,35,40,50,55,60,70} \
|
||||
| sort -u > en-variant_0.wl0
|
||||
-cat en-variant_0.wl0 $FINAL/variant_1-*.{10,20,35,40,50,55,60} \
|
||||
+cat en-variant_0.wl0 $FINAL/variant_1-*.{10,20,35,40,50,55,60,70} \
|
||||
| sort -u > en-variant_1.wl0
|
||||
-cat en-variant_1.wl0 $FINAL/variant_2-*.{10,20,35,40,50,55,60} \
|
||||
+cat en-variant_1.wl0 $FINAL/variant_2-*.{10,20,35,40,50,55,60,70} \
|
||||
| sort -u > en-variant_2.wl0
|
||||
|
||||
echo deaccent
|
@ -1,6 +1,6 @@
|
||||
Name: hunspell-en
|
||||
Summary: English hunspell dictionaries
|
||||
%define upstreamid 20101221
|
||||
%define upstreamid 20110104
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 1%{?dist}
|
||||
#svn co https://wordlist.svn.sourceforge.net/svnroot/wordlist/trunk wordlist
|
||||
@ -17,10 +17,8 @@ Patch3: en_US-strippedabbrevs.patch
|
||||
#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
|
||||
#See https://bugzilla.redhat.com/show_bug.cgi?id=619577 add SI and IEC prefixes
|
||||
Patch6: hunspell-en-SI_and_IEC.patch
|
||||
Patch5: hunspell-en-SI_and_IEC.patch
|
||||
Group: Applications/Text
|
||||
URL: http://wordlist.sourceforge.net/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -40,8 +38,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
|
||||
%patch6 -p1 -b .SI_and_IEC
|
||||
%patch5 -p1 -b .SI_and_IEC
|
||||
|
||||
%build
|
||||
make
|
||||
@ -87,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 04 2010 Caolán McNamara <caolanm@redhat.com> - 0.20110104-1
|
||||
- latest version
|
||||
|
||||
* Tue Dec 21 2010 Caolán McNamara <caolanm@redhat.com> - 0.20101221-1
|
||||
- latest version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user