diff --git a/dict-kk.oxt b/dict-kk.oxt new file mode 100644 index 0000000..6466897 Binary files /dev/null and b/dict-kk.oxt differ diff --git a/hunspell-kk.spec b/hunspell-kk.spec new file mode 100644 index 0000000..c7edc1a --- /dev/null +++ b/hunspell-kk.spec @@ -0,0 +1,32 @@ +Name: hunspell-kk +Summary: Kazakh hunspell dictionaries for hunspell used in OpenOffice. +Version: 1.1 +Release: 16 +Source: https://downloads.sourceforge.net/project/aoo-extensions/1172/12/dict-kk.oxt +URL: http://extensions.services.openoffice.org/project/dict-kk +License: GPLv2+ or LGPLv2+ or MPLv1.1 +BuildArch: noarch +Requires: hunspell +Supplements: (hunspell and langpacks-kk) + +%description +The package provide hunspell dictionaries for kazakh language. + +%prep +%autosetup -c -n hunspell-kk -p1 -S git + +%build +tr -d '\r' < README_kk_KZ.txt > README_kk_KZ.txt.new;touch -r README_kk_KZ.txt README_kk_KZ.txt.new +mv -f README_kk_KZ.txt.new README_kk_KZ.txt + +%install +install -d $RPM_BUILD_ROOT/%{_datadir}/myspell +install -p kk_KZ.* $RPM_BUILD_ROOT/%{_datadir}/myspell + +%files +%doc README_kk_KZ.txt +%{_datadir}/myspell/* + +%changelog +* Sat Apr 18 2020 Jeffery.Gao - 1.1-16 +- Package init