Blob Blame History Raw
Name: hunspell-cy
Summary: Welsh hunspell dictionaries
%define upstreamid 20040425
Version: 0.%{upstreamid}
Release: 3%{?dist}
Source: http://www.e-gymraeg.co.uk/myspell/myspell.zip
Group: Applications/Text
URL: http://www.e-gymraeg.co.uk/myspell
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: GPL+
BuildArch: noarch

Requires: hunspell

%description
Welsh hunspell dictionaries.

%prep
%setup -q -c -n hunspell-cy

%build
unzip PackWelsh.zip
unzip cy_GB.zip
chmod -x *
tr -d '\r' < README_cy_GB.txt > README_cy_GB.txt.new
mv -f README_cy_GB.txt.new README_cy_GB.txt

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README_cy_GB.txt
%{_datadir}/myspell/*

%changelog
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20040425-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Mon Aug 20 2007 Caolan McNamara <caolanm@redhat.com> - 0.20040425-2
- clarify license version
- track down canonical upstream source

* Thu Dec 07 2006 Caolan McNamara <caolanm@redhat.com> - 0.20040425-1
- initial version