From 44d3da685e9804b8fa7d5aedec1c4952aa6ee937 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 7 May 2019 05:15:12 -0400 Subject: [PATCH] import hunspell-hr-0.20040608-17.el8 --- .gitignore | 1 + .hunspell-hr.metadata | 1 + SPECS/hunspell-hr.spec | 102 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 104 insertions(+) create mode 100644 .gitignore create mode 100644 .hunspell-hr.metadata create mode 100644 SPECS/hunspell-hr.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..71c8456 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/hr_HR.zip diff --git a/.hunspell-hr.metadata b/.hunspell-hr.metadata new file mode 100644 index 0000000..411193f --- /dev/null +++ b/.hunspell-hr.metadata @@ -0,0 +1 @@ +586d6b4b913af94aed5459a8b33c0edda48df273 SOURCES/hr_HR.zip diff --git a/SPECS/hunspell-hr.spec b/SPECS/hunspell-hr.spec new file mode 100644 index 0000000..e4a4150 --- /dev/null +++ b/SPECS/hunspell-hr.spec @@ -0,0 +1,102 @@ +Name: hunspell-hr +Summary: Croatian hunspell dictionaries +%global upstreamid 20040608 +Version: 0.%{upstreamid} +Release: 17%{?dist} +Epoch: 1 +Source: http://cvs.linux.hr/spell/myspell/hr_HR.zip +URL: http://cvs.linux.hr/spell/ +License: LGPLv2+ or SISSL +BuildArch: noarch + +Requires: hunspell +Supplements: (hunspell and langpacks-hr) + +%description +Croatian hunspell dictionaries. + +%package -n hyphen-hr +Requires: hyphen +Summary: Croatian hyphenation rules +Supplements: (hyphen and langpacks-hr) + +%description -n hyphen-hr +Croatian hyphenation rules. + +%prep +%setup -q -c -n hunspell-hr + +%build +chmod -x * + +%install +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p hr_HR.dic hr_HR.aff $RPM_BUILD_ROOT/%{_datadir}/myspell +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen +cp -p hyph_hr.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/hyph_hr_HR.dic + + +%files +%doc README_hr_HR.txt +%{_datadir}/myspell/* + +%files -n hyphen-hr +%doc README_hr_HR.txt +%{_datadir}/hyphen/* + +%changelog +* Wed Feb 07 2018 Fedora Release Engineering - 1:0.20040608-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1:0.20040608-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 1:0.20040608-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Feb 19 2016 Parag Nemade - 1:0.20040608-14 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + +* Thu Feb 04 2016 Fedora Release Engineering - 1:0.20040608-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 1:0.20040608-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 1:0.20040608-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 1:0.20040608-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 1:0.20040608-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 1:0.20040608-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1:0.20040608-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 1:0.20040608-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Thu Jul 08 2010 Caolán McNamara - 1:0.20040608-5 +- add licence notice to all subpackages + +* Fri Jul 24 2009 Fedora Release Engineering - 1:0.20040608-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Feb 24 2009 Fedora Release Engineering - 1:0.20040608-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Nov 22 2007 Caolán McNamara - 1:0.20040608-2 +- package hyphenation rules + +* Tue Aug 21 2007 Caolán McNamara - 1:0.20040608-1 +- clarify license +- canonical upstream version + +* Thu Dec 07 2006 Caolán McNamara - 0.20060607-1 +- initial version