32 lines
787 B
RPMSpec
32 lines
787 B
RPMSpec
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
|