36 lines
961 B
RPMSpec
36 lines
961 B
RPMSpec
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
|