56 lines
1.3 KiB
RPMSpec
56 lines
1.3 KiB
RPMSpec
Name: hunspell-ga
|
|
Summary: Irish hunspell dictionaries
|
|
Version: 4.3
|
|
Release: 2%{?dist}
|
|
Source0: http://borel.slu.edu/ispell/ispell-gaeilge-%{version}.tar.gz
|
|
Source1: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/ga_IE.zip
|
|
Group: Applications/Text
|
|
URL: http://borel.slu.edu/ispell/index.html
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
License: GPLv2+
|
|
BuildArch: noarch
|
|
Patch1: ispell-gaeilge-4.2-buildhunspell.patch
|
|
|
|
Requires: hunspell
|
|
|
|
%description
|
|
Irish hunspell dictionaries.
|
|
|
|
%prep
|
|
%setup -q -n ispell-gaeilge-%{version}
|
|
unzip %{SOURCE1}
|
|
%patch1 -p1 -b .buildhunspell.patch
|
|
|
|
%build
|
|
make
|
|
chmod -x *
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
cp -p ga_IE.dic ga_IE.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc README_ga_IE.txt
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Tue Mar 04 2008 Caolan McNamara <caolanm@redhat.com> - 4.3-2
|
|
- update to latest .aff
|
|
|
|
* Mon Nov 05 2007 Caolan McNamara <caolanm@redhat.com> - 4.3-1
|
|
- latest version
|
|
|
|
* Mon Aug 20 2007 Caolan McNamara <caolanm@redhat.com> - 4.2-1
|
|
- bump to latest upstream
|
|
|
|
* Fri Aug 03 2007 Caolan McNamara <caolanm@redhat.com> - 0.20060731-2
|
|
- clarify license version
|
|
|
|
* Thu Dec 07 2006 Caolan McNamara <caolanm@redhat.com> - 0.20060731-1
|
|
- initial version
|