diff --git a/hunspell-en.spec b/hunspell-en.spec index 674d32f..e8bf86e 100644 --- a/hunspell-en.spec +++ b/hunspell-en.spec @@ -2,15 +2,14 @@ Name: hunspell-en Summary: English hunspell dictionaries %define upstreamid 20040623 Version: 0.%{upstreamid} -Release: 2 -Source0: en_US.zip -Source1: en_GB.zip +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.zip Group: Applications/Text URL: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: LGPL BuildArch: noarch -BuildRequires: unzip Requires: hunspell @@ -18,14 +17,14 @@ Requires: hunspell English (US, UK, etc.) hunspell dictionaries %prep -%setup -c -n hunspell-en +%setup -q -c -n hunspell-en unzip %{SOURCE1} %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell chmod -x * -cp *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/ en_GB_aliases="en_AU en_BS en_BZ en_CA en_IE en_IN en_JM en_NA en_NZ en_TT en_ZA en_ZW"