diff --git a/hunspell-ti.spec b/hunspell-ti.spec new file mode 100644 index 0000000..6f0fb5a --- /dev/null +++ b/hunspell-ti.spec @@ -0,0 +1,38 @@ +Name: hunspell-ti +Version: 0.20090911 +Release: 15 +Summary: Hunspell dictionaries for Tigrigna +License: GPL+ +Source: http://www.cs.ru.nl/~biniam/geez/dict/ti_ER.zip +URL: http://www.cs.ru.nl/~biniam/geez/index.php +BuildArch: noarch + +Requires: hunspell +Supplements: (hunspell and langpacks-ti) + +%description +Hunspell dictionaries for Tigrigna. + +%prep +%autosetup -c hunspell-ti -p1 + +%build +tr -d '\r' < README.txt > README.txt.new +touch -r README.txt README.txt.new +mv -f README.txt.new README.txt + +%install +install -d $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p ti_ER.* $RPM_BUILD_ROOT/%{_datadir}/myspell/ +cd $RPM_BUILD_ROOT/%{_datadir}/myspell/ +ln -s ti_ER.aff ti_ET.aff +ln -s ti_ER.dic ti_ET.dic + + +%files +%doc README.txt +%{_datadir}/myspell/* + +%changelog +* Tue Apr 28 2020 songzhenyu - 0.20090911-15 +- Package init diff --git a/hunspell-ti.yaml b/hunspell-ti.yaml new file mode 100644 index 0000000..00bbaf0 --- /dev/null +++ b/hunspell-ti.yaml @@ -0,0 +1,4 @@ +version_control: NA +src_repo: NA +tag_prefix: NA +seperator: NA diff --git a/ti_ER.zip b/ti_ER.zip new file mode 100644 index 0000000..b0fac82 Binary files /dev/null and b/ti_ER.zip differ