Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37514819
en ru br
ALT Linux repos
S:0.9-alt1_2

Group :: Text tools
RPM: hunspell-el

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Group: Text tools
# BEGIN SourceDeps(oneline):
BuildRequires: unzip
# END SourceDeps(oneline)
# see https://bugzilla.altlinux.org/show_bug.cgi?id=10382
%define _localstatedir %{_var}
Name: hunspell-el
Summary: Greek hunspell dictionaries
#Epoch: 1
Version: 0.9
Release: alt1_1
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
Source44: import.info

%description
Greek hunspell dictionaries.

%prep
%setup -q -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

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin