40 lines
958 B
RPMSpec
40 lines
958 B
RPMSpec
Name: hunspell-ms
|
|
Summary: Hunspell dictionaries for Malay
|
|
Version: 0.20050117
|
|
Release: 20
|
|
Source: http://downloads.sourceforge.net/project/openofficeorg.mirror/contrib/dictionaries/ms_MY.zip
|
|
URL: https://wiki.openoffice.org/wiki/Dictionaries
|
|
License: GFDL-1.3-only and GPL-3.0-only
|
|
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
|
|
* Wed Jul 06 2022 wangkai <wangkai385@h-partners.com> - 0.20050117-20
|
|
- License compliance rectification
|
|
|
|
* Thu Apr 23 2020 lizhenhua <lizhenhua21@huawei.com> - 0.20050117-19
|
|
- Package init
|