!1 package init

Merge pull request !1 from 李振华/master
This commit is contained in:
openeuler-ci-bot 2020-07-08 10:21:06 +08:00 committed by Gitee
commit 52823586ac
2 changed files with 31 additions and 0 deletions

BIN
dict-mn_0.06-5.oxt Normal file

Binary file not shown.

31
hunspell-mn.spec Normal file
View File

@ -0,0 +1,31 @@
Name: hunspell-mn
Summary: hunspell dictionaries for Mongolian
Version: 0.20080709
Release: 18
Source: https://downloads.sourceforge.net/project/aoo-extensions/1408/0/dict-mn_0.06-5.oxt
URL: http://mnspell.openmn.org
License: GPLv2
BuildArch: noarch
Requires: hunspell
Supplements: (hunspell and langpacks-mn)
%description
Hunspell dictionaries for Mongolian.
%prep
%autosetup -c -n hunspell-mn -p1
%build
%install
install -Dp mn_MN.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/mn_MN.aff
install -Dp mn_MN.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/mn_MN.dic
%files
%doc README_mn_MN.txt
%{_datadir}/myspell/*
%changelog
* Wed Apr 22 2020 lizhenhua <lizhenhua21@huawei.com> - 0.20080709-18
- Package init