package init

This commit is contained in:
root 2020-07-07 14:38:11 +08:00
parent 040b16f09c
commit 1bb28d472e
2 changed files with 32 additions and 0 deletions

BIN
dict-mt-2011-04-14.oxt Normal file

Binary file not shown.

32
hunspell-mt.spec Normal file
View File

@ -0,0 +1,32 @@
Name: hunspell-mt
Summary: Hunspell dictionaries for Maltese
Version: 0.20110414
Release: 3
Source: https://downloads.sourceforge.net/project/aoo-extensions/5039/0/dict-mt-2011-04-14.oxt
URL: http://linux.org.mt/node/62
License: LGPLv2+
BuildArch: noarch
BuildRequires: hunspell-devel
Requires: hunspell
Supplements: (hunspell and langpacks-mt)
%description
Hunspell dictionaries for Maltese.
%prep
%autosetup -c -p1
%build
%install
install -Dp mt.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/mt_MT.dic
install -Dp mt.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/mt_MT.aff
%files
%doc README_en.txt licence.txt
%{_datadir}/myspell/*
%changelog
* Thu Apr 23 2020 lizhenhua <lizhenhua21@huawei.com> - 0.20110414-3
- Package init