37 lines
835 B
RPMSpec
37 lines
835 B
RPMSpec
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
|