33 lines
813 B
RPMSpec
33 lines
813 B
RPMSpec
Name: hunspell-mk
|
|
Summary: Hunspell dictionaries for Macedonian
|
|
Version: 0.20051126
|
|
Release: 19
|
|
Source: http://downloads.sourceforge.net/project/openofficeorg.mirror/contrib/dictionaries/mk_MK.zip
|
|
URL: https://wiki.openoffice.org/wiki/Dictionaries
|
|
License: GPL+
|
|
BuildArch: noarch
|
|
Patch0000: hunspell-mk-iconv.patch
|
|
|
|
Requires: hunspell
|
|
Supplements: (hunspell and langpacks-mk)
|
|
|
|
%description
|
|
hunspell dictionaries for Macedonian.
|
|
|
|
%prep
|
|
%autosetup -c -n hunspell-mk -p1
|
|
|
|
%build
|
|
|
|
%install
|
|
install -Dp mk_MK.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/mk_MK.dic
|
|
install -Dp mk_MK.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/mk_MK.aff
|
|
|
|
%files
|
|
%doc README_mk_MK.txt
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Thu Apr 23 2020 lizhenhua <lizhenhua21@huawei.com> - 0.20051126-19
|
|
- Package init
|