hunspell-uz/hunspell-uz.spec
2020-07-09 20:25:56 +08:00

34 lines
859 B
RPMSpec

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 <huanghaitao8@huawei.com> - 0.6-18
- package init