31 lines
901 B
RPMSpec
31 lines
901 B
RPMSpec
Name: hunspell-hsb
|
|
Version: 0.20060327.3
|
|
Release: 14
|
|
Summary: The dictionaries for Upper Sorbian hunspell
|
|
License: GPLv2+
|
|
URL: http://sorbzilla.de/
|
|
Source: https://addons.mozilla.org/firefox/downloads/file/113003/upper_sorbian_spelling_dictionary-0.0.20060327.3-tb+fx+sm.xpi
|
|
BuildArch: noarch
|
|
Requires: hunspell
|
|
Supplements: (hunspell and langpacks-hsb)
|
|
|
|
%description
|
|
The dictionaries for Upper Sorbian hunspell
|
|
|
|
%prep
|
|
%autosetup -c -n hunspell-hsb-%{version} -p1
|
|
|
|
%build
|
|
|
|
%install
|
|
install -Dp dictionaries/hsb.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/hsb_DE.aff
|
|
cp -p dictionaries/hsb.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/hsb_DE.dic
|
|
|
|
%files
|
|
%doc COPYING README
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Fri Jul 03 2020 yaokai <yaokai13@huawei.com> - 0.20060327.3-14
|
|
- Package init
|