From 4ca56808be0d3817818386daea8c183540dd8d03 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 7 May 2019 07:53:31 -0400 Subject: [PATCH] import hunspell-ti-0.20090911-13.el8 --- .gitignore | 1 + .hunspell-ti.metadata | 1 + SPECS/hunspell-ti.spec | 85 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 87 insertions(+) create mode 100644 .gitignore create mode 100644 .hunspell-ti.metadata create mode 100644 SPECS/hunspell-ti.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0e29c9c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/ti_ER.zip diff --git a/.hunspell-ti.metadata b/.hunspell-ti.metadata new file mode 100644 index 0000000..e26adfb --- /dev/null +++ b/.hunspell-ti.metadata @@ -0,0 +1 @@ +7d708b21bcadc1899dfa66576a5023d31321be01 SOURCES/ti_ER.zip diff --git a/SPECS/hunspell-ti.spec b/SPECS/hunspell-ti.spec new file mode 100644 index 0000000..b346bd3 --- /dev/null +++ b/SPECS/hunspell-ti.spec @@ -0,0 +1,85 @@ +Name: hunspell-ti +Summary: Tigrigna hunspell dictionaries +%global upstreamid 20090911 +Version: 0.%{upstreamid} +Release: 13%{?dist} +Source: http://www.cs.ru.nl/~biniam/geez/dict/ti_ER.zip +URL: http://www.cs.ru.nl/~biniam/geez/index.php +License: GPL+ +BuildArch: noarch + +Requires: hunspell +Supplements: (hunspell and langpacks-ti) + +%description +Tigrigna hunspell dictionaries. + +%prep +%setup -q -c + +%build +tr -d '\r' < README.txt > README.txt.new +touch -r README.txt README.txt.new +mv -f README.txt.new README.txt + +%install +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p ti_ER.* $RPM_BUILD_ROOT/%{_datadir}/myspell/ +pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/ +ti_ER_aliases="ti_ET" +for lang in $ti_ER_aliases; do + ln -s ti_ER.aff $lang.aff + ln -s ti_ER.dic $lang.dic +done + + +%files +%doc README.txt +%{_datadir}/myspell/* + +%changelog +* Wed Feb 07 2018 Fedora Release Engineering - 0.20090911-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0.20090911-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 0.20090911-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Feb 19 2016 Parag Nemade - 0.20090911-10 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + +* Thu Feb 04 2016 Fedora Release Engineering - 0.20090911-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 0.20090911-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 0.20090911-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 0.20090911-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 0.20090911-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20090911-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20090911-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20090911-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Sep 11 2009 Caolan McNamara - 0.20090911-1 +- latest version + +* Fri Jul 24 2009 Fedora Release Engineering - 0.20090704-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Mon Jul 06 2009 Caolan McNamara - 0.20090704-1 +- initial version