From 4ec1c5276678e8b19f8bf2a788e4c3edb0c8e65f Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 03 2021 04:54:44 +0000 Subject: import voikko-fi-2.4-5.el9 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1c8fa54 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +SOURCES/gpgkey-AC5D65F10C8596D7E2DAE2633D309B604AE3942E.gpg +SOURCES/voikko-fi-2.4.tar.gz diff --git a/.voikko-fi.metadata b/.voikko-fi.metadata new file mode 100644 index 0000000..8329169 --- /dev/null +++ b/.voikko-fi.metadata @@ -0,0 +1,2 @@ +ee979ffae431d7313da3c0d9c4eca310999a95f1 SOURCES/gpgkey-AC5D65F10C8596D7E2DAE2633D309B604AE3942E.gpg +e609965347740eabfddc934b5519f7afaad18f18 SOURCES/voikko-fi-2.4.tar.gz diff --git a/SOURCES/voikko-fi-2.4.tar.gz.asc b/SOURCES/voikko-fi-2.4.tar.gz.asc new file mode 100644 index 0000000..618952f --- /dev/null +++ b/SOURCES/voikko-fi-2.4.tar.gz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEErF1l8QyFltfi2uJjPTCbYErjlC4FAl/eCwEACgkQPTCbYErj +lC610A//QGCkCHCtvHI9vvHIrKYiH1SopIjuseUi8BCvVT2qpBtCmBu1gb0e7AlD +mWzocYKq5BOJzQ/nH2h0NyIjLqvp8npWt56ShuWJFGphiGxLksuEYriE3S1ExEVw +JZX+7RKz8iFC1ZBF584R3+417wfUbgBGE7hMiEP2dj0ylJdKmrutGRc5TF6x5x09 +xVhetfx5sZU9K3NaUeqe1Hh8nnc2o+5snZFYAUj8BlItLjZVfyuVoNGf07WE/CTx +kCiYnfA1q9fpMl2ot1wzPGQ01wIQdzQl4V83M5mpzeGgO1QjQzMJ1hDF8vWm3xCm +lMd4goc3a2ZLgIUmgDR0A3x8z4oiYGvYc/Wk8+U4CEgcDo5yW7BMkgQvhGMT7Xcz +hrvip1Sgm5j/+0OqKtk5BgyvLAt1ZE45um2fmXq8kUFNLslTTMH2h2ua3EBOLj7a +gN/Fi9bzUp3hMWEMvSRytINC9emlD/fqSoCo9Z0rLO32LfSlbH1BJwPvUTfFJQ+D +aNgfylDFmf2j1DYlPuN182g8KcabyA7tcwXv9IyqHILIi0nS+/hAkNS0c6R85R6n +BRJeeOV6oSMGCfetIt/CyecFZFsANH6YmHqmxj0WCWLLBaZB+wA6B0OAyd3akSLG +AkT4bTnDr3OcBoY7zgUPeEf4laATJjfLkGOZ/D9snSAHbizLXo0= +=ePM+ +-----END PGP SIGNATURE----- diff --git a/SPECS/voikko-fi.spec b/SPECS/voikko-fi.spec new file mode 100644 index 0000000..690a8ea --- /dev/null +++ b/SPECS/voikko-fi.spec @@ -0,0 +1,80 @@ +Name: voikko-fi +Version: 2.4 +Release: 5%{?dist} +Summary: A description of Finnish morphology written for libvoikko + +License: GPLv2+ +URL: https://voikko.puimula.org/ + +# See https://voikko.puimula.org/sources.html for the key fingerprint. +# I did +# gpg --recv-keys "AC5D 65F1 0C85 96D7 E2DA E263 3D30 9B60 4AE3 942E" +# and then +# gpg2 --export --export-options export-minimal AC5D65F10C8596D7E2DAE2633D309B604AE3942E > gpgkey-AC5D65F10C8596D7E2DAE2633D309B604AE3942E.gpg +Source0: https://www.puimula.org/voikko-sources/%{name}/%{name}-%{version}.tar.gz +Source1: https://www.puimula.org/voikko-sources/%{name}/%{name}-%{version}.tar.gz.asc +Source2: gpgkey-AC5D65F10C8596D7E2DAE2633D309B604AE3942E.gpg + +BuildRequires: make +BuildRequires: gnupg2 +BuildRequires: python3-devel +BuildRequires: foma +# Voikko 4.3 and beyond on Fedora supports this format of the data files +BuildRequires: voikko-tools >= 4.3 + +# Installing this package without libvoikko would be useless. +Requires: libvoikko >= 4.3 + +BuildArch: noarch + +# This package replaces malaga-suomi-voikko +Provides: malaga-suomi-voikko = %{version}-%{release} +Obsoletes: malaga-suomi-voikko < 1.19-20 + +%description +Voikko-fi is a description of Finnish morphology written for libvoikko. +The implementation uses unweighted VFST format and provides format 5 Finnish +dictionary for libvoikko 4.0 or later. For Voikko the morphology supports +spell checking, hyphenation and grammar checking. + +%prep +%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' +%autosetup + +%build +%make_build vvfst + +%install +# Upstream uses /usr/lib/voikko as the data file location. +# Zbigniew Jędrzejewski-Szmek recommended using the upstream default on the +# mailing list, see +# https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/GY6NGGNLK5DIDXOXVGBDA5QONISQOFL7/ +make vvfst-install DESTDIR=$RPM_BUILD_ROOT%{_prefix}/lib/voikko + + +%files +%doc ChangeLog CONTRIBUTORS README.md +%license COPYING +%{_prefix}/lib/voikko/5 + +%changelog +* Tue Aug 10 2021 Mohan Boddu - 2.4-5 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Fri Apr 16 2021 Mohan Boddu - 2.4-4 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* Sat Jan 30 2021 Ville-Pekka Vainio - 2.4-3 +- More review fixes: +- BuildRequire python3-devel + +* Sat Jan 30 2021 Ville-Pekka Vainio - 2.4-2 +- Review fixes: +- Fix Obsoletes +- Use the prefix macro in the dictionary path +- Use the license macro +- Do not own the whole data directory, just the version 5 subdirectory + +* Sat Jan 16 2021 Ville-Pekka Vainio - 2.4-1 +- Initial package