|
|
@ -1,13 +1,19 @@
|
|
|
|
|
|
|
|
%if 0%{?fedora} >= 36 || 0%{?rhel} > 9
|
|
|
|
|
|
|
|
%global dict_dirname hunspell
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
%global dict_dirname myspell
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Name: hunspell-eu
|
|
|
|
Name: hunspell-eu
|
|
|
|
Summary: Basque hunspell dictionaries
|
|
|
|
Summary: Basque hunspell dictionaries
|
|
|
|
Version: 5.1
|
|
|
|
Version: 5.1
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 12%{?dist}
|
|
|
|
Source0: http://xuxen.eus/static/hunspell/xuxen_%{version}_hunspell.zip
|
|
|
|
Source0: http://xuxen.eus/static/hunspell/xuxen_%{version}_hunspell.zip
|
|
|
|
URL: http://xuxen.eus
|
|
|
|
URL: http://xuxen.eus
|
|
|
|
License: LGPLv3+
|
|
|
|
License: LGPL-3.0-or-later
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
Requires: hunspell
|
|
|
|
Requires: hunspell-filesystem
|
|
|
|
Supplements: (hunspell and langpacks-eu)
|
|
|
|
Supplements: (hunspell and langpacks-eu)
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -19,26 +25,50 @@ Basque hunspell dictionaries.
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/myspell
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/%{dict_dirname}
|
|
|
|
cp -p eu_ES.dic %{buildroot}%{_datadir}/myspell/eu_ES.dic
|
|
|
|
cp -p eu_ES.dic %{buildroot}%{_datadir}/%{dict_dirname}/eu_ES.dic
|
|
|
|
cp -p eu_ES.aff %{buildroot}%{_datadir}/myspell/eu_ES.aff
|
|
|
|
cp -p eu_ES.aff %{buildroot}%{_datadir}/%{dict_dirname}/eu_ES.aff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license LICENSE.txt
|
|
|
|
%license LICENSE.txt
|
|
|
|
%{_datadir}/myspell/*
|
|
|
|
%{_datadir}/%{dict_dirname}/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 5.1-4
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 5.1-12
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 03 2021 Parag Nemade <pnemade AT redhat DOT com> - 5.1-3
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.1-11
|
|
|
|
- Resolves:rhbz#1967646 - Correct the License: tag to LGPLv3+ based on LICENSE.txt file
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
- Added gating tests
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.1-10
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.1-9
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 22 2023 Caolan McNamara <caolanm@redhat.com> - 5.1-8
|
|
|
|
|
|
|
|
- migrated to SPDX license
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.1-7
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 5.1-2
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.1-6
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 22 2022 Parag Nemade <pnemade AT redhat DOT com> - 5.1-5
|
|
|
|
|
|
|
|
- Add conditional for new hunspell dir path and update to Requires:
|
|
|
|
|
|
|
|
hunspell-filesystem
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.1-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.1-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 03 2021 Parag Nemade <pnemade AT redhat DOT com> - 5.1-2
|
|
|
|
|
|
|
|
- Correct the License: tag to LGPLv3+ based on LICENSE.txt file
|
|
|
|
|
|
|
|
- Added gating tests
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 05 2021 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 5.1-1
|
|
|
|
* Fri Mar 05 2021 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 5.1-1
|
|
|
|
- Update to latest version
|
|
|
|
- Update to latest version
|
|
|
|