diff --git a/SPECS/hunspell-et.spec b/SPECS/hunspell-et.spec new file mode 100644 index 0000000..7610a69 --- /dev/null +++ b/SPECS/hunspell-et.spec @@ -0,0 +1,111 @@ +Name: hunspell-et +Summary: Estonian hunspell dictionaries +%global upstreamid 20030606 +Version: 0.%{upstreamid} +Release: 19%{?dist} +Source: http://www.meso.ee/~jjpp/speller/ispell-et_%{upstreamid}.tar.gz +URL: http://www.meso.ee/~jjpp/speller/ +License: LGPLv2+ and LPPL +BuildArch: noarch + +Requires: hunspell +Supplements: (hunspell and langpacks-et) +Provides: hunspell-ee = 0.20030606-4 +Obsoletes: hunspell-ee < 0.20030606-4 + +%description +Estonian hunspell dictionaries. + +%package -n hyphen-et +Requires: hyphen +Summary: Estonian hyphenation rules +Supplements: (hyphen and langpacks-et) + +%description -n hyphen-et +Estonian hyphenation rules. + +%prep +%setup -q -n ispell-et-%{upstreamid} + +%build + +%install +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p latin-1/et_EE.* $RPM_BUILD_ROOT/%{_datadir}/myspell +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen +cp -p hyph_et.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/hyph_et_EE.dic + + +%files +%doc README COPYRIGHT ChangeLog +%{_datadir}/myspell/* + +%files -n hyphen-et +%doc README COPYRIGHT ChangeLog +%{_datadir}/hyphen/* + + +%changelog +* Fri Feb 09 2018 Igor Gnatenko - 0.20030606-19 +- Escape macros in %%changelog + +* Wed Feb 07 2018 Fedora Release Engineering - 0.20030606-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0.20030606-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 0.20030606-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Feb 19 2016 Parag Nemade - 0.20030606-15 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + +* Thu Feb 04 2016 Fedora Release Engineering - 0.20030606-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 0.20030606-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 0.20030606-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 0.20030606-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 0.20030606-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20030606-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20030606-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20030606-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Thu Jul 08 2010 Caolán McNamara - 0.20030606-6 +- add Changelog to %%doc + +* Fri Jul 24 2009 Fedora Release Engineering - 0.20030606-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Jun 30 2009 Caolán McNamara - 0.20030606-4 +- erroneously imported as hunspell-ee, rename as hunspell-et + +* Tue Feb 24 2009 Fedora Release Engineering - 0.20030606-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Fri Nov 23 2007 Caolán McNamara - 0.20030606-2 +- package hyphenation rules + +* Fri Nov 23 2007 Caolán McNamara - 0.20030606-1 +- canonical upstream tarball + +* Thu Aug 09 2007 Caolán McNamara - 0.20030602-2 +- clarify license + +* Thu Dec 07 2006 Caolán McNamara - 0.20030602-1 +- initial version