From 0d473e80fed4397f100b487741c205839dcce3bb Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 7 May 2019 06:36:50 -0400 Subject: [PATCH] import hunspell-gd-2.6-10.el8 --- .gitignore | 1 + .hunspell-gd.metadata | 1 + SPECS/hunspell-gd.spec | 103 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 105 insertions(+) create mode 100644 .gitignore create mode 100644 .hunspell-gd.metadata create mode 100644 SPECS/hunspell-gd.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8489766 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/hunspell-gd-2.6.oxt diff --git a/.hunspell-gd.metadata b/.hunspell-gd.metadata new file mode 100644 index 0000000..21a8cba --- /dev/null +++ b/.hunspell-gd.metadata @@ -0,0 +1 @@ +0b267b01bc277f79c57ba02f6ea7f5209817412c SOURCES/hunspell-gd-2.6.oxt diff --git a/SPECS/hunspell-gd.spec b/SPECS/hunspell-gd.spec new file mode 100644 index 0000000..2c050a3 --- /dev/null +++ b/SPECS/hunspell-gd.spec @@ -0,0 +1,103 @@ +Name: hunspell-gd +Summary: Scots Gaelic hunspell dictionaries +Version: 2.6 +Release: 10%{?dist} +Source: http://downloads.sourceforge.net/project/aoo-extensions/4587/8/hunspell-gd-2.6.oxt +URL: http://extensions.services.openoffice.org/en/project/faclair-afb +License: GPLv2+ and GPLv3+ +BuildArch: noarch + +Requires: hunspell +Supplements: (hunspell and langpacks-gd) + +%description +Scots Gaelic hunspell dictionaries. + +%prep +%setup -q -c hunspell-gd-%{version} + +%build + +%install +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p dictionaries/gd_GB.dic dictionaries/gd_GB.aff $RPM_BUILD_ROOT/%{_datadir}/myspell + + +%files +%doc dictionaries/README_gd_GB.txt LICENSES-en.txt +%{_datadir}/myspell/* + +%changelog +* Wed Feb 07 2018 Fedora Release Engineering - 2.6-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 2.6-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 2.6-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Feb 19 2016 Parag Nemade - 2.6-7 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + +* Thu Feb 04 2016 Fedora Release Engineering - 2.6-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 2.6-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 2.6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 2.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Tue Jun 04 2013 Caolán McNamara - 2.6-2 +- clarify license. The .aff still says GPLv2+ while the LICENSES-en.txt etc say + GPLv3+ + +* Mon May 20 2013 Caolán McNamara - 2.6-1 +- latest version + +* Thu Jan 31 2013 Caolán McNamara - 2.5-1 +- latest version + +* Thu Jul 19 2012 Fedora Release Engineering - 2.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Wed Jun 13 2012 Caolán McNamara - 2.3-1 +- latest version + +* Fri Jan 13 2012 Fedora Release Engineering - 2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Thu Dec 08 2011 Caolán McNamara - 2.1-1 +- latest version + +* Wed Nov 16 2011 Caolán McNamara - 2.0-1 +- latest version + +* Wed Jun 29 2011 Caolán McNamara - 1.3-1 +- latest version + +* Sat Apr 02 2011 Caolán McNamara - 1.2-1 +- latest version + +* Wed Feb 09 2011 Fedora Release Engineering - 1.0.0-0.4.rc.1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 1.0.0-0.3.rc.1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Sat Jul 11 2009 Caolán McNamara - 1.0.0-0.2.rc.1 +- tidy spec + +* Mon Jun 15 2009 Caolán McNamara - 1.0.0-0.1.rc.1 +- latest version + +* Tue Feb 24 2009 Fedora Release Engineering - 0.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Mar 27 2008 Caolán McNamara - 0.1.1-1 +- initial version