!1 package init

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

BIN
SpellcheckerLu.oxt Normal file

Binary file not shown.

35
hunspell-lb.spec Normal file
View File

@ -0,0 +1,35 @@
Name: hunspell-lb
Summary: The hunspell dictionaries for Luxembourgish
Version: 0.20121128
Release: 11
Source: http://downloads.spellchecker.lu/packages/OOo3/SpellcheckerLu.oxt
URL: http://spellchecker.lu
License: EUPL 1.1
BuildArch: noarch
Requires: hunspell mythes
Supplements: (hunspell and langpacks-lb and mythes)
Provides: mythes-lb = %{version}-%{release}
Obsoletes: mythes-lb < %{version}-%{release}
%description
The hunspell dictionaries and thesaurus for Luxembourgish.
%prep
%autosetup -c -p1
%build
%install
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
install -d $RPM_BUILD_ROOT/%{_datadir}/mythes
cp -p th_lb_LU_v2.* $RPM_BUILD_ROOT/%{_datadir}/mythes
%files
%doc registration/README_lb_LU.txt
%{_datadir}/myspell/*
%{_datadir}/mythes/th_lb_LU_v2.*
%changelog
* Wed Apr 15 2020 wangyue<wangyue92@huawei.com> - 0.20121128-11
- Package init