Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37499708
en ru br
ALT Linux repos
S:1.82-alt1.1.1
5.0: 1.78-alt1
4.1: 1.78-alt1
4.0: 1.78-alt1

Group :: Text tools
RPM: texi2html

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: texi2html
Version: 1.82
Release: alt1.1.1
License: GPL
Packager: Pavlov Konstantin <thresh at altlinux.ru>
Group: Text tools
Summary: A highly customizable texinfo to HTML and other formats translator
Source0: %name-%version.tar.bz2
#Source: http://texi2html.cvshome.org/servlets/ProjectDownloadList
Url: http://www.nongnu.org/texi2html
BuildArch: noarch
Conflicts: tetex-core
# explicitly added texinfo for info files
BuildRequires: texinfo

%description
The basic purpose of texi2html is to convert Texinfo documents into HTML,
and other formats.  Configuration files written in perl provide fine degree
of control over the final output, allowing most every aspect of the final
output not specified in the Texinfo input file to be specified.

%prep
%setup -q

%build
%_configure_update_config
./configure \
            --prefix=%prefix \
            --exec-prefix=%_exec_prefix \
            --bindir=%_bindir \
            --sbindir=%_sbindir \
            --sysconfdir=%_sysconfdir \
            --datadir=%_datadir \
            --includedir=%_includedir \
            --libdir=%_libdir \
            --libexecdir=%_libexecdir \
            --localstatedir=%_localstatedir \
            --sharedstatedir=%_sharedstatedir \
            --mandir=%_mandir \
            --infodir=%_infodir

%install
%make_install DESTDIR=%buildroot install

%files
%doc AUTHORS NEWS README ChangeLog TODO %name.init
%_bindir/%name
%_datadir/texinfo/html/%name.html
%_mandir/man*/%{name}*
%_infodir/%name.info*
%_datadir/%name

%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