From 4a52cee79f60179f5b95d71d644fe13b15beaabb Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 13 Apr 2021 19:09:59 +0000 Subject: [PATCH] import hunspell-tl-0.20050109-17.el8 --- .gitignore | 1 + .hunspell-tl.metadata | 1 + SPECS/hunspell-tl.spec | 99 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 101 insertions(+) create mode 100644 .gitignore create mode 100644 .hunspell-tl.metadata create mode 100644 SPECS/hunspell-tl.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..300641d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/tl_PH.zip diff --git a/.hunspell-tl.metadata b/.hunspell-tl.metadata new file mode 100644 index 0000000..ff90478 --- /dev/null +++ b/.hunspell-tl.metadata @@ -0,0 +1 @@ +e1dc2479525800f5ac594e8fff26ea7ca22347e1 SOURCES/tl_PH.zip diff --git a/SPECS/hunspell-tl.spec b/SPECS/hunspell-tl.spec new file mode 100644 index 0000000..221b0a1 --- /dev/null +++ b/SPECS/hunspell-tl.spec @@ -0,0 +1,99 @@ +Name: hunspell-tl +Summary: Tagalog hunspell dictionaries +%global upstreamid 20050109 +Version: 0.%{upstreamid} +Release: 17%{?dist} +Source: http://download.services.openoffice.org/contrib/dictionaries/tl_PH.zip +URL: http://borel.slu.edu/crubadan/apps.html +License: GPLv2+ +BuildArch: noarch + +Requires: hunspell +Supplements: (hunspell and langpacks-tl) + +%description +Tagalog hunspell dictionaries. + +%prep +%autosetup -c -n hunspell-tl + +%build +for i in README_tl_PH.txt; do + if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then + iconv -f ISO-8859-1 -t UTF-8 $i > $i.new + touch -r $i $i.new + mv -f $i.new $i + fi + tr -d '\r' < $i > $i.new + touch -r $i $i.new + mv -f $i.new $i +done + +%install +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p tl_PH.* $RPM_BUILD_ROOT/%{_datadir}/myspell/ +pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/ +tl_PH_aliases="fil_PH" +for lang in $tl_PH_aliases; do + ln -s tl_PH.aff $lang.aff + ln -s tl_PH.dic $lang.dic +done +popd + + +%files +%doc README_tl_PH.txt +%{_datadir}/myspell/* + +%changelog +* Sun Jul 08 2018 Parag Nemade - 0.20050109-17 +- Update Source tag + +* Wed Feb 07 2018 Fedora Release Engineering - 0.20050109-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0.20050109-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 0.20050109-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Feb 19 2016 Parag Nemade - 0.20050109-13 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + +* Thu Feb 04 2016 Fedora Release Engineering - 0.20050109-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 0.20050109-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 0.20050109-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 0.20050109-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 0.20050109-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20050109-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20050109-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20050109-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 0.20050109-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Sat Jul 11 2009 Caolan McNamara - 0.20050109-3 +- tidy spec + +* Tue Feb 24 2009 Fedora Release Engineering - 0.20050109-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Fri Oct 3 2008 Caolan McNamara - 0.20050109-1 +- initial version