!1 package init

Merge pull request !1 from small_leek/master
This commit is contained in:
openeuler-ci-bot 2020-08-07 14:10:55 +08:00 committed by Gitee
commit 71244c8f14
3 changed files with 35 additions and 0 deletions

31
hunspell-te.spec Normal file
View File

@ -0,0 +1,31 @@
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

4
hunspell-te.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: NA
src_repo: NA
tag_prefix: NA
seperator: NA

BIN
te_in.1.0.0.tar.gz Normal file

Binary file not shown.