From ce63cb001dba721805cf2cfa8285d85b5a356ca6 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Wed, 16 May 2018 17:51:42 +0530 Subject: [PATCH] Spec cleanup and correct the BR: python to BR:python3 --- hunspell-ko.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/hunspell-ko.spec b/hunspell-ko.spec index 8f7a9ca..42e9dcb 100644 --- a/hunspell-ko.spec +++ b/hunspell-ko.spec @@ -1,12 +1,13 @@ Name: hunspell-ko Summary: Korean hunspell dictionaries Version: 0.7.0 -Release: 2%{?dist} +Release: 3%{?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: python-lxml, hunspell, python, perl-interpreter +BuildRequires: python-lxml, hunspell +BuildRequires: python3, perl-interpreter Requires: hunspell Supplements: (hunspell and langpacks-ko) @@ -28,10 +29,14 @@ cp -p ko.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ko_KR.dic #make test %files -%doc README.md LICENSE LICENSE.GPL LICENSE.LGPL LICENSE.MPL +%doc README.md +%license LICENSE LICENSE.GPL LICENSE.LGPL LICENSE.MPL %{_datadir}/myspell/* %changelog +* Wed May 16 2018 Parag Nemade - 0.7.0-3 +- Spec cleanup and correct the BR: python to BR:python3 + * Wed Feb 07 2018 Fedora Release Engineering - 0.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild