hunspell-zu/hunspell-zu.spec

48 lines
1.2 KiB
RPMSpec
Raw Normal View History

Name: hunspell-zu
Summary: Zulu hunspell dictionaries
%define upstreamid 20060120
Version: 0.%{upstreamid}
Release: 4%{?dist}
2007-07-09 10:34:46 +00:00
Source: http://downloads.sourceforge.net/translate/myspell-zu_ZA-%{upstreamid}.zip
Group: Applications/Text
2008-10-21 07:46:07 +00:00
URL: http://www.translate.org.za/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2007-08-03 09:59:30 +00:00
License: LGPLv2+
BuildArch: noarch
Requires: hunspell
%description
Zulu hunspell dictionaries.
%prep
2007-07-09 10:34:46 +00:00
%setup -q -c -n hunspell-zu_ZA
%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_zu_ZA.txt
%{_datadir}/myspell/*
%changelog
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20060120-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20060120-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2007-08-03 09:59:30 +00:00
* Fri Aug 03 2007 Caolan McNamara <caolanm@redhat.com> - 0.20060120-2
- clarify license version
2008-10-21 07:46:07 +00:00
* Thu Dec 07 2006 Caolan McNamara <caolanm@redhat.com> - 0.20060120-1
- initial version