Hi, man -k doesn't work and the rpm doesn't build.
Please apply these patches. # Han -- http://www.xs4all.nl/~hanb/software
--- man.spec 2002-08-27 15:40:00.000000000 +0200 +++ SPECS/man.spec 2002-12-19 08:35:19.000000000 +0100 @@ -1,7 +1,7 @@ Summary: A set of documentation tools: man, apropos and whatis. Name: man Version: 1.5k -Release: 2mdk +Release: 3mdk License: GPL Group: System/Base Url: ftp://ftp.win.tue.nl:/pub/linux-local/utils/man @@ -41,17 +41,20 @@ Patch106: man-1.5j-perlman.patch.bz2 Patch107: man-1.5j-whatis2.patch.bz2 Patch108: man-1.5j-whatis-l10n.patch.bz2 +patch109: man-1.5k-usr_man.patch.bz2 Patch200: man-1.5k-colored_groff.patch.bz2 + + Buildroot: %_tmppath/%{name}-root/ Requires: groff-for-man Prereq: setup %description The man package includes three tools for finding information and/or -documentation about your Linux system: man, apropos and whatis. The man +documentation about your Linux system: man, apropos and whatis. The man system formats and displays on-line manual pages about commands or -functions on your system. Apropos searches the whatis database -(containing short descriptions of system commands) for a string. Whatis +functions on your system. Apropos searches the whatis database +(containing short descriptions of system commands) for a string. Whatis searches its own database for a complete word. The man package should be installed on your system because it is the @@ -88,6 +91,7 @@ %patch106 -p0 -b .perl %patch107 -p0 %patch108 -p0 +%patch109 -p0 -b .usr_man %patch200 -p0 /bin/rm -f $RPM_BUILD_DIR/man-%{version}/man/en/man.conf.man @@ -150,8 +154,10 @@ %_bindir/manpath %_bindir/apropos %_bindir/whatis +%_bindir/man2dvi %_sbindir/makewhatis %config(noreplace) /etc/man.config +%_mandir/man8/* %_mandir/man5/* %_mandir/man1/* %_mandir/*/man?/* @@ -180,8 +186,14 @@ %lang(pl) %_datadir/locale/pl/man %lang(pt) %_datadir/locale/pt/man %lang(sl) %_datadir/locale/sl/man +%lang(ru) %_datadir/locale/ru/man + %changelog +* Thu Dec 19 2002 Han Boetes <[EMAIL PROTECTED]> 1.5k-3mdk +- Fixed makewhatis +- Added man2dvi, makewhatis manpage & russian locale + * Tue Aug 27 2002 Thierry Vignaud <[EMAIL PROTECTED]> 1.5k-2mdk - patch8: s/less -isr/less -isR/ - patch106: simplify
