47 lines
1.1 KiB
RPMSpec
47 lines
1.1 KiB
RPMSpec
Name: hunspell-qu
|
|
Summary: Quechua Ecuador hunspell dictionaries
|
|
Version: 0.7
|
|
Release: 1%{?dist}
|
|
Group: Applications/Text
|
|
Source: http://extensions.services.openoffice.org/e-files/2121/6/qu_EC.oxt
|
|
URL: http://extensions.services.openoffice.org/project/KichwaSpellchecker
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
License: AGPLv3
|
|
BuildArch: noarch
|
|
|
|
Requires: hunspell
|
|
|
|
%description
|
|
Quechua Ecuador hunspell dictionaries.
|
|
|
|
%prep
|
|
%setup -q -c
|
|
|
|
%build
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
cp -p qu_EC.aff qu_EC.dic $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc CURRENTVERSION.txt LICENSE.txt README.txt REVISION.txt
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Sat Jun 12 2010 Caolan McNamara <caolanm@redhat.com> - 0.7-1
|
|
- latest version
|
|
|
|
* Tue May 11 2010 Caolan McNamara <caolanm@redhat.com> - 0.6-1
|
|
- latest version
|
|
|
|
* Thu Feb 18 2010 Caolan McNamara <caolanm@redhat.com> - 0.5-1
|
|
- latest version
|
|
|
|
* Wed Oct 14 2009 Caolan McNamara <caolanm@redhat.com> - 0.4-1
|
|
- initial version
|