48 lines
1.2 KiB
RPMSpec
48 lines
1.2 KiB
RPMSpec
Name: hunspell-zu
|
|
Summary: Zulu hunspell dictionaries
|
|
%define upstreamid 20060120
|
|
Version: 0.%{upstreamid}
|
|
Release: 4%{?dist}
|
|
Source: http://downloads.sourceforge.net/translate/myspell-zu_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
|
|
Zulu hunspell dictionaries.
|
|
|
|
%prep
|
|
%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
|
|
|
|
* Fri Aug 03 2007 Caolan McNamara <caolanm@redhat.com> - 0.20060120-2
|
|
- clarify license version
|
|
|
|
* Thu Dec 07 2006 Caolan McNamara <caolanm@redhat.com> - 0.20060120-1
|
|
- initial version
|