32 lines
735 B
RPMSpec
32 lines
735 B
RPMSpec
Name: hunspell-hu
|
|
Summary: Dictionaries for hungarian hunspell
|
|
Version: 1.6.1
|
|
Release: 15
|
|
Source: http://downloads.sourceforge.net/magyarispell/hu_HU-%{version}.tar.gz
|
|
URL: http://magyarispell.sourceforge.net
|
|
License: LGPLv2+ or GPLv2+ or MPLv1.1
|
|
BuildArch: noarch
|
|
Requires: hunspell
|
|
Supplements: (hunspell and langpacks-hu)
|
|
|
|
%description
|
|
Dictionaries for hungarian hunspell.
|
|
|
|
%prep
|
|
%autosetup -n hu_HU-%{version} -p1
|
|
|
|
%build
|
|
chmod -x *
|
|
|
|
%install
|
|
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
%files
|
|
%doc README_hu_HU.txt LEIRAS.txt
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Thu Apr 16 2020 wutao <wutao61@huawei.com> - 1.6.1-15
|
|
- Package init
|