Compare commits

..

No commits in common. 'i10cs' and 'c9' have entirely different histories.
i10cs ... c9

2
.gitignore vendored

@ -1 +1 @@
SOURCES/sjp-myspell-pl-20240301.zip SOURCES/sjp-myspell-pl-20180707.zip

@ -1 +1 @@
7be7c6f55f7ec80a765fcd30a1ef36643e622d93 SOURCES/sjp-myspell-pl-20240301.zip b5494d5972433e46f47d2c3eb4d4dd63e4ef3115 SOURCES/sjp-myspell-pl-20180707.zip

@ -1,16 +1,11 @@
%if 0%{?fedora} >= 36 || 0%{?rhel} > 9
%global dict_dirname hunspell
%else
%global dict_dirname myspell
%endif
Name: hunspell-pl Name: hunspell-pl
Summary: Polish hunspell dictionaries Summary: Polish hunspell dictionaries
%global upstreamid 20240301 %global upstreamid 20180707
Version: 0.%{upstreamid} Version: 0.%{upstreamid}
Release: 4%{?dist} Release: 9%{?dist}
Source: https://sjp.pl/sl/ort/sjp-myspell-pl-%{upstreamid}.zip Source: http://sjp.pl/slownik/ort/sjp-myspell-pl-%{upstreamid}.zip
URL: https://sjp.pl/sl/ort/ URL: https://sjp.pl/slownik/ort/
License: LGPL-2.1-or-later OR GPL-1.0-or-later OR MPL-1.1 OR Apache-2.0 OR CC-BY-SA-4.0 License: LGPLv2+ or GPL+ or MPLv1.1 or ASL 2.0 or CC-BY-SA
BuildArch: noarch BuildArch: noarch
Requires: hunspell Requires: hunspell
@ -26,62 +21,21 @@ Polish hunspell dictionaries.
unzip pl_PL.zip unzip pl_PL.zip
%install %install
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname} mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname} cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
%files %files
%doc README_pl_PL.txt %doc README_pl_PL.txt
%{_datadir}/%{dict_dirname}/* %{_datadir}/myspell/*
%changelog %changelog
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.20240301-4 * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.20180707-9
- Bump release for October 2024 mass rebuild: - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Resolves: RHEL-64018 Related: rhbz#1991688
* Mon Aug 12 2024 Parag Nemade <pnemade AT redhat DOT com> - 0.20240301-3 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.20180707-8
- Resolves:RHEL-52496 - Add conditional for RHEL for using hunspell directory - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
- Add tmt CI tests
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.20240301-2
- Rebuilt for MSVSphere 10
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.20240301-2
- Bump release for June 2024 mass rebuild
* Tue Mar 19 2024 Parag Nemade <pnemade AT redhat DOT com> - 0.20240301-1
- Update to new upstream release 20240301 (#2270165)
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.20230601-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.20230601-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.20230601-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Jun 08 2023 Paweł Marciniak <sunwire+repo@gmail.com> - 0.20230601-1
- Update to the latest version
* Wed Feb 22 2023 Caolán McNamara <caolanm@redhat.com> - 0.20160720-13
- migrated to SPDX license
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.20180707-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.20180707-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Feb 11 2022 Vishal Vijayraghavan <vishalvvr@fedoraproject.org> - 0.20180707-10
- rename install directory name from myspell to hunspell
- https://fedoraproject.org/wiki/Changes/Hunspell_dictionary_dir_change
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.20180707-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.20180707-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.20180707-7 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.20180707-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save