Compare commits
No commits in common. "c8s" and "c9s" have entirely different histories.
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
SOURCES/ispell-gaeilge-5.0.tar.gz
|
||||
/myspell-header
|
||||
/hunspell-header
|
||||
/ispell-gaeilge-4.6.tar.gz
|
||||
/ispell-gaeilge-5.0.tar.gz
|
||||
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
@ -1,13 +1,14 @@
|
||||
Name: hunspell-ga
|
||||
Summary: Irish hunspell dictionaries
|
||||
Version: 5.0
|
||||
Release: 1%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Source0: https://github.com/kscanne/gaelspell/releases/download/v%{version}/ispell-gaeilge-%{version}.tar.gz
|
||||
Source1: myspell-header
|
||||
Source2: hunspell-header
|
||||
URL: http://borel.slu.edu/ispell/index.html
|
||||
License: GPLv2+
|
||||
BuildArch: noarch
|
||||
BuildRequires: make
|
||||
BuildRequires: hunspell-devel
|
||||
Patch1: ispell-gaeilge-5.0-buildhunspell.patch
|
||||
|
||||
@ -23,7 +24,7 @@ Irish hunspell dictionaries.
|
||||
%build
|
||||
make
|
||||
cat %{SOURCE1} %{SOURCE2} > header
|
||||
export LANG=en_IE.UTF-8
|
||||
export LANG=C.UTF-8
|
||||
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
|
||||
|
||||
@ -38,6 +39,35 @@ cp -p ga_IE.dic ga_IE.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 5.0-10
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 5.0-9
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Sun Jul 08 2018 Parag Nemade <pnemade AT fedoraproject DOT org> - 5.0-1
|
||||
- Update Source tag
|
||||
|
||||
|
@ -1,87 +0,0 @@
|
||||
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
|
||||
# Start hunspell affix file extensions #
|
||||
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
|
||||
WORDCHARS -'
|
||||
|
||||
# see gramadoir morph-ga; not bothering with any replacements
|
||||
# from that file that are anchored at ^ or $, nor with any that
|
||||
# simply add a fada (hopefully handled by MAP rules below),
|
||||
# nor with derivational morphology, since these are undesirable for
|
||||
# spelling replacement
|
||||
REP 64
|
||||
REP a á
|
||||
REP e é
|
||||
REP i í
|
||||
REP o ó
|
||||
REP u ú
|
||||
REP uigh aigh
|
||||
REP uith aith
|
||||
REP idhth ith
|
||||
REP ighth ith
|
||||
REP sg sc
|
||||
REP sb sp
|
||||
REP sd st
|
||||
REP dn nn
|
||||
REP eu éa
|
||||
REP tch t
|
||||
REP idhea ío
|
||||
REP ighea ío
|
||||
REP idhe í
|
||||
REP ighe í
|
||||
REP uím aím
|
||||
REP uít aít
|
||||
REP uío aío
|
||||
REP aghadh ú
|
||||
REP adha ú
|
||||
REP ádh á
|
||||
REP mhth f
|
||||
REP bhth f
|
||||
REP thmh f
|
||||
REP thbh f
|
||||
REP thch ch
|
||||
REP tht t
|
||||
REP ghaí aí
|
||||
REP llr lr
|
||||
REP lls ls
|
||||
REP llt lt
|
||||
REP nnc nc
|
||||
REP nnd nd
|
||||
REP nnl nl
|
||||
REP nnr nr
|
||||
REP nns ns
|
||||
REP nnt nt
|
||||
REP aingc aing
|
||||
REP éagc éag
|
||||
REP éigc éig
|
||||
REP iargc iarg
|
||||
REP éadt éad
|
||||
REP éidt éid
|
||||
REP domb dom
|
||||
REP díomb díom
|
||||
REP dhomb dhom
|
||||
REP dhíomb dhíom
|
||||
REP anbhf anbh
|
||||
REP ainbhf ainbh
|
||||
REP ighim ím
|
||||
REP ighidh í
|
||||
REP ighinn ínn
|
||||
REP éá éa
|
||||
REP áí ái
|
||||
REP éí éi
|
||||
REP óí ói
|
||||
REP úí úi
|
||||
REP íó ío
|
||||
REP íá iá
|
||||
REP íú iú
|
||||
|
||||
MAP 5
|
||||
MAP aáAÁ
|
||||
MAP eéEÉ
|
||||
MAP iíIÍ
|
||||
MAP oóOÓ
|
||||
MAP uúUÚ
|
||||
|
||||
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
|
||||
# End hunspell extensions; remainder are PFX and SFX specifications #
|
||||
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
|
||||
|
@ -1,40 +0,0 @@
|
||||
# hunspell affix file for Irish by Kevin Scannell
|
||||
# I created this file by converting my ispell affix file on 5 August 2002
|
||||
# Exactly the same set of affixes, except one can avoid the acrobatics
|
||||
# for the verb "buígh" because hunspell is a bit smarter about
|
||||
# combining affixes
|
||||
#
|
||||
# ABCDEFGHIJKLMNOPQRSTUVWXYZ
|
||||
# ****** ****** ***
|
||||
#
|
||||
# Copyright 2002-2007 Kevin P. Scannell
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
# 02110-1301, USA.
|
||||
#
|
||||
#
|
||||
# Consult the web page
|
||||
#
|
||||
# http://borel.slu.edu/ispell/
|
||||
#
|
||||
# for detailed information about these packages and installation information.
|
||||
|
||||
SET ISO8859-1
|
||||
|
||||
# TRY aihnrsetcdoglumbíéáfóúpvjzxywqk (Aug. 2002, 8MB corpus)
|
||||
# TRY aihnrestcoldgumíábéfúóCpATBSIDNMGRFLEOPHÉUÁÓÍyÚJvkqKWVwzxjYQZX (Sept. 2003, 75MB corpus)
|
||||
# Latest: July 2006, 128MB corpus
|
||||
TRY aihnretsocldgmuíábéfúóACpTSINBDEMRGL-FOP'HUyÉwvÁÓkÍJÚWKxVYqzjXZQ
|
||||
|
2
sources
2
sources
@ -1 +1,3 @@
|
||||
SHA512 (myspell-header) = 18173d8c44d010ae96a6a7babcc9a0ed2e3110483ce0d7ba22d601a4c9d88970b01772df0c9f08218c8c7f857484f9a264c182623bb42d2b244b15799057286f
|
||||
SHA512 (hunspell-header) = 129ee05b85dd795f19cd2532b0e46d19c338285424c07541fc77169e09447e92a8730ebb6f6226de84793fd77b61fc1bf5a48e1b43786d95cb507aaa5c849e17
|
||||
SHA512 (ispell-gaeilge-5.0.tar.gz) = 9303b1f971aa22a619cc90b1e74d301e7fbe07b835b05e928de7dd38475bfe64d0bb6afdb14734dc6f75eee8166f9f8a08efc6805a2790244c87549b50d19128
|
||||
|
Loading…
Reference in New Issue
Block a user