nah, the oed dictionary is too strict wrt ize/ise
This commit is contained in:
parent
23d1e1f77b
commit
e23a472d9c
@ -1,12 +1,12 @@
|
||||
Name: hunspell-en
|
||||
Summary: English hunspell dictionaries
|
||||
%define upstreamid 20050613
|
||||
%define upstreamid 20063011
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 1%{?dist}
|
||||
Source0: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/en_US.zip
|
||||
Source1: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/en_GB-oed.zip
|
||||
Source1: http://en-gb.pyxidium.co.uk/dictionary/en_GB.zip
|
||||
Group: Applications/Text
|
||||
URL: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/
|
||||
URL: http://en-gb.pyxidium.co.uk/dictionary
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: LGPL
|
||||
BuildArch: noarch
|
||||
@ -21,10 +21,6 @@ English (US, UK, etc.) hunspell dictionaries
|
||||
unzip %{SOURCE1}
|
||||
|
||||
%build
|
||||
mv en_GB-oed.dic en_GB.dic
|
||||
mv en_GB-oed.aff en_GB.aff
|
||||
tr -d '\r' < README_en_GB-oed.txt > README_en_GB-oed.txt.new
|
||||
mv -f README_en_GB-oed.txt.new README_en_GB-oed.txt
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -50,11 +46,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README_en_US.txt README_en_GB-oed.txt
|
||||
%doc README_en_US.txt README_en_GB.txt
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Sat May 05 2007 Caolan McNamara <caolanm@redhat.com> - 0.20050613-1
|
||||
* Sun May 06 2007 Caolan McNamara <caolanm@redhat.com> - 0.20063011-1
|
||||
- update to latest dictionaries
|
||||
|
||||
* Thu Feb 08 2007 Caolan McNamara <caolanm@redhat.com> - 0.20040623-2
|
||||
|
Loading…
Reference in New Issue
Block a user