commit c4420b0e1cbca2a8e52b2d332ff4dda437b99a41 Author: CentOS Sources Date: Tue May 7 08:26:06 2019 -0400 import hunspell-cy-0.20040425-18.el8 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..873fa5b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/cy_GB.zip diff --git a/.hunspell-cy.metadata b/.hunspell-cy.metadata new file mode 100644 index 0000000..0203f4e --- /dev/null +++ b/.hunspell-cy.metadata @@ -0,0 +1 @@ +7095549a89b21a1952639902fa6dcae0ec6a4e16 SOURCES/cy_GB.zip diff --git a/SPECS/hunspell-cy.spec b/SPECS/hunspell-cy.spec new file mode 100644 index 0000000..f4a60ce --- /dev/null +++ b/SPECS/hunspell-cy.spec @@ -0,0 +1,97 @@ +Name: hunspell-cy +Summary: Welsh hunspell dictionaries +%global upstreamid 20040425 +Version: 0.%{upstreamid} +Release: 18%{?dist} +Source: http://download.services.openoffice.org/contrib/dictionaries/cy_GB.zip +URL: http://www.e-gymraeg.co.uk/ +License: GPL+ +BuildArch: noarch + +Requires: hunspell +Supplements: (hunspell and langpacks-cy) + +%description +Welsh hunspell dictionaries. + +%prep +%autosetup -c -n hunspell-cy + +%build +chmod -x * +for i in README_cy_GB.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 *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell + + +%files +%doc README_cy_GB.txt +%{_datadir}/myspell/* + +%changelog +* Sat Jul 07 2018 Parag Nemade - 0.20040425-18 +- Update Source tag + +* Wed Feb 07 2018 Fedora Release Engineering - 0.20040425-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0.20040425-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 0.20040425-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Feb 19 2016 Parag Nemade - 0.20040425-14 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + +* Thu Feb 04 2016 Fedora Release Engineering - 0.20040425-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 0.20040425-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 0.20040425-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 0.20040425-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 0.20040425-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20040425-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20040425-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20040425-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 0.20040425-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Sat Jul 11 2009 Caolan McNamara - 0.20040425-4 +- tidy spec + +* Tue Feb 24 2009 Fedora Release Engineering - 0.20040425-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Mon Aug 20 2007 Caolan McNamara - 0.20040425-2 +- clarify license version +- track down canonical upstream source + +* Thu Dec 07 2006 Caolan McNamara - 0.20040425-1 +- initial version