!1 package init

Merge pull request !1 from small_leek/xsl
This commit is contained in:
openeuler-ci-bot 2020-07-09 15:58:11 +08:00 committed by Gitee
commit 20c51346f6
2 changed files with 31 additions and 0 deletions

BIN
hunspell-tpi-0.07.oxt Normal file

Binary file not shown.

31
hunspell-tpi.spec Normal file
View File

@ -0,0 +1,31 @@
Name: hunspell-tpi
Summary: The dictionaries for Tok Pisin hunspell
Version: 0.07
Release: 12
Source: https://downloads.sourceforge.net/project/aoo-extensions/4824/3/hunspell-tpi-0.07.oxt
URL: http://extensions.services.openoffice.org/en/project/tok-pisin-spell-checker
License: GPLv3+
BuildArch: noarch
Requires: hunspell
Supplements: (hunspell and langpacks-tpi)
%description
The dictionaries for Tok Pisin hunspell.
%prep
%autosetup -c
%build
%install
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p dictionaries/tpi_PG.* $RPM_BUILD_ROOT/%{_datadir}/myspell
%files
%doc dictionaries/README_tpi_PG.txt
%license LICENSES-en.txt
%{_datadir}/myspell/*
%changelog
* Tue Apr 14 2020 wangyue<wangyue92@huawei.com> - 0.07-12
- Package init