package init

This commit is contained in:
root 2020-07-07 14:29:10 +08:00
parent e31da10995
commit 1ff262e36b
2 changed files with 32 additions and 0 deletions

32
hunspell-ml.spec Normal file
View File

@ -0,0 +1,32 @@
Name: hunspell-ml
Summary: Hunspell dictionaries for Malayalam
Version: 0.1
Release: 20
Source: http://download.savannah.gnu.org/releases/smc/Spellchecker/ooo-hunspell-ml-%{version}.tar.bz2
URL: http://download.savannah.gnu.org/releases/smc/Spellchecker/
License: GPLv3+
BuildArch: noarch
Requires: hunspell
Supplements: (hunspell and langpacks-ml)
%description
Hunspell dictionaries for Malayalam
%prep
%autosetup -n ooo-hunspell-ml-%{version} -p1
%build
echo "Nothing to build..."
%install
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
%files
%doc README COPYING
%{_datadir}/myspell/*
%changelog
* Thu Apr 14 2020 lizhenhua <lizhenhua21@huawei.com> - 0.1-20
- Package init

BIN
ooo-hunspell-ml-0.1.tar.bz2 Normal file

Binary file not shown.