package init

This commit is contained in:
small_leek 2020-07-09 14:26:09 +08:00
parent f74b1daa5d
commit 9b12e409eb
2 changed files with 35 additions and 0 deletions

BIN
0.7.0.tar.gz Normal file

Binary file not shown.

35
hunspell-ko.spec Normal file
View File

@ -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 <gaojianxign@huawei.com> - 0.7.0-6
- Package init