diff --git a/SpellcheckerLu.oxt b/SpellcheckerLu.oxt new file mode 100644 index 0000000..78f00e0 Binary files /dev/null and b/SpellcheckerLu.oxt differ diff --git a/hunspell-lb.spec b/hunspell-lb.spec new file mode 100644 index 0000000..6e83231 --- /dev/null +++ b/hunspell-lb.spec @@ -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 - 0.20121128-11 +- Package init