Summary: Czech laguage tools Name: cstools Version: 0.178 Release: 2 Group: Applications/Text Source: Cstools-%{version}.tar.gz URL: http://www.fi.muni.cz/~adelton/perl/ Copyright: 1997--2000 Jan Pazdziora, adelton@fi.muni.cz. Buildroot: /tmp/cstools-root Packager: Milan Kerslager Requires: perl %description This package includes modules that are usefull when dealing with Czech (and Slovak) texts in Perl. Program cstocs: This version of popular charset reencoding utility uses the above mentioned module to convert text between various charsets. Module Cz::Cstocs: Implements object for various charset encodings, used for the Czech language -- either as objects, or as direct conversion functions. One of the charsets is tex for things like \v{c}. Module Cz::Sort: Sorts according to Czech sorting conventions, regardless on (usually broken) locales. Exports functions czcmp and czsort which can be used in similar way as as Perl's internals cmp and sort. %prep %setup -n Cstools-%{version} %build perl Makefile.PL make make test %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr # make install wants to append to perllocal.pod which is politically # incorrect behaviour; let's disable it: it's RPM that is supposed to # keep track of installed software make PREFIX=$RPM_BUILD_ROOT/usr \ DOC_INSTALL="-#" \ install # .packlist is incorrect and useless (see above) rm `find $RPM_BUILD_ROOT -name .packlist` %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) /usr/bin/* /usr/lib/perl5/site_perl/*/Cz/* %{_mandir}/man[0-9]/* %doc Changes README %changelog * Sun Apr 22 2001 Milan Kerslager - rebuild for 7.1 * Fri Dec 1 2000 Milan Kerslager - fixes for 7.0 * Thu Jul 15 1999 Milan Kerslager - added descriptions (en, cs)