Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37536989
en ru br
ALT Linux repos
S:0.60-alt3
5.0: 0.60-alt1
4.1: 0.60-alt1
4.0: 0.60-alt1
3.0: 0.60-alt1

Other repositories
Upstream:snapshot20051113

Group :: Text tools
RPM: aspell-de

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define aspell_ver 0.60
%define ispell_ver 3.20
%define lang_ver 20040515
Name: aspell-de
Version: %aspell_ver
Release: alt3

Packager: Igor Vlasenko <viy at altlinux.org>
Summary: GNU Aspell Word List Package  for German.
License: GPL
Group: Text tools

Url: http://aspell.net/

Source: ftp://alpha.gnu.org/gnu/aspell/aspell-lang-%lang_ver.tar.bz2
Source2: aspell-de-alt.tar.bz2

Requires: aspell >= %aspell_ver
BuildRequires: perl, perl-Encode
BuildRequires: aspell >= %aspell_ver
Provides: aspell-dictionary

%description
This is the Aspell word list for German.

%prep
%setup -q -n aspell-lang
tar -j -p -xf %SOURCE2

cat >create_list <<EOF
#!/bin/sh
export LANG=C; cat wordlist.txt | sort -u | word-list-compress c > de.cwl
./proc
EOF

chmod 700 create_list
./create_list

%build
./configure
%make

%install
%make_install DESTDIR=$RPM_BUILD_ROOT install

%files
%doc README Copyright
%_libdir/aspell/*
%_datadir/*

%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