Summary: HTML processing program Summary(pl): Program przetwarzający HTML Name: htmldoc Version: 1.8.14 Release: 1 License: GPL Group: Applications/Publishing Source0: ftp://ftp.easysw.com/pub/%{name}/1.8.14/%{name}-%{version}-source.tar.bz2 URL: http://www.easysw.com/htmldoc/ BuildRequires: autoconf BuildRequires: libpng-devel BuildRequires: libjpeg-devel BuildRequires: openssl-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description HTML processing program that generates HTML, PostScript, and PDF files with a table of contents. %description -l pl Program przetwarzający HTML, który generuje pliki HTML, PostScript i PDF ze spisem treści. %prep %setup -q %build autoconf %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ datadir=$RPM_BUILD_ROOT%{_datadir} \ mandir=$RPM_BUILD_ROOT%{_mandir} \ bindir=$RPM_BUILD_ROOT%{_bindir} gzip -9nf CHANGES.txt README.txt %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc *.gz doc/htmldoc.html doc/htmldoc.png doc/htmldoc-fig*.png %attr(755,root,root) %{_bindir}/* %{_mandir}/man1/* %{_datadir}/htmldoc