31 lines
716 B
RPMSpec
31 lines
716 B
RPMSpec
Name: hunspell-hy
|
|
Summary: Dictionaries for Armenian hunspell
|
|
Version: 0.20.0
|
|
Release: 15
|
|
Source: http://downloads.sourceforge.net/armspell/myspell-hy-%{version}.tar.gz
|
|
URL: http://sourceforge.net/projects/armspell
|
|
License: GPLv2+
|
|
BuildArch: noarch
|
|
Requires: hunspell
|
|
Supplements: (hunspell and langpacks-hy)
|
|
|
|
%description
|
|
Dictionaries for Armenian hunspell.
|
|
|
|
%prep
|
|
%autosetup -n myspell-hy-%{version} -p1
|
|
|
|
%build
|
|
|
|
%install
|
|
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
install -Dp hy_AM.* $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
|
|
|
%files
|
|
%doc Copyright ChangeLog COPYING
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Wed Apr 29 2020 wutao <wutao61@huawei.com> - 0.20.0-15
|
|
- Package init
|