diff --git a/hunspell-uz.spec b/hunspell-uz.spec new file mode 100644 index 0000000..5ced323 --- /dev/null +++ b/hunspell-uz.spec @@ -0,0 +1,33 @@ +Name: hunspell-uz +Version: 0.6 +Release: 18 +Summary: Hunspell dictionaries for Uzbek +License: GPLv2+ +URL: https://people.freebsd.org/~sunpoet/sunpoet/hunspell +Source0: https://people.freebsd.org/~sunpoet/sunpoet/hunspell/uzbek-wordlist-0.6.tar.bz2 +BuildArch: noarch +Requires: hunspell +Supplements: (hunspell and langpacks-uz) +%description +Hunspell dictionaries for Uzbek + +%prep +%autosetup -n uzbek-wordlist-%{version} -p1 + +%build +cd hunspell +%make_build +install -p README ../README.hunspell +cd - + +%install +install -d $RPM_BUILD_ROOT/%{_datadir}/myspell +install -p hunspell/uz_UZ* $RPM_BUILD_ROOT/%{_datadir}/myspell/ + +%files +%doc ChangeLog README README.hunspell TODO COPYING Copyright +%{_datadir}/myspell/* + +%changelog +* Thu May 14 2020 huanghaitao - 0.6-18 +- package init diff --git a/hunspell-uz.yaml b/hunspell-uz.yaml new file mode 100644 index 0000000..00bbaf0 --- /dev/null +++ b/hunspell-uz.yaml @@ -0,0 +1,4 @@ +version_control: NA +src_repo: NA +tag_prefix: NA +seperator: NA diff --git a/uzbek-wordlist-0.6.tar.bz2 b/uzbek-wordlist-0.6.tar.bz2 new file mode 100644 index 0000000..6729939 Binary files /dev/null and b/uzbek-wordlist-0.6.tar.bz2 differ