use new canonical upstream for en_US/en_CA
This commit is contained in:
parent
92a37ff51e
commit
83ae4504df
@ -1,4 +1,2 @@
|
||||
en_GB.zip
|
||||
en_US.zip
|
||||
en_GB-oed.zip
|
||||
en_CA.zip
|
||||
wordlist-20080207.tar.bz2
|
||||
|
||||
@ -1,37 +1,45 @@
|
||||
Name: hunspell-en
|
||||
Summary: English hunspell dictionaries
|
||||
%define upstreamid 20061130
|
||||
%define upstreamid 20080207
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 5%{?dist}
|
||||
Source0: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/en_US.zip
|
||||
Release: 1%{?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
|
||||
Source2: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/en_CA.zip
|
||||
#See http://mxr.mozilla.org/mozilla/source/extensions/spellcheck/locales/en-US/hunspell/mozilla_words.diff?raw=1
|
||||
Patch0: mozilla_words.patch
|
||||
Group: Applications/Text
|
||||
URL: http://en-gb.pyxidium.co.uk/dictionary
|
||||
URL: http://wordlist.sourceforge.net/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: LGPLv2+ and BSD
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: hunspell, aspell
|
||||
Requires: hunspell
|
||||
|
||||
%description
|
||||
English (US, UK, etc.) hunspell dictionaries
|
||||
|
||||
%prep
|
||||
%setup -q -c -n %{name}
|
||||
%setup -q -T -D -a 1 -n %{name}
|
||||
%setup -q -T -D -a 2 -n %{name}
|
||||
%patch -p0 -b mozilla
|
||||
%setup -q -n wordlist
|
||||
%setup -q -T -D -a 1 -n wordlist
|
||||
%patch0 -p1 -b .mozilla
|
||||
|
||||
%build
|
||||
make
|
||||
cd scowl/speller
|
||||
sed -i -e "s/HUNSPELL=.*/HUNSPELL=hunspell/" make-hunspell-dict
|
||||
sed -i -e "s/ASPELL=.*/ASPELL=aspell/" make-hunspell-dict
|
||||
make hunspell
|
||||
iconv -f ISO-8859-1 -t UTF-8 README_en_CA.txt > ../../README_en_CA.txt
|
||||
iconv -f ISO-8859-1 -t UTF-8 README_en_US.txt > ../../README_en_US.txt
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
chmod -x *
|
||||
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p en_*.dic en_*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cd scowl/speller
|
||||
cp -p en_*.dic en_*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
|
||||
pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
||||
en_GB_aliases="en_AU en_BS en_BW en_BZ en_DK en_GH en_HK en_IE en_IN en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW"
|
||||
@ -51,10 +59,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README_en_US.txt README_en_GB.txt README_en_CA.txt
|
||||
%doc README_en_GB.txt README_en_CA.txt README_en_US.txt
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 08 2008 Caolan McNamara <caolanm@redhat.com> - 0.20080207-1
|
||||
- canonical upstream source
|
||||
|
||||
* Thu Feb 07 2008 Caolan McNamara <caolanm@redhat.com> - 0.20061130-5
|
||||
- apply mozilla word diff
|
||||
|
||||
|
||||
@ -1,132 +1,66 @@
|
||||
diff -up4 en_US.dic en_US.dic
|
||||
--- en_US.dic Sat Nov 24 21:50:56 2007
|
||||
+++ en_US.dic Sat Dec 8 10:05:34 2007
|
||||
@@ -7507,6 +7507,7 @@
|
||||
Buford/M
|
||||
bugaboo/SM
|
||||
Bugatti/M
|
||||
+Bugzilla/M
|
||||
bugbear/SM
|
||||
bug/CS
|
||||
bugeyed
|
||||
@@ -8166,6 +8167,7 @@
|
||||
Camile/M
|
||||
Camilla/M
|
||||
Camille/M
|
||||
+Camino/M
|
||||
Cami/M
|
||||
Camino/M
|
||||
camion/M
|
||||
@@ -9551,6 +9553,7 @@
|
||||
Chatterley/M
|
||||
chatter/SZGDRY
|
||||
Chatterton/M
|
||||
+ChatZilla/M
|
||||
chattily
|
||||
chattiness/SM
|
||||
chatting
|
||||
@@ -26557,6 +26560,7 @@
|
||||
HTML
|
||||
Hts/M
|
||||
HTTP
|
||||
+HTTPS
|
||||
Huang/M
|
||||
huarache/SM
|
||||
hubba
|
||||
@@ -26702,6 +26706,7 @@
|
||||
hung/A
|
||||
Hungarian/MS
|
||||
Hungary/M
|
||||
--- wordlist.orig/scowl/r/special/proper-names 2008-02-08 11:53:27.000000000 +0000
|
||||
+++ wordlist/scowl/r/special/proper-names 2008-02-08 12:06:00.000000000 +0000
|
||||
@@ -1,18 +1,25 @@
|
||||
Aspell
|
||||
BSD
|
||||
Bugzilla
|
||||
+Camino
|
||||
+ChatZilla
|
||||
Debian
|
||||
Emacs
|
||||
Firefox
|
||||
Gentoo
|
||||
Google
|
||||
+Hunspell
|
||||
hunger/SDMG
|
||||
Hung/M
|
||||
hungover
|
||||
@@ -33981,6 +33986,7 @@
|
||||
Mandie/M
|
||||
Mandi/M
|
||||
Mandingo/M
|
||||
+Mandriva/M
|
||||
mandolin/MS
|
||||
mandrake/MS
|
||||
mandrel/SM
|
||||
@@ -37362,6 +37368,7 @@
|
||||
my/S
|
||||
myself
|
||||
Mysore/M
|
||||
+MySpell/M
|
||||
mysteriousness/MS
|
||||
mysterious/YP
|
||||
mystery/MDSG
|
||||
@@ -42232,6 +42239,8 @@
|
||||
Phip/M
|
||||
Phipps/M
|
||||
phi/SM
|
||||
+phish/DGS
|
||||
+phisher/MS
|
||||
phlebitides
|
||||
phlebitis/M
|
||||
phlegmatic
|
||||
@@ -49255,6 +49264,7 @@
|
||||
Seagate/M
|
||||
seagoing
|
||||
Seagram/M
|
||||
+SeaMonkey/M
|
||||
seagull/S
|
||||
seahorse/S
|
||||
sealant/MS
|
||||
@@ -52008,7 +52018,11 @@
|
||||
Spain/M
|
||||
spake
|
||||
Spalding/M
|
||||
-Spam/M
|
||||
+spam/S
|
||||
+spamblock/S
|
||||
+spammed
|
||||
+spammer/MS
|
||||
+spamming
|
||||
spa/MS
|
||||
Span
|
||||
spandex/MS
|
||||
@@ -53946,6 +53960,7 @@
|
||||
sunbath/ZRSDG
|
||||
sunbeam/MS
|
||||
Sunbelt/M
|
||||
+Sunbird/M
|
||||
sunblock/S
|
||||
sunbonnet/MS
|
||||
sunburn/GSMD
|
||||
@@ -58370,6 +58385,8 @@
|
||||
unindustrialized/MS
|
||||
uninhibited/YP
|
||||
uninominal
|
||||
+uninstall/GSBD
|
||||
+uninstaller/MS
|
||||
uninsured
|
||||
unintellectual
|
||||
unintended
|
||||
@@ -58572,6 +58589,8 @@
|
||||
unstudied
|
||||
unstuffy
|
||||
unsubdued
|
||||
+unsubscribe/DGS
|
||||
+unsubscriber/MS
|
||||
unsubstantial
|
||||
unsubtle
|
||||
unsuitable
|
||||
@@ -60432,6 +60451,8 @@
|
||||
webfeet
|
||||
webfoot/M
|
||||
Web/MR
|
||||
+webmaster/MS
|
||||
+webmistress/S
|
||||
website/S
|
||||
web/SMR
|
||||
Webster/MS
|
||||
diff -up4 en_US.aff en_US.aff
|
||||
--- en_US.aff Fri Jan 11 00:27:09 2008
|
||||
+++ en_US.aff Sat Jan 12 09:00:41 2008
|
||||
@@ -109,15 +109,16 @@ SFX B e able [^aeiou]e
|
||||
|
||||
ISO
|
||||
Ispell
|
||||
JavaScript
|
||||
LyX
|
||||
+Mandriva
|
||||
Mozilla
|
||||
+MySpell
|
||||
PayPal
|
||||
+SeaMonkey
|
||||
SUSE
|
||||
+Sunbird
|
||||
Slackware
|
||||
Slashdot
|
||||
Thunderbird
|
||||
--- wordlist.orig/scowl/r/special/signature.35 2008-02-07 16:02:05.000000000 +0000
|
||||
+++ wordlist/scowl/r/special/signature.35 2008-02-08 18:18:57.000000000 +0000
|
||||
@@ -13,3 +13,29 @@
|
||||
newbie
|
||||
newbies
|
||||
non
|
||||
+phish
|
||||
+phished
|
||||
+phishing
|
||||
+phishes
|
||||
+phisher
|
||||
+phisher's
|
||||
+phishers
|
||||
+spammer
|
||||
+spammers
|
||||
+spammer's
|
||||
+uninstall
|
||||
+uninstalled
|
||||
+uninstalling
|
||||
+uninstalls
|
||||
+uninstaller
|
||||
+uninstaller's
|
||||
+unsubscribe
|
||||
+unsubscribed
|
||||
+unsubscribing
|
||||
+unsubscribes
|
||||
+unsubscriber
|
||||
+unsubscriber's
|
||||
+webmaster
|
||||
+webmaster's
|
||||
+webmistress
|
||||
+webmistresses
|
||||
--- wordlist.orig/scowl/speller/en.aff 2008-02-08 20:28:24.000000000 +0000
|
||||
+++ wordlist/scowl/speller/en.aff 2008-02-08 20:28:45.000000000 +0000
|
||||
@@ -110,13 +110,14 @@
|
||||
SFX L Y 1
|
||||
SFX L 0 ment .
|
||||
|
||||
@ -142,4 +76,3 @@ diff -up4 en_US.aff en_US.aff
|
||||
REP are air
|
||||
REP are ear
|
||||
REP are eir
|
||||
REP air are
|
||||
|
||||
Loading…
Reference in New Issue
Block a user