Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37562510
en ru br
ALT Linux repos
S:1.11-alt2_28
5.0: 0.50-alt2
4.1: 0.50-alt2
4.0: 0.50-alt1

Group :: System/Internationalization
RPM: aspell-es

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define lang es
%define langrelease 2
Summary: Spanish dictionaries for Aspell.
Name: aspell-%{lang}
Packager: Igor Vlasenko <viy at altlinux.ru>
Version: 0.50
Release: alt1
License: GPL
Group: System/Internationalization
URL: http://aspell.net/
Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell-%{lang}-%{version}-%{langrelease}.tar.bz2
Patch: aspell-es-0.50-2.utf-filename.patch
Patch1: aspell-es-0.50-2-castellano.patch
Buildrequires: aspell >= 0.60
Requires: aspell >= 0.60


%description
Provides the word list/dictionaries for the following: Spanish

%prep
%setup -q -n aspell-%{lang}-%{version}-%{langrelease}
%patch -p1 -b .utf-filename
%patch1 -p1 -b .pom
cp esponol.alias castellano.alias
mv $(echo -e 'espa\361ol.alias') $(echo -e 'espa\303\261ol.alias')

%build
echo "ASPELL = aspell" > Makefile
echo "DEST_DIR = $RPM_BUILD_ROOT" >> Makefile
echo "WORD_LIST_COMPRESS = word-list-compress" >> Makefile
echo "dictdir = ${RPM_BUILD_ROOT}%{_libdir}/aspell" >> Makefile
echo "datadir = ${RPM_BUILD_ROOT}%{_libdir}/aspell" >> Makefile
cat Makefile.pre >> Makefile
make

%install
make install


%files

%{_libdir}/aspell/*
#%{_datadir}/aspell/*

%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