From 57f9e0b5388b584d79081120b057f8a4cf93d57c Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 7 May 2019 07:22:26 -0400 Subject: [PATCH] import hunspell-oc-0.6.2-1.el8 --- .gitignore | 1 + .hunspell-oc.metadata | 1 + SPECS/hunspell-oc.spec | 82 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 84 insertions(+) create mode 100644 .gitignore create mode 100644 .hunspell-oc.metadata create mode 100644 SPECS/hunspell-oc.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7e0956d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/correcteur_occitan_languedocien-0.6.2-tb+sm+fx.xpi diff --git a/.hunspell-oc.metadata b/.hunspell-oc.metadata new file mode 100644 index 0000000..d670979 --- /dev/null +++ b/.hunspell-oc.metadata @@ -0,0 +1 @@ +5d258e7e9a576feb78422a340ab21dc1c20fbf40 SOURCES/correcteur_occitan_languedocien-0.6.2-tb+sm+fx.xpi diff --git a/SPECS/hunspell-oc.spec b/SPECS/hunspell-oc.spec new file mode 100644 index 0000000..8010a27 --- /dev/null +++ b/SPECS/hunspell-oc.spec @@ -0,0 +1,82 @@ +Name: hunspell-oc +Summary: Occitan hunspell dictionaries +Version: 0.6.2 +Release: 1%{?dist} +Source: https://addons.mozilla.org/firefox/downloads/file/233710/correcteur_occitan_languedocien-%{version}-tb+sm+fx.xpi +URL: https://addons.mozilla.org/en-US/firefox/addon/8235 +License: GPLv3+ +BuildArch: noarch +BuildRequires: redland + +Requires: hunspell +Supplements: (hunspell and langpacks-oc) + +%description +Occitan hunspell dictionaries. + +%prep +%autosetup -c -n hunspell-oc + +%build +rdfproc hunspell-oc parse install.rdf +rdfproc hunspell-oc print | grep install-manifest | grep -v targetApplication | sed -e 's/.*#//' | sed -e 's/], "/: /'| sed -e 's/"}//' > CREDITS + +%install +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p dictionaries/oc-FR.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/oc_FR.aff +cp -p dictionaries/oc-FR.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/oc_FR.dic + + +%files +%doc CREDITS +%{_datadir}/myspell/* + +%changelog +* Sun Jul 08 2018 Parag Nemade - 0.6.2-1 +- Update Source tag + +* Wed Feb 07 2018 Fedora Release Engineering - 0.5-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0.5-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 0.5-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Feb 19 2016 Parag Nemade - 0.5-12 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + +* Thu Feb 04 2016 Fedora Release Engineering - 0.5-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 0.5-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 0.5-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 0.5-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 0.5-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.5-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 0.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Feb 24 2009 Fedora Release Engineering - 0.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sat Sep 20 2008 Caolan McNamara - 0.5-1 +- initial version