2007-02-14 10:11:49 +00:00
|
|
|
Name: hunspell-ga
|
|
|
|
Summary: Irish hunspell dictionaries
|
2008-08-05 08:27:34 +00:00
|
|
|
Version: 4.4
|
2009-02-25 04:47:57 +00:00
|
|
|
Release: 2%{?dist}
|
2007-08-20 12:54:35 +00:00
|
|
|
Source0: http://borel.slu.edu/ispell/ispell-gaeilge-%{version}.tar.gz
|
2008-03-05 16:38:28 +00:00
|
|
|
Source1: myspell-header
|
|
|
|
Source2: hunspell-header
|
2007-02-14 10:11:49 +00:00
|
|
|
Group: Applications/Text
|
2007-08-20 12:54:35 +00:00
|
|
|
URL: http://borel.slu.edu/ispell/index.html
|
2007-02-14 10:11:49 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2007-08-03 08:53:25 +00:00
|
|
|
License: GPLv2+
|
2007-02-14 10:11:49 +00:00
|
|
|
BuildArch: noarch
|
2007-08-20 12:54:35 +00:00
|
|
|
Patch1: ispell-gaeilge-4.2-buildhunspell.patch
|
2007-02-14 10:11:49 +00:00
|
|
|
|
|
|
|
Requires: hunspell
|
|
|
|
|
|
|
|
%description
|
|
|
|
Irish hunspell dictionaries.
|
|
|
|
|
|
|
|
%prep
|
2007-08-20 12:54:35 +00:00
|
|
|
%setup -q -n ispell-gaeilge-%{version}
|
|
|
|
%patch1 -p1 -b .buildhunspell.patch
|
2007-02-14 10:11:49 +00:00
|
|
|
|
|
|
|
%build
|
2007-08-20 12:54:35 +00:00
|
|
|
make
|
2008-03-05 16:38:28 +00:00
|
|
|
cat %{SOURCE1} %{SOURCE2} > header
|
|
|
|
export LANG=en_IE.UTF-8
|
|
|
|
ispellaff2myspell gaeilge.aff --myheader header | sed -e "s/\"\"/0/g" | sed -e "s/\"//g" > ga_IE.aff
|
2007-02-14 10:11:49 +00:00
|
|
|
%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
|
2007-02-14 10:11:49 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2008-03-05 16:38:28 +00:00
|
|
|
%doc README COPYING ChangeLog
|
2007-02-14 10:11:49 +00:00
|
|
|
%{_datadir}/myspell/*
|
|
|
|
|
|
|
|
%changelog
|
2009-02-25 04:47:57 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-08-05 08:27:34 +00:00
|
|
|
* Tue Aug 05 2008 Caolán McNamara <caolanm@redhat.com> - 4.4-1
|
|
|
|
- latest version
|
|
|
|
|
2008-03-05 16:38:28 +00:00
|
|
|
* Wed Mar 05 2008 Caolan McNamara <caolanm@redhat.com> - 4.3-3
|
|
|
|
- build the .aff from gaeilge.aff and ispellaff2myspell
|
|
|
|
|
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
|
|
|
|
|
2007-02-14 10:11:49 +00:00
|
|
|
* Thu Dec 07 2006 Caolan McNamara <caolanm@redhat.com> - 0.20060731-1
|
|
|
|
- initial version
|