Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 36914784
en ru br
ALT Linux repos
S:0.88-alt1.qa1
5.0: 0.88-alt1
4.1: 0.88-alt1

Group :: Networking/WWW
RPM: man2web

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Summary: Converts man pages to html
Name: man2web
Version: 0.88
Release: alt1
License: GPL
Group: Networking/WWW
Source: %name-%version.tar.gz
Source1: %name.conf
Packager: Fr. Br. George <george at altlinux.ru>
%define cgi /var/www/cgi-bin

%description
man2web is a program for converting man (manual) output to html on the fly (as
a CGI program) or on the command line.

Install man2web if you want to view man pages with your web browser.

%prep
%setup
#patch -p1 -b .buildroot

%build
autoreconf
# -O3 leads to some coredumps
CFLAGS=-O0 %configure --with-distro=debian-3 --with-manpath=/usr/local/man:%_mandir:/usr/X11R6/man:/usr/local/share/man --with-manpath-switch=-M
%make

%install
%makeinstall
rm %buildroot%_sysconfdir/%name.conf.default
install %SOURCE1 %buildroot%_sysconfdir/

%files
%doc README TODO doc/README.RedHat doc/%name.conf.default
%_bindir/%name
%_man1dir/%name.1*
%_man5dir/%name.conf.5*
%config(noreplace) %_sysconfdir/%name.conf

%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