663708c
Name: hunspell-ak
663708c
Summary: Akan hunspell dictionaries
663708c
Version: 0.3
663708c
Release: 1%{?dist}
663708c
Group: Applications/Text
663708c
Source: http://releases.mozilla.org/pub/mozilla.org/addons/9978/akan_ns__mfuaasekyer__-%{version}-fx.xpi
663708c
URL: http://kasahorow.org/content/akan-nsɛmfuaasekyerɛ
663708c
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
663708c
#https://addons.mozilla.org/en-US/firefox/versions/license/73122
663708c
License: LGPLv3
663708c
BuildArch: noarch
663708c
BuildRequires: redland
663708c
663708c
Requires: hunspell
663708c
663708c
%description
663708c
Akan hunspell dictionaries.
663708c
663708c
%prep
663708c
%setup -q -c
663708c
663708c
%build
663708c
rdfproc hunspell-oc parse install.rdf
663708c
rdfproc hunspell-oc print | grep install-manifest | grep -v targetApplication | sed -e 's/.*#//' | sed -e 's/], "/: /'| sed -e 's/"}//' > CREDITS
663708c
663708c
%install
663708c
rm -rf $RPM_BUILD_ROOT
663708c
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
663708c
cp -p dictionaries/ak-GH.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/ak_GH.aff
663708c
cp -p dictionaries/ak-GH.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ak_GH.dic
663708c
663708c
%clean
663708c
rm -rf $RPM_BUILD_ROOT
663708c
663708c
%files
663708c
%defattr(-,root,root,-)
663708c
%doc CREDITS
663708c
%{_datadir}/myspell/*
663708c
663708c
%changelog
663708c
* Fri Aug 21 2009 Caolan McNamara <caolanm@redhat.com> - 0.3-1
663708c
- initial version