commit
8cf8b96c6e
BIN
0.7.0.tar.gz
Normal file
BIN
0.7.0.tar.gz
Normal file
Binary file not shown.
35
hunspell-ko.spec
Normal file
35
hunspell-ko.spec
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user