@@ -5,15 +5,28 @@ Distribution: Azure Linux
55%define aspellversion 6
66Summary: English dictionaries for Aspell
77Name: aspell-%{lang }
8- Version: 2019.10.06
9- Release: 4%{?dist }
8+ Epoch: 50
9+ Version: 2020.12.07
10+ Release: 12%{?dist }
1011License: MIT and BSD
1112URL: http://aspell.net/
12- Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang }/aspell%{aspellversion }-%{lang }-%{version }-%{langrelease }.tar.bz2
13+ Source: https://ftp.gnu.org/gnu/aspell/dict/%{lang }/aspell%{aspellversion }-%{lang }-%{version }-%{langrelease }.tar.bz2
14+
15+ # IMPORTANT
16+ # This package has been deprecated since Fedora 39
17+ # The reason behind this is that upstream has been inactive for more than 4 years
18+ # and there are other variants like hunspell or enchant which has active upstream
19+ # FESCo approval is located here: https://pagure.io/fesco/issue/3009
20+ # Change proposal is located here: https://fedoraproject.org/wiki/Changes/AspellDeprecation
21+ Provides: deprecated()
22+
1323Buildrequires: aspell >= 0.60
24+ BuildRequires: make
1425Requires: aspell >= 0.60
1526Obsoletes: aspell-en-gb <= 0.33.7.1
1627Obsoletes: aspell-en-ca <= 0.33.7.1
28+ Supplements: (aspell and langpacks-en)
29+ Supplements: (aspell and langpacks-en_GB)
1730
1831%define debug_package %{nil }
1932
@@ -33,15 +46,50 @@ rm -rf $RPM_BUILD_ROOT
3346make install DESTDIR=$RPM_BUILD_ROOT
3447
3548%files
36- %doc Copyright
49+ %license Copyright
3750%{_libdir }/aspell-0.60/*
3851
3952%changelog
40- *
Mon Nov 01 2021 Muhammad Falak <[email protected] > -
2019.10.06-4 41- - Remove epoch
53+ *
Thu Mar 13 2025 Aninda Pradhan <[email protected] > -
50:2020.12.07-12 54+ - Initial Azure Linux import from Fedora 41 (license: MIT)
55+ - License Verified
56+
57+ *
Wed Jul 17 2024 Fedora Release Engineering <[email protected] > -
50:2020.12.07-11 58+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
59+
60+ *
Mon Jan 22 2024 Fedora Release Engineering <[email protected] > -
50:2020.12.07-10 61+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
62+
63+ *
Fri Jan 19 2024 Fedora Release Engineering <[email protected] > -
50:2020.12.07-9 64+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
65+
66+ *
Wed Jul 19 2023 Fedora Release Engineering <[email protected] > -
50:2020.12.07-8 67+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
68+
69+ *
Wed Jan 18 2023 Fedora Release Engineering <[email protected] > -
50:2020.12.07-7 70+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
4271
43- *
Fri Oct 15 2021 Pawel Winogrodzki <[email protected] > -
50:2019.10.06-3 44- - Initial CBL-Mariner import from Fedora 32 (license: MIT).
72+ *
Wed Jul 20 2022 Fedora Release Engineering <[email protected] > -
50:2020.12.07-6 73+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
74+
75+ *
Wed Jan 19 2022 Fedora Release Engineering <[email protected] > -
50:2020.12.07-5 76+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
77+
78+ *
Wed Jul 21 2021 Fedora Release Engineering <[email protected] > -
50:2020.12.07-4 79+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
80+
81+ *
Wed Feb 3 2021 Peter Oliver <[email protected] > -
50:2020.12.07-3 82+ - Recommend the installation of these dictionaries when both aspell and an English langpack are installed.
83+
84+ *
Tue Jan 26 2021 Fedora Release Engineering <[email protected] > -
50:2020.12.07-2 85+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
86+
87+ *
Fri Dec 11 2020 Nikola Forró <[email protected] > -
50:2020.12.07-1 88+ - Update to version 2020.12.07
89+ resolves #1905302
90+
91+ *
Mon Jul 27 2020 Fedora Release Engineering <[email protected] > -
50:2019.10.06-3 92+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4593
4694*
Tue Jan 28 2020 Fedora Release Engineering <[email protected] > -
50:2019.10.06-2 4795- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
@@ -188,3 +236,4 @@ make install DESTDIR=$RPM_BUILD_ROOT
188236
189237*
Fri Jun 20 2003 Adrian Havill <[email protected] > 0.51-5 190238- first build for new aspell (0.50)
239+
0 commit comments