|
|
@ -1,18 +1,13 @@
|
|
|
|
%if 0%{?fedora} >= 36 || 0%{?rhel} > 9
|
|
|
|
|
|
|
|
%global dict_dirname hunspell
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
%global dict_dirname myspell
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
Name: hunspell-sc
|
|
|
|
Name: hunspell-sc
|
|
|
|
Summary: Sardinian hunspell dictionaries
|
|
|
|
Summary: Sardinian hunspell dictionaries
|
|
|
|
%global upstreamid 20081101
|
|
|
|
%global upstreamid 20081101
|
|
|
|
Version: 0.%{upstreamid}
|
|
|
|
Version: 0.%{upstreamid}
|
|
|
|
Release: 37%{?dist}
|
|
|
|
Release: 27%{?dist}
|
|
|
|
Source: https://ayera.dl.sourceforge.net/project/aoo-extensions/1446/2/dict_sc_it03.oxt
|
|
|
|
Source: https://ayera.dl.sourceforge.net/project/aoo-extensions/1446/2/dict_sc_it03.oxt
|
|
|
|
URL: http://extensions.services.openoffice.org/project/Dict_sc
|
|
|
|
URL: http://extensions.services.openoffice.org/project/Dict_sc
|
|
|
|
#The license included is AGPLv3 and pkg-desc/pkg-description.txt
|
|
|
|
#The license included is AGPLv3 and pkg-desc/pkg-description.txt
|
|
|
|
#says AGPLv3 or later, but the sc_IT.aff header states "GPLv2"
|
|
|
|
#says AGPLv3 or later, but the sc_IT.aff header states "GPLv2"
|
|
|
|
License: AGPL-3.0-or-later AND GPL-2.0-only
|
|
|
|
License: AGPLv3+ and GPLv2
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: hunspell-devel
|
|
|
|
BuildRequires: hunspell-devel
|
|
|
|
|
|
|
|
|
|
|
@ -28,54 +23,22 @@ Sardinian hunspell dictionaries.
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
cp -p sc_IT.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}/sc_IT.aff
|
|
|
|
cp -p sc_IT.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/sc_IT.aff
|
|
|
|
cp -p sc_it.dic $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}/sc_IT.dic
|
|
|
|
cp -p sc_it.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/sc_IT.dic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license registration/agpl3-en.txt
|
|
|
|
%license registration/agpl3-en.txt
|
|
|
|
%{_datadir}/%{dict_dirname}/*
|
|
|
|
%{_datadir}/myspell/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.20081101-37
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.20081101-27
|
|
|
|
- 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.20081101-36
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.20081101-26
|
|
|
|
- Resolves:RHEL-52504 - Add conditional for RHEL for using hunspell directory
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- Add tmt CI tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.20081101-35
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.20081101-34
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.20081101-33
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.20081101-32
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 23 2023 Caolán McNamara <caolanm@redhat.com> - 0.20081101-31
|
|
|
|
|
|
|
|
- migrated to SPDX license
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.20081101-30
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.20081101-29
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 11 2022 Vishal Vijayraghavan <vishalvvr@fedoraproject.org> - 0.20081101-28
|
|
|
|
|
|
|
|
- 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.20081101-27
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.20081101-26
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.20081101-25
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.20081101-25
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
@ -126,10 +89,10 @@ cp -p sc_it.dic $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}/sc_IT.dic
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20081101-10
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20081101-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Dec 11 2012 Caolán McNamara <caolanm@redhat.com> - 0.20081101-9
|
|
|
|
* Tue Dec 11 2012 Caolan McNamara <caolanm@redhat.com> - 0.20081101-9
|
|
|
|
- liblangtag detected that the .dic here has an incorrect lowercase territory
|
|
|
|
- liblangtag detected that the .dic here has an incorrect lowercase territory
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 06 2012 Caolán McNamara <caolanm@redhat.com> - 0.20081101-8
|
|
|
|
* Tue Nov 06 2012 Caolan McNamara <caolanm@redhat.com> - 0.20081101-8
|
|
|
|
- clarify license
|
|
|
|
- clarify license
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20081101-7
|
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20081101-7
|
|
|
@ -144,14 +107,14 @@ cp -p sc_it.dic $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}/sc_IT.dic
|
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20081101-4
|
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20081101-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 09 2009 Caolán McNamara <caolanm@redhat.com> - 0.20081101-3
|
|
|
|
* Thu Jul 09 2009 Caolan McNamara <caolanm@redhat.com> - 0.20081101-3
|
|
|
|
- drop unneeded buildrequires
|
|
|
|
- drop unneeded buildrequires
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20081101-2
|
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20081101-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 28 2008 Caolán McNamara <caolanm@redhat.com> - 0.20081101-1
|
|
|
|
* Fri Nov 28 2008 Caolan McNamara <caolanm@redhat.com> - 0.20081101-1
|
|
|
|
- latest version
|
|
|
|
- latest version
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 29 2008 Caolán McNamara <caolanm@redhat.com> - 0.20081027-1
|
|
|
|
* Wed Oct 29 2008 Caolan McNamara <caolanm@redhat.com> - 0.20081027-1
|
|
|
|
- initial version
|
|
|
|
- initial version
|
|
|
|