diff --git a/hunspell-te.spec b/hunspell-te.spec new file mode 100644 index 0000000..7b8ca6a --- /dev/null +++ b/hunspell-te.spec @@ -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 - 1.0.0-11 +- package init diff --git a/hunspell-te.yaml b/hunspell-te.yaml new file mode 100644 index 0000000..00bbaf0 --- /dev/null +++ b/hunspell-te.yaml @@ -0,0 +1,4 @@ +version_control: NA +src_repo: NA +tag_prefix: NA +seperator: NA diff --git a/te_in.1.0.0.tar.gz b/te_in.1.0.0.tar.gz new file mode 100644 index 0000000..152845d Binary files /dev/null and b/te_in.1.0.0.tar.gz differ