30 lines
959 B
RPMSpec
30 lines
959 B
RPMSpec
Name: hunspell-haw
|
|
Version: 0.03
|
|
Release: 3
|
|
Summary: Hawaiian hunspell dictionaries for hunspell used in OpenOffice
|
|
License: GPLv2+
|
|
URL: https://www.spellcheck.net/hawaiian
|
|
Source: https://addons.mozilla.org/firefox/downloads/file/248540/hawaiian_spell_checker-%{version}-tb+fx+fn+sm.xpi
|
|
Requires: hunspell
|
|
BuildArch: noarch
|
|
Supplements: (hunspell and langpacks-haw)
|
|
%description
|
|
Hawaiian hunspell dictionaries for hunspell used in OpenOffice.
|
|
|
|
%prep
|
|
%autosetup -c -n hunspell-haw-%{version} -p1 -S git
|
|
|
|
%build
|
|
|
|
%install
|
|
install -Dp dictionaries/haw-US.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/haw.aff
|
|
install -Dp dictionaries/haw-US.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/haw.dic
|
|
|
|
%files
|
|
%doc dictionaries/README_haw_US.txt
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Sun Apr 26 2020 Jeffery.Gao <gaojianxing@huawei.com> - 0.03-3
|
|
- Package init
|