From 5ddc320a8e9b23925ed295921f18ec524e6da201 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 7 May 2019 05:58:49 -0400 Subject: [PATCH] import hunspell-ast-0.02-14.el8 --- .gitignore | 1 + .hunspell-ast.metadata | 1 + SPECS/hunspell-ast.spec | 85 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 87 insertions(+) create mode 100644 .gitignore create mode 100644 .hunspell-ast.metadata create mode 100644 SPECS/hunspell-ast.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7e7c98e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/asturianu.oxt diff --git a/.hunspell-ast.metadata b/.hunspell-ast.metadata new file mode 100644 index 0000000..d06a7e5 --- /dev/null +++ b/.hunspell-ast.metadata @@ -0,0 +1 @@ +31aa73e2fb59ebf7bd109a709a35481fb16d8cf1 SOURCES/asturianu.oxt diff --git a/SPECS/hunspell-ast.spec b/SPECS/hunspell-ast.spec new file mode 100644 index 0000000..a4b74e5 --- /dev/null +++ b/SPECS/hunspell-ast.spec @@ -0,0 +1,85 @@ +Name: hunspell-ast +Summary: Asturian hunspell dictionaries +Epoch: 1 +Version: 0.02 +Release: 14%{?dist} +# Following link is dead now, don't report any bugs +Source: http://extensions.services.openoffice.org/e-files/3932/1/asturianu.oxt +URL: http://softastur.org/ +License: GPLv3+ +BuildArch: noarch + +Requires: hunspell +Supplements: (hunspell and langpacks-ast) + +%description +Asturian hunspell dictionaries. + +%prep +%autosetup -c + +%build +chmod -x dictionaries/* + +%install +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p dictionaries/ast.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/ast_ES.aff +cp -p dictionaries/ast.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ast_ES.dic + + +%files +%doc LICENSES-en.txt LICENCES-ast.txt +%{_datadir}/myspell/* + +%changelog +* Sat Jul 07 2018 Parag Nemade - 1:0.02-14 +- Update Source tag + +* Wed Feb 07 2018 Fedora Release Engineering - 1:0.02-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1:0.02-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 1:0.02-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Feb 19 2016 Parag Nemade - 1:0.02-10 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + +* Wed Feb 03 2016 Fedora Release Engineering - 1:0.02-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 1:0.02-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 1:0.02-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 1:0.02-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 1:0.02-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Nov 01 2012 Caolán McNamara - 1:0.02-4 +- initial version + +* Thu Jul 19 2012 Fedora Release Engineering - 1:0.02-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1:0.02-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Aug 08 2011 Caolán McNamara - 1:0.02-1 +- latest version + +* Wed Feb 09 2011 Fedora Release Engineering - 1:0.01-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Apr 16 2010 Caolán McNamara - 1:0.01-1 +- latest version + +* Mon Apr 12 2010 Caolán McNamara - 0.20100331-1 +- initial version