40 lines
895 B
RPMSpec
40 lines
895 B
RPMSpec
Name: hunspell-grc
|
|
Summary: Ancient Greek hunspell dictionaries
|
|
Version: 2.1.4
|
|
Release: 0.1.alpha%{?dist}
|
|
Group: Applications/Text
|
|
Source: http://extensions.services.openoffice.org/files/2313/0/grc.oxt
|
|
URL: http://www.himeros.eu/
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
License: GPL+ or LGPLv2+
|
|
BuildArch: noarch
|
|
|
|
Requires: hunspell
|
|
|
|
%description
|
|
Ancient Greek hunspell dictionaries.
|
|
|
|
%prep
|
|
%setup -q -c
|
|
|
|
%build
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
cp -p dictionaries/el_GR.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/grc_GR.aff
|
|
cp -p dictionaries/el_GR.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/grc_GR.dic
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc LICENSES-en.txt
|
|
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Wed Oct 14 2009 Caolan McNamara <caolanm@redhat.com> - 2.1.4-0.1.alpha
|
|
- initial version
|