Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
@ -1,12 +1,14 @@
|
|||||||
Name: hunspell-ko
|
Name: hunspell-ko
|
||||||
Summary: Korean hunspell dictionaries
|
Summary: Korean hunspell dictionaries
|
||||||
Version: 0.7.0
|
Version: 0.7.0
|
||||||
Release: 5%{?dist}
|
Release: 12%{?dist}
|
||||||
Source: https://github.com/spellcheck-ko/hunspell-dict-ko/archive/%{version}.tar.gz
|
Source: https://github.com/spellcheck-ko/hunspell-dict-ko/archive/%{version}.tar.gz
|
||||||
URL: https://github.com/spellcheck-ko/hunspell-dict-ko
|
URL: https://github.com/spellcheck-ko/hunspell-dict-ko
|
||||||
License: MPLv1.1 or GPLv2 or LGPLv2
|
License: MPLv1.1 or GPLv2 or LGPLv2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3
|
||||||
|
BuildRequires: hunspell
|
||||||
|
BuildRequires: make
|
||||||
Requires: hunspell
|
Requires: hunspell
|
||||||
Supplements: (hunspell and langpacks-ko)
|
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.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/ko_KR.aff
|
||||||
cp -p ko.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ko_KR.dic
|
cp -p ko.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ko_KR.dic
|
||||||
|
|
||||||
#%check
|
%check
|
||||||
#make test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md
|
%doc README.md
|
||||||
@ -33,11 +35,33 @@ cp -p ko.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ko_KR.dic
|
|||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Aug 14 2018 Parag Nemade <pnemade AT redhat DOT com> - 0.7.0-5
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.7.0-12
|
||||||
- Resolves:rh#1615534: hunspell-ko FTBFS for missing BR:python3-devel
|
- 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
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.7.0-11
|
||||||
- Resolves:rh#1609992: Remove unneeded BuildRequires
|
- 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
|
* 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
|
- Spec cleanup and correct the BR: python to BR:python3
|
||||||
|
Loading…
Reference in New Issue
Block a user