2022-03-22 06:11:15 +00:00
|
|
|
%if 0%{?fedora} >= 36 || 0%{?rhel} > 9
|
|
|
|
%global dict_dirname hunspell
|
|
|
|
%else
|
|
|
|
%global dict_dirname myspell
|
|
|
|
%endif
|
|
|
|
|
2007-02-14 10:11:49 +00:00
|
|
|
Name: hunspell-ga
|
|
|
|
Summary: Irish hunspell dictionaries
|
2018-07-08 03:48:08 +00:00
|
|
|
Version: 5.0
|
2022-07-21 13:56:03 +00:00
|
|
|
Release: 12%{?dist}
|
2018-07-08 03:48:08 +00:00
|
|
|
Source0: https://github.com/kscanne/gaelspell/releases/download/v%{version}/ispell-gaeilge-%{version}.tar.gz
|
2008-03-05 16:38:28 +00:00
|
|
|
Source1: myspell-header
|
|
|
|
Source2: hunspell-header
|
2007-08-20 12:54:35 +00:00
|
|
|
URL: http://borel.slu.edu/ispell/index.html
|
2007-08-03 08:53:25 +00:00
|
|
|
License: GPLv2+
|
2007-02-14 10:11:49 +00:00
|
|
|
BuildArch: noarch
|
2021-01-13 01:11:09 +00:00
|
|
|
BuildRequires: make
|
2022-03-22 10:05:13 +00:00
|
|
|
BuildRequires: hunspell-devel
|
2018-07-08 03:48:08 +00:00
|
|
|
Patch1: ispell-gaeilge-5.0-buildhunspell.patch
|
2007-02-14 10:11:49 +00:00
|
|
|
|
2022-03-22 06:11:15 +00:00
|
|
|
Requires: hunspell-filesystem
|
2016-02-19 17:55:56 +00:00
|
|
|
Supplements: (hunspell and langpacks-ga)
|
2007-02-14 10:11:49 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Irish hunspell dictionaries.
|
|
|
|
|
|
|
|
%prep
|
2018-07-08 03:48:08 +00:00
|
|
|
%autosetup -n ispell-gaeilge-%{version}
|
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
|
2018-11-18 21:50:04 +00:00
|
|
|
export LANG=C.UTF-8
|
2013-05-28 09:08:07 +00:00
|
|
|
iconv -f utf-8 -t iso-8859-1 < gaeilge.aff > gaeilge.aff.iso-8859-1
|
|
|
|
ispellaff2myspell gaeilge.aff.iso-8859-1 --myheader header | sed -e "s/\"\"/0/g" | sed -e "s/\"//g" > ga_IE.aff
|
2013-05-27 19:06:32 +00:00
|
|
|
|
2007-02-14 10:11:49 +00:00
|
|
|
%install
|
2022-03-22 06:11:15 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}
|
|
|
|
cp -p ga_IE.dic ga_IE.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}
|
2007-02-14 10:11:49 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files
|
2018-07-08 03:48:08 +00:00
|
|
|
%doc README ChangeLog
|
|
|
|
%license COPYING
|
2022-03-22 06:11:15 +00:00
|
|
|
%{_datadir}/%{dict_dirname}/*
|
2007-02-14 10:11:49 +00:00
|
|
|
|
|
|
|
%changelog
|
2022-07-21 13:56:03 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-03-22 06:11:15 +00:00
|
|
|
* Tue Mar 22 2022 Parag Nemade <pnemade AT redhat DOT com> - 5.0-11
|
|
|
|
- Add conditional for new hunspell dir path and update to Requires:
|
|
|
|
hunspell-filesystem
|
|
|
|
|
2022-01-20 12:36:53 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-22 07:53:20 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-26 13:43:36 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-28 01:08:27 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-01-29 04:37:22 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 08:46:15 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-01 02:36:36 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-11-18 21:50:04 +00:00
|
|
|
* Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.0-3
|
|
|
|
- Use C.UTF-8 locale
|
|
|
|
See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot
|
|
|
|
|
2018-07-13 05:13:01 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-07-08 03:48:08 +00:00
|
|
|
* Sun Jul 08 2018 Parag Nemade <pnemade AT fedoraproject DOT org> - 5.0-1
|
|
|
|
- Update Source tag
|
|
|
|
|
2018-02-07 16:40:16 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.6-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-07-26 13:00:01 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.6-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 12:50:23 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.6-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-09-12 12:54:05 +00:00
|
|
|
* Mon Sep 12 2016 Caolán McNamara <caolanm@redhat.com> - 4.6-12
|
|
|
|
- Resolves: rhbz#1373537 rebuild to fix problem caused by earlier grep
|
|
|
|
|
2016-02-19 17:55:56 +00:00
|
|
|
* Fri Feb 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 4.6-11
|
|
|
|
- Add Supplements: tag for langpacks naming guidelines
|
|
|
|
- Clean the specfile to follow current packaging guidelines
|
|
|
|
|
2016-02-04 00:02:07 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.6-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 10:43:45 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-06-07 20:48:23 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 18:14:38 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-05-28 09:08:07 +00:00
|
|
|
* Tue May 28 2013 Caolán McNamara <caolanm@redhat.com> - 4.6-6
|
|
|
|
- Resolves: rhbz#967637 encoding bustage
|
|
|
|
|
2013-05-27 19:06:32 +00:00
|
|
|
* Mon May 27 2013 Caolán McNamara <caolanm@redhat.com> - 4.6-5
|
|
|
|
- Resolves: rhbz#967637 empty ga.aff
|
|
|
|
|
2013-02-14 01:24:29 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-19 13:34:21 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-13 05:09:31 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-06-29 13:18:42 +00:00
|
|
|
* Wed Jun 29 2011 Caolán McNamara <caolanm@redhat.com> - 4.6-1
|
|
|
|
- latest version
|
|
|
|
|
2011-02-09 10:18:21 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-07-31 15:32:19 +00:00
|
|
|
* Sat Jul 31 2010 Caolán McNamara <caolanm@redhat.com> - 4.5-1
|
|
|
|
- latest version
|
|
|
|
|
2009-07-25 02:26:54 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
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
|
|
|
|
|
2010-07-31 15:32:19 +00:00
|
|
|
* Wed Mar 05 2008 Caolán McNamara <caolanm@redhat.com> - 4.3-3
|
2008-03-05 16:38:28 +00:00
|
|
|
- build the .aff from gaeilge.aff and ispellaff2myspell
|
|
|
|
|
2010-07-31 15:32:19 +00:00
|
|
|
* Tue Mar 04 2008 Caolán McNamara <caolanm@redhat.com> - 4.3-2
|
2008-03-04 19:42:10 +00:00
|
|
|
- update to latest .aff
|
|
|
|
|
2010-07-31 15:32:19 +00:00
|
|
|
* Mon Nov 05 2007 Caolán McNamara <caolanm@redhat.com> - 4.3-1
|
2007-11-05 09:03:32 +00:00
|
|
|
- latest version
|
|
|
|
|
2010-07-31 15:32:19 +00:00
|
|
|
* Mon Aug 20 2007 Caolán McNamara <caolanm@redhat.com> - 4.2-1
|
2007-08-20 12:54:35 +00:00
|
|
|
- bump to latest upstream
|
|
|
|
|
2010-07-31 15:32:19 +00:00
|
|
|
* Fri Aug 03 2007 Caolán McNamara <caolanm@redhat.com> - 0.20060731-2
|
2007-08-03 08:53:25 +00:00
|
|
|
- clarify license version
|
|
|
|
|
2010-07-31 15:32:19 +00:00
|
|
|
* Thu Dec 07 2006 Caolán McNamara <caolanm@redhat.com> - 0.20060731-1
|
2007-02-14 10:11:49 +00:00
|
|
|
- initial version
|