Remove unneeded BuildRequires

This commit is contained in:
Parag Nemade 2018-07-31 06:28:01 +05:30
parent e63be6be94
commit ad360a4bcf
No known key found for this signature in database
GPG Key ID: 71932951EB71E972

View File

@ -1,13 +1,13 @@
Name: hunspell-ko Name: hunspell-ko
Summary: Korean hunspell dictionaries Summary: Korean hunspell dictionaries
Version: 0.7.0 Version: 0.7.0
Release: 4%{?dist} Release: 5%{?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: python-lxml, hunspell BuildRequires: python3
BuildRequires: python3, perl-interpreter BuildRequires: hunspell
Requires: hunspell Requires: hunspell
Supplements: (hunspell and langpacks-ko) Supplements: (hunspell and langpacks-ko)
@ -25,8 +25,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
@ -34,6 +34,9 @@ cp -p ko.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ko_KR.dic
%{_datadir}/myspell/* %{_datadir}/myspell/*
%changelog %changelog
* 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 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild