33 lines
836 B
RPMSpec
33 lines
836 B
RPMSpec
Name: hunspell-kn
|
|
Summary: hunspell dictionaries for Kannada
|
|
Version: 1.0.3
|
|
Release: 17
|
|
Source: https://downloads.sourceforge.net/project/aoo-extensions/2628/1/kannada.oxt
|
|
URL: http://extensions.services.openoffice.org/project/kannada
|
|
License: GPLv2+ or LGPLv2+ or MPLv1.1
|
|
BuildArch: noarch
|
|
|
|
Requires: hunspell
|
|
Supplements: (hunspell and langpacks-kn)
|
|
|
|
%description
|
|
hunspell dictionaries for Kannada.
|
|
|
|
%prep
|
|
%autosetup -c -n hunspell-kn -p 1
|
|
|
|
%build
|
|
|
|
%install
|
|
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
cp -p kn_IN.* $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
|
|
|
%files
|
|
%doc README_kn_IN.txt
|
|
%license COPYING COPYING.MPL COPYING.GPL COPYING.LGPL
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Wed Apr 15 2020 Shuaishuai Song <songshuaishuai2@huawei.com> - 1.0.3-17
|
|
- package init
|