32 lines
841 B
RPMSpec
32 lines
841 B
RPMSpec
Name: hunspell-te
|
|
Summary: Telugu hunspell dictionaries
|
|
Version: 1.0.0
|
|
Release: 11
|
|
Epoch: 1
|
|
License: GPL+
|
|
URL: https://gitorious.org/hunspell_dictionaries/hunspell_dictionaries.git
|
|
Source0: http://anishpatil.fedorapeople.org/te_in.%{version}.tar.gz
|
|
BuildArch: noarch
|
|
Requires: hunspell
|
|
Supplements: (hunspell and langpacks-te)
|
|
%description
|
|
Telugu hunspell dictionaries.
|
|
|
|
%prep
|
|
%autosetup -c -n te_IN
|
|
|
|
%build
|
|
|
|
%install
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
cp -p te_IN/*.dic te_IN/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
%files
|
|
%license te_IN/COPYING te_IN/Copyright
|
|
%doc te_IN/README
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Thu Jul 16 2020 wangchong <wangchong56@huawei.com> - 1.0.0-11
|
|
- package init
|