Summary: Practical Extraction and Report Language Name: perl Version: 5.004_02jp Release: 1A Copyright: GPL Group: Utilities/Text Source: ftp://ftp.lab.kdd.co.jp/CPAN/authors/id/CHIPS/perl5.004_02.tar.gz Patch0: localhost:/config.over.patch Patch1: ftp://ftp.lab.kdd.co.jp/CPAN/authors/id/WATANABE/jperl5.004_02-970808.pat.gz Requires: csh BuildRoot: /var/tmp/Perl Packager: ICHIKAWA Tetsuro %description Perl is an interpreted language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information. It's also a good language for many system management tasks. The language is intended to be practical (easy to use, efficient, complete) rather than beautiful (tiny, elegant, minimal). %prep %setup -n perl5.004_02 %patch0 -p1 %patch1 -p1 %clean rm -fr $RPM_BUILD_ROOT %build sh Configure -des -Dprefix=/usr/local -Darchname=${RPM_ARCH}-linux -Dd_dosuid -Dcf_email='root@aerial.st.rim.or.jp' -Dlibs='-lgdbm -ldb -ldl -lm -lc' make # Strip binaries (done now rather than at install) strip perl strip suidperl strip x2p/a2p %install make install (cd $RPM_BUILD_ROOT/usr/local/bin; ln -s perl5.00402 jperl) (cd $RPM_BUILD_ROOT/usr/local/bin; ln -s perl5.00402 eucperl) (cd $RPM_BUILD_ROOT/usr/local/bin; ln -s perl5.00402 sjisperl) (cd $RPM_BUILD_ROOT/usr/local/lib/perl5/${RPM_ARCH}-linux/5.00402; \ sed 's/\/var\/tmp\/Perl//' Config.pm >Config.tmp; \ mv Config.tmp Config.pm; \ chmod 444 Config.pm) %clean rm -fr $RPM_BUILD_ROOT %files %doc Artistic Changes Changes.jp Changes5.000 Changes5.001 Changes5.002 %doc Changes5.003 Copying INSTALL MANIFEST README README.amiga README.cygwin32 %doc README.j README.jp README.os2 README.plan9 README.qnx README.vms %doc README.win32 Todo /usr/local/bin/perl5.00402 /usr/local/bin/sperl5.00402 /usr/local/bin/perl /usr/local/bin/suidperl /usr/local/bin/a2p /usr/local/bin/c2ph /usr/local/bin/h2ph /usr/local/bin/h2xs /usr/local/bin/perlbug /usr/local/bin/perldoc /usr/local/bin/pl2pm /usr/local/bin/splain /usr/local/bin/s2p /usr/local/bin/find2perl /usr/local/bin/pod2man /usr/local/bin/pod2html /usr/local/bin/pod2latex /usr/local/bin/pod2text /usr/local/bin/pstruct /usr/local/bin/jperl /usr/local/bin/eucperl /usr/local/bin/sjisperl /usr/local/lib/perl5 /usr/local/man/man1/perl*.1 /usr/local/man/man1/jperl.1 /usr/local/man/man1/c2ph.1 /usr/local/man/man1/h2ph.1 /usr/local/man/man1/h2xs.1 /usr/local/man/man1/pl2pm.1 /usr/local/man/man1/s2p.1 /usr/local/man/man1/a2p.1 /usr/local/man/man1/pod2man.1 /usr/local/man/man1/pstruct.1 /usr/local/man/man1/xsubpp.1