hunspell-ga/hunspell-ga.spec

56 lines
1.3 KiB
RPMSpec
Raw Normal View History

Name: hunspell-ga
Summary: Irish hunspell dictionaries
2007-11-05 09:03:32 +00:00
Version: 4.3
2008-03-04 19:42:10 +00:00
Release: 2%{?dist}
2007-08-20 12:54:35 +00:00
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
2007-08-20 12:54:35 +00:00
URL: http://borel.slu.edu/ispell/index.html
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2007-08-03 08:53:25 +00:00
License: GPLv2+
BuildArch: noarch
2007-08-20 12:54:35 +00:00
Patch1: ispell-gaeilge-4.2-buildhunspell.patch
Requires: hunspell
%description
Irish hunspell dictionaries.
%prep
2007-08-20 12:54:35 +00:00
%setup -q -n ispell-gaeilge-%{version}
unzip %{SOURCE1}
%patch1 -p1 -b .buildhunspell.patch
%build
2007-08-20 12:54:35 +00:00
make
chmod -x *
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
2007-08-20 12:54:35 +00:00
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
2008-03-04 19:42:10 +00:00
* Tue Mar 04 2008 Caolan McNamara <caolanm@redhat.com> - 4.3-2
- update to latest .aff
2007-11-05 09:03:32 +00:00
* Mon Nov 05 2007 Caolan McNamara <caolanm@redhat.com> - 4.3-1
- latest version
2007-08-20 12:54:35 +00:00
* Mon Aug 20 2007 Caolan McNamara <caolanm@redhat.com> - 4.2-1
- bump to latest upstream
2007-08-03 08:53:25 +00:00
* 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