!1 package init

Merge pull request !1 from 李振华/master
This commit is contained in:
openeuler-ci-bot 2020-07-14 14:25:59 +08:00 committed by Gitee
commit 3bcbda9cb6
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.