Summary: Converts HTML "source" files into indexed HTML, PostScript, and PDF files
Name: htmldoc
Version: 1.8.27
Release: 5%{?dist}
License: GPL
Group: Applications/Publishing
URL: http://www.easysw.com/htmldoc/
Source0: http://ftp.easysw.com/pub/htmldoc/%{version}/%{name}-%{version}-source.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gcc-c++
BuildRequires: fltk-devel
BuildRequires: openssl-devel, krb5-devel
BuildRequires: libjpeg-devel, libpng-devel
%description
HTMLDOC converts HTML "source" files into indexed HTML, PostScript,
and PDF files. It can generate a table of contents, title page, and
handles different media sizes and duplexing. HTMLDOC can also be used
as a filter for web documents, allowing you to automatically generate
PostScript and PDF documents from HTML files and reports.
%prep
%setup -q
%build
%configure
make
%install
rm -rf %{buildroot}
%makeinstall
mv %{buildroot}%{_datadir}/doc/%{name} installeddocs
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc *.txt installeddocs/*
%{_bindir}/htmldoc
%{_datadir}/htmldoc
%{_mandir}/man1/htmldoc.1*
%changelog
* Tue Nov 28 2006 Axel Thimm - 1.8.27-5
- Update to 1.8.27.
* Sat Sep 24 2005 Axel Thimm
- Update to 1.8.24.
* Sat Sep 18 2004 Axel Thimm
- Initial build.