From 73e3d8847898281cecd8e811d096c662e9a195e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 15 Oct 2020 13:08:39 +0200 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/hunspell-te#ad9d2819fc818f1115ed98780dd2b6e3d160f146 --- .gitignore | 2 + hunspell-te.spec | 111 +++++++++++++++++++++++++ sources | 1 + tests/scripts/run_tests.sh | 4 + tests/scripts/test_dic_availability.py | 10 +++ tests/scripts/test_suggest_words.py | 9 ++ tests/tests.yml | 11 +++ 7 files changed, 148 insertions(+) create mode 100644 hunspell-te.spec create mode 100644 sources create mode 100644 tests/scripts/run_tests.sh create mode 100644 tests/scripts/test_dic_availability.py create mode 100644 tests/scripts/test_suggest_words.py create mode 100644 tests/tests.yml diff --git a/.gitignore b/.gitignore index e69de29..f93011d 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,2 @@ +aspell6-te-0.01-2.tar.bz2 +/te_in.1.0.0.tar.gz diff --git a/hunspell-te.spec b/hunspell-te.spec new file mode 100644 index 0000000..a993791 --- /dev/null +++ b/hunspell-te.spec @@ -0,0 +1,111 @@ +Name: hunspell-te +Summary: Telugu hunspell dictionaries +Version: 1.0.0 +Release: 14%{?dist} +Epoch: 1 +##Upstream is unresponsive so unable to verify license version +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 +* Tue Jul 28 2020 Fedora Release Engineering - 1:1.0.0-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jan 29 2020 Fedora Release Engineering - 1:1.0.0-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jul 25 2019 Fedora Release Engineering - 1:1.0.0-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Feb 01 2019 Fedora Release Engineering - 1:1.0.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 1:1.0.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Fedora Release Engineering - 1:1.0.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Sep 28 2017 Parag Nemade - 1:1.0.0-8 +- Fix the upstream URL (rh#1294622) + +* Wed Jul 26 2017 Fedora Release Engineering - 1:1.0.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 1:1.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Feb 19 2016 Parag Nemade - 1:1.0.0-5 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + +* Thu Feb 04 2016 Fedora Release Engineering - 1:1.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 1:1.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 1:1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Fri May 16 2014 Anish Patil - 1:1.0.0-1 +- Upstream has changed and built with new tarball + +* Sat Aug 03 2013 Fedora Release Engineering - 0.20050929-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 0.20050929-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20050929-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Feb 28 2012 Parag - 0.20050929-8 +- spec cleanup + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20050929-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20050929-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Mar 08 2010 Parag - 0.20050929-5 +- Resolves:rh#568227-[te_IN]Fix %%description and license tag + +* Fri Jul 24 2009 Fedora Release Engineering - 0.20050929-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Fri Jul 17 2009 Parag - 0.20050929-3 +- Use aspell source instead to pull source as BR:aspell-te +- Resolves:rh#511262 buildrequires aspell-te + +* Tue Feb 24 2009 Fedora Release Engineering - 0.20050929-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Fri Sep 12 2008 Caolan McNamara - 0.20050929-1 +- initial version + + diff --git a/sources b/sources new file mode 100644 index 0000000..b4dac18 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +73b7fa8626cce84242c11bd4620529b6 te_in.1.0.0.tar.gz diff --git a/tests/scripts/run_tests.sh b/tests/scripts/run_tests.sh new file mode 100644 index 0000000..80d965a --- /dev/null +++ b/tests/scripts/run_tests.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +python3 test_suggest_words.py +python3 test_dic_availability.py diff --git a/tests/scripts/test_dic_availability.py b/tests/scripts/test_dic_availability.py new file mode 100644 index 0000000..0426da4 --- /dev/null +++ b/tests/scripts/test_dic_availability.py @@ -0,0 +1,10 @@ +#!/usr/bin/python3 + +import enchant + +lang = "te_IN" +try: + dic = enchant.request_dict(lang) + print("Dictionary for {0} language is available for use".format(lang)) +except enchant.errors.DictNotFoundError: + print("Dictionary is not installed for use") diff --git a/tests/scripts/test_suggest_words.py b/tests/scripts/test_suggest_words.py new file mode 100644 index 0000000..78c0401 --- /dev/null +++ b/tests/scripts/test_suggest_words.py @@ -0,0 +1,9 @@ +#!/usr/bin/python3 + +import enchant + +wdlst = [ "లో", "మది", "తెగు"] +dic = enchant.Dict("te_IN") +for wd in wdlst: + dic.check(wd) + print("input word = {0}, Suggestions => {1}".format(wd, dic.suggest(wd))) diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..5ffb74a --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,11 @@ +- hosts: localhost + roles: + - role: standard-test-basic + required_packages: + - python3-enchant + tags: + - classic + tests: + - sample: + dir: scripts/ + run: ./run_tests.sh