33 lines
835 B
RPMSpec
33 lines
835 B
RPMSpec
Name: hunspell-ts
|
|
Version: 0.20110323.1
|
|
Release: 3
|
|
Summary: Hunspell dictionaries for Tsonga
|
|
Source: https://addons.mozilla.org/firefox/downloads/file/376225/tsonga_spell_checker-20110323.1-typefix-fn+sm+tb+fx.xpi
|
|
URL: https://addons.mozilla.org/en-US/firefox/addon/tsonga-spell-checker/
|
|
License: LGPLv2+
|
|
BuildArch: noarch
|
|
|
|
Requires: hunspell
|
|
Supplements: (hunspell and langpacks-ts)
|
|
|
|
%description
|
|
Hunspell dictionaries for Tsonga.
|
|
|
|
%prep
|
|
%autosetup -c -n hunspell-ts -p1
|
|
|
|
%build
|
|
|
|
%install
|
|
install -Dp dictionaries/ts-ZA.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/ts_ZA.aff
|
|
install -p dictionaries/ts-ZA.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ts_ZA.dic
|
|
|
|
|
|
%files
|
|
%doc README-ts-ZA.txt
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Mon Apr 27 2020 songzhenyu<songzhenyu@huawei.com> - 0.20110323.1-3
|
|
- Package init
|