hunspell-ms/hunspell-ms.spec
wk333 cf0cc56aa1 License compliance rectification
(cherry picked from commit 65530a89c071cc190197d38d2160cb5392355d46)
2024-06-12 11:26:25 +08:00

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