hunspell-st/hunspell-st.spec
2008-09-15 07:23:26 +00:00

39 lines
860 B
RPMSpec

Name: hunspell-st
Summary: Southern Sotho hunspell dictionaries
%define upstreamid 20060123
Version: 0.%{upstreamid}
Release: 1%{?dist}
Source: http://downloads.translate.org.za/spellchecker/southern_sotho/myspell-st_ZA-%{upstreamid}.zip
Group: Applications/Text
URL: http://www.translate.org.za/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: LGPLv2+
BuildArch: noarch
Requires: hunspell
%description
Southern Sotho hunspell dictionaries.
%prep
%setup -q -c -n hunspell-st
%build
%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_st_ZA.txt
%{_datadir}/myspell/*
%changelog
* Thu Sep 11 2008 Caolan McNamara <caolanm@redhat.com> - 0.20060123-1
- initial version