diff --git a/0.7.0.tar.gz b/0.7.0.tar.gz new file mode 100644 index 0000000..abb3da8 Binary files /dev/null and b/0.7.0.tar.gz differ diff --git a/hunspell-ko.spec b/hunspell-ko.spec new file mode 100644 index 0000000..ab35d91 --- /dev/null +++ b/hunspell-ko.spec @@ -0,0 +1,35 @@ +Name: hunspell-ko +Summary: Korean hunspell dictionaries for hunspell used in OpenOffice +Version: 0.7.0 +Release: 6 +Source: https://github.com/spellcheck-ko/hunspell-dict-ko/archive/%{version}.tar.gz +URL: https://extensions.libreoffice.org/en/extensions/show/korean-spellchecker +License: MPLv1.1 or GPLv2 or LGPLv2 +BuildArch: noarch +BuildRequires: python3 hunspell +Requires: hunspell +Supplements: (hunspell and langpacks-ko) + +%description +Korean hunspell dictionaries for hunspell used inOpenOffice. + +%prep +%autosetup -n hunspell-dict-ko-%{version} -p1 -S git + +%build +make + +%install +install -Dp ko.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/ko_KR.aff +install -Dp ko.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ko_KR.dic + +%check +make test + +%files +%doc README.md LICENSE LICENSE.GPL LICENSE.LGPL LICENSE.MPL +%{_datadir}/myspell/* + +%changelog +* Sat Apr 18 2020 Jeffery.Gao - 0.7.0-6 +- Package init