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

Group :: Text tools
RPM: words

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: words
Version: 2
Release: alt1
Epoch: 1

%define _dictdir %_datadir/dict

Summary: A dictionary of English words for the %_dictdir directory
License: Public domain
Group: Text tools
BuildArch: noarch
Packager: Stanislav Ievlev <inger at altlinux.org>

# ftp://ibiblio.org/pub/Linux/libs/linux.words.%version.tar.bz2

Source: linux.words.%version.tar
Patch: linux.words.%version-jbj.patch
Source1: EWORDS.TXT

Patch1: linux.words.2-mmm.patch
Patch2: linux.words.2-meat.patch
Patch3: linux.words.2-gullible.patch

%description
The words file is a dictionary of English words for the %_dictdir
directory.  Programs like ispell use this database of words to check
spelling.

%prep
%setup -qc
%patch -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1

chmod a-x usr/dict/README*

%install
mkdir -p %buildroot%_dictdir

cat usr/dict/{extra,linux}.words %SOURCE1 |
sort -u >%buildroot%_dictdir/linux.words
ln -s linux.words %buildroot%_dictdir/words

%files
%_dictdir/*
%doc usr/dict/README*.linux.words

%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