Compare commits
No commits in common. "c10s" and "c8s" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
|
SOURCES/SpellcheckerLu.oxt
|
||||||
/SpellcheckerLu.oxt
|
/SpellcheckerLu.oxt
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-10
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
|
@ -1,19 +1,13 @@
|
|||||||
%if 0%{?fedora} >= 36 || 0%{?rhel} > 9
|
|
||||||
%global dict_dirname hunspell
|
|
||||||
%else
|
|
||||||
%global dict_dirname myspell
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Name: hunspell-lb
|
Name: hunspell-lb
|
||||||
Summary: Luxembourgish hunspell dictionaries
|
Summary: Luxembourgish hunspell dictionaries
|
||||||
%global upstreamid 20121128
|
%global upstreamid 20121128
|
||||||
Version: 0.%{upstreamid}
|
Version: 0.%{upstreamid}
|
||||||
Release: 26%{?dist}
|
Release: 9%{?dist}
|
||||||
Source: http://downloads.spellchecker.lu/packages/OOo3/SpellcheckerLu.oxt
|
Source: http://downloads.spellchecker.lu/packages/OOo3/SpellcheckerLu.oxt
|
||||||
URL: http://spellchecker.lu
|
URL: http://spellchecker.lu
|
||||||
License: EUPL-1.1
|
License: EUPL 1.1
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: hunspell-filesystem
|
Requires: hunspell
|
||||||
Supplements: (hunspell and langpacks-lb)
|
Supplements: (hunspell and langpacks-lb)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -33,74 +27,21 @@ Luxembourgish thesaurus.
|
|||||||
%build
|
%build
|
||||||
|
|
||||||
%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
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes
|
||||||
cp -p th_lb_LU_v2.* $RPM_BUILD_ROOT/%{_datadir}/mythes
|
cp -p th_lb_LU_v2.* $RPM_BUILD_ROOT/%{_datadir}/mythes
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc registration/README_lb_LU.txt
|
%doc registration/README_lb_LU.txt
|
||||||
%{_datadir}/%{dict_dirname}/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%files -n mythes-lb
|
%files -n mythes-lb
|
||||||
%doc registration/README_lb_LU.txt
|
%doc registration/README_lb_LU.txt
|
||||||
%{_datadir}/mythes/th_lb_LU_v2.*
|
%{_datadir}/mythes/th_lb_LU_v2.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.20121128-26
|
|
||||||
- Bump release for October 2024 mass rebuild:
|
|
||||||
Resolves: RHEL-64018
|
|
||||||
|
|
||||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.20121128-25
|
|
||||||
- Bump release for June 2024 mass rebuild
|
|
||||||
|
|
||||||
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.20121128-24
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.20121128-23
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.20121128-22
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Feb 22 2023 Caolán McNamara <caolanm@redhat.com> - 0.20110821-21
|
|
||||||
- migrated to SPDX license
|
|
||||||
|
|
||||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.20121128-20
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.20121128-19
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Mar 22 2022 Parag Nemade <pnemade AT redhat DOT com> - 0.20121128-18
|
|
||||||
- Add conditional for new hunspell dir path and update to Requires:
|
|
||||||
hunspell-filesystem
|
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.20121128-17
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.20121128-16
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.20121128-15
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.20121128-14
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.20121128-13
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.20121128-12
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.20121128-11
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.20121128-10
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.20121128-9
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.20121128-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user