!1 package init

Merge pull request !1 from small_leek/master
This commit is contained in:
openeuler-ci-bot 2020-07-16 16:57:36 +08:00 committed by Gitee
commit 2af0b243aa
2 changed files with 30 additions and 0 deletions

30
hunspell-vi.spec Normal file
View File

@ -0,0 +1,30 @@
Name: hunspell-vi
Summary: Vietnamese hunspell dictionaries for hunspell used in OpenOffice
Version: 0.20120418
Release: 3
Source: https://downloads.sourceforge.net/project/aoo-extensions/917/3/vi_spellchecker_ooo3.oxt
URL: https://extensions.openoffice.org/en/project/vietnamese-spellchecker
License: GPLv2
BuildArch: noarch
Requires: hunspell
Supplements: (hunspell and langpacks-vi)
%description
Vietnamese hunspell dictionaries for hunspell used in OpenOffice.
%prep
%autosetup -c -n hunspell-vi -p1 -S git
%build
%install
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
install -p dictionaries/*.dic dictionaries/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
%files
%license LICENSES-en.txt LICENSES-vi.txt
%{_datadir}/myspell/*
%changelog
* Fri Apr 17 2020 Jeffery.Gao <gaojianxing@huawei.com> - 0.20120418-3
- Package init

BIN
vi_spellchecker_ooo3.oxt Normal file

Binary file not shown.