!1 package init

Merge pull request !1 from small_leek/xsl
This commit is contained in:
openeuler-ci-bot 2020-07-14 14:25:23 +08:00 committed by Gitee
commit b53c9b306e
2 changed files with 30 additions and 0 deletions

30
hunspell-hsb.spec Normal file
View File

@ -0,0 +1,30 @@
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