Summary: czech dictionary for the ispell spell checker Name: ispell-czech Version: 3.1.20 Release: 22cs073 Group: Applications/Text Source: ftp://ftp.vslib.cz/pub/unix/ispell/ispell-czech.tar.gz Requires: ispell Obsoletes: ispell-czech < 3 Buildroot: /var/tmp/ispell-czech-root BuildArchitectures: noarch Prefix: /usr/lib/ispell Prefix: /usr/doc Copyright: GPL Packager: Red Hat Contrib|Net Distribution: Red Hat Contrib|Net Vendor: Petr Kolar Summary(cs): český slovník pro korektor překlepů ispell %description Czech dictionary and affixes file for the spell checker ispell. You can run it on text files and it will interactively check spelling. This means it will tell you about words it doesn't know, and will suggest alternatives when it can. Some editors may have built spell checking based on ispell. %changelog * Wed Nov 24 1999 Petr Kolar - Release ispell-czech with new dictionary and man page under version 3.1.20 (wanted by Red Hat) * Mon May 03 1999 Petr Kolar - First separate release of ispell-czech. * Sun Sep 07 1997 Pavel JANIK ml. - Release of RPM with ispell and czech dictionary. %prep %setup -n ispell-czech rm -rf $RPM_BUILD_ROOT mkdir $RPM_BUILD_ROOT %build make %install make install TOPDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/man/cs/man1 gzip -9 < ispell.man > $RPM_BUILD_ROOT/usr/man/cs/man1/ispell.1.gz %files %defattr(-,root,root) %doc README ceskeaff.txt /usr/lib/ispell/czech.aff /usr/lib/ispell/czech.hash /usr/man/cs/man1/ispell.1.gz %clean rm -rf $RPM_BUILD_ROOT %description -l cs Český slovník a soubor afixů pro korektor překlepů ispell. Ispell s tímto slovníkem umožňuje interaktivní hledání překlepů v českých textech. Vyhledává a vypisuje slova, která nejsou ve slovníku, a případně nabízí jejich náhradu podobnými slovy. Některé textové editory mohou mít podporu pro ispell vestavěnu.