Compare commits
No commits in common. "c8" and "c9s" have entirely different histories.
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
||||
SOURCES/0.7.0.tar.gz
|
||||
/0.5.6.tar.gz
|
||||
/0.7.0.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
1684784dfcc94f117560e8122a794dabd28b1a54 SOURCES/0.7.0.tar.gz
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
@ -1,12 +1,14 @@
|
||||
Name: hunspell-ko
|
||||
Summary: Korean hunspell dictionaries
|
||||
Version: 0.7.0
|
||||
Release: 5%{?dist}
|
||||
Release: 12%{?dist}
|
||||
Source: https://github.com/spellcheck-ko/hunspell-dict-ko/archive/%{version}.tar.gz
|
||||
URL: https://github.com/spellcheck-ko/hunspell-dict-ko
|
||||
License: MPLv1.1 or GPLv2 or LGPLv2
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3
|
||||
BuildRequires: hunspell
|
||||
BuildRequires: make
|
||||
Requires: hunspell
|
||||
Supplements: (hunspell and langpacks-ko)
|
||||
|
||||
@ -24,8 +26,8 @@ mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p ko.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/ko_KR.aff
|
||||
cp -p ko.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ko_KR.dic
|
||||
|
||||
#%check
|
||||
#make test
|
||||
%check
|
||||
make test
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
@ -33,11 +35,33 @@ cp -p ko.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ko_KR.dic
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 14 2018 Parag Nemade <pnemade AT redhat DOT com> - 0.7.0-5
|
||||
- Resolves:rh#1615534: hunspell-ko FTBFS for missing BR:python3-devel
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.7.0-12
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Tue Jul 31 2018 Parag Nemade <pnemade AT redhat DOT com> - 0.7.0-4
|
||||
- Resolves:rh#1609992: Remove unneeded BuildRequires
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.7.0-11
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Tue Jul 31 2018 Parag Nemade <pnemade AT fedoraproject DOT org> - 0.7.0-5
|
||||
- Remove unneeded BuildRequires
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed May 16 2018 Parag Nemade <pnemade AT redhat DOT com> - 0.7.0-3
|
||||
- Spec cleanup and correct the BR: python to BR:python3
|
Loading…
Reference in New Issue
Block a user