!1 package init

Merge pull request !1 from 李振华/master
This commit is contained in:
openeuler-ci-bot 2020-07-09 14:17:10 +08:00 committed by Gitee
commit 094c085bb1
2 changed files with 36 additions and 0 deletions

36
hunspell-ms.spec Normal file
View File

@ -0,0 +1,36 @@
Name: hunspell-ms
Summary: Hunspell dictionaries for Malay
Version: 0.20050117
Release: 19
Source: http://downloads.sourceforge.net/project/openofficeorg.mirror/contrib/dictionaries/ms_MY.zip
URL: https://wiki.openoffice.org/wiki/Dictionaries
License: GFDL and GPL+
BuildArch: noarch
Requires: hunspell
Supplements: (hunspell and langpacks-ms)
%description
Hunspell dictionaries for Malay.
%prep
%autosetup -c -n hunspell-ms -p1
%build
chmod -x *
%install
install -d %{buildroot}/%{_datadir}/myspell
cp -p *.dic *.aff %{buildroot}/%{_datadir}/myspell
cd %{buildroot}/%{_datadir}/myspell/
ln -s ms_MY.aff ms_BN.aff
ln -s ms_MY.dic ms_BN.dic
%files
%doc README_ms_MY.txt
%{_datadir}/myspell/*
%changelog
* Thu Apr 23 2020 lizhenhua <lizhenhua21@huawei.com> - 0.20050117-19
- Package init

BIN
ms_MY.zip Normal file

Binary file not shown.