]> git.pld-linux.org Git - packages/htmldoc.git/blobdiff - htmldoc.spec
- release 7
[packages/htmldoc.git] / htmldoc.spec
index ce982dad155adba77cf6daff205d162307470579..3528ba9e3ecbd5ed6db6aff2dc141a65bda8266f 100644 (file)
@@ -1,40 +1,41 @@
+#
+# Conditional build:
+%bcond_without gui     # without FLTK-based GUI
+#
 Summary:       HTML processing program
-Summary(pl):   Program przetwarzaj±cy HTML
+Summary(pl.UTF-8):     Program przetwarzający HTML
 Name:          htmldoc
-Version:       1.8.22
-Release:       1
-License:       GPL
+Version:       1.8.27
+Release:       7
+License:       GPL v2 with OpenSSL exception
 Group:         Applications/Publishing
-Source0:       ftp://ftp.easysw.com/pub/%{name}/%{version}/%{name}-%{version}-source.tar.bz2
-URL:           http://www.easysw.com/htmldoc/
-BuildRequires: XFree86-devel
+Source0:       ftp://ftp.easysw.com/pub/htmldoc/%{version}/%{name}-%{version}-source.tar.bz2
+# Source0-md5: 35589e7b8fe9c54e11be87cd5aec4dcc
+URL:           http://www.htmldoc.org/
+%{?with_gui:BuildRequires:     xorg-lib-libXpm-devel}
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: fltk-devel
+%{?with_gui:BuildRequires:     fltk-devel}
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
-BuildRequires: openssl-devel
+BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
-
 %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 treci.
+%description -l pl.UTF-8
+Program przetwarzający HTML, który generuje pliki HTML, PostScript i
+PDF ze spisem treści.
 
 %prep
 %setup -q
 
 %build
-%{__aclocal}
-%{__autoconf}
-%configure
+%configure \
+       %{!?with_gui:--without-gui}
 %{__make}
 
 %install
@@ -49,7 +50,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGES.txt README.txt doc/htmldoc.html doc/htmldoc.png doc/htmldoc-fig*.png
+%doc COPYING.txt CHANGES.txt README.txt
+%doc doc/htmldoc.html doc/htmldoc-fig*.png doc/htmldoc.p* doc/help.html
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
 %{_datadir}/htmldoc
This page took 0.097016 seconds and 4 git commands to generate.