commit
07a62a7c92
@ -0,0 +1 @@
|
|||||||
|
SOURCES/el_GR-0.9.zip
|
@ -0,0 +1 @@
|
|||||||
|
c1b2539b3e18d78f7408db820bf834aaffff21ea SOURCES/el_GR-0.9.zip
|
@ -0,0 +1,103 @@
|
|||||||
|
Name: hunspell-el
|
||||||
|
Summary: Greek hunspell dictionaries
|
||||||
|
Epoch: 1
|
||||||
|
Version: 0.9
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Source: http://ispell.math.upatras.gr/files/ooffice/el_GR-%{version}.zip
|
||||||
|
URL: http://www.elspell.gr/
|
||||||
|
License: GPLv2+ or LGPLv2+ or MPLv1.1
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Requires: hunspell
|
||||||
|
Supplements: (hunspell and langpacks-el)
|
||||||
|
|
||||||
|
%description
|
||||||
|
Greek hunspell dictionaries.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -c -n hunspell-el
|
||||||
|
|
||||||
|
%build
|
||||||
|
chmod -x *
|
||||||
|
|
||||||
|
%install
|
||||||
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
|
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
|
|
||||||
|
pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
||||||
|
el_GR_aliases="el_CY"
|
||||||
|
for lang in $el_GR_aliases; do
|
||||||
|
ln -s el_GR.aff $lang.aff
|
||||||
|
ln -s el_GR.dic $lang.dic
|
||||||
|
done
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc README_el_GR.txt
|
||||||
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Jul 06 2018 Parag Nemade <pnemade AT fedoraproject DOT orgf> - 1:0.9-1
|
||||||
|
- Update to latest upstream release 0.9
|
||||||
|
|
||||||
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.8-14
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.8-13
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.8-12
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 1:0.8-11
|
||||||
|
- Add Supplements: tag for langpacks naming guidelines
|
||||||
|
- Clean the specfile to follow current packaging guidelines
|
||||||
|
|
||||||
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.8-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.8-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.8-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.8-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.8-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Oct 05 2012 Caolán McNamara <caolanm@redhat.com> - 1:0.8-5
|
||||||
|
- clarify exact MPL version
|
||||||
|
|
||||||
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.8-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.8-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.8-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 13 2011 Caolán McNamara <caolanm@redhat.com> - 1:0.8-1
|
||||||
|
- latest version
|
||||||
|
|
||||||
|
* Wed Jun 09 2010 Caolán McNamara <caolanm@redhat.com> - 1:0.7-5
|
||||||
|
- Resolves: rhbz#602263 clarify licence
|
||||||
|
|
||||||
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.7-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jun 12 2009 Caolán McNamara <caolanm@redhat.com> - 1:0.7-3
|
||||||
|
- extend coverage
|
||||||
|
|
||||||
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.7-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Aug 20 2007 Caolán McNamara <caolanm@redhat.com> - 1:0.7-1
|
||||||
|
- latest upstream version
|
||||||
|
- clarify license version
|
||||||
|
|
||||||
|
* Thu Dec 07 2006 Caolán McNamara <caolanm@redhat.com> - 0.20041220-1
|
||||||
|
- initial version
|
Loading…
Reference in new issue