]> git.pld-linux.org Git - packages/htmldoc.git/blobdiff - htmldoc.spec
- new, patch from openbsd
[packages/htmldoc.git] / htmldoc.spec
index 321e593085443981f58c9897454bb7b5a5e7f406..65ff3ad9836518729ea9f3d359bb37ae09c3cc27 100644 (file)
@@ -1,39 +1,43 @@
+#
+# 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.23
-Release:       1
-License:       GPL
+Version:       1.8.27
+Release:       10
+License:       GPL v2 with OpenSSL exception
 Group:         Applications/Publishing
-Source0:       ftp://ftp.easysw.com/pub/%{name}/%{version}/%{name}-%{version}-source.tar.bz2
-# Source0-md5: f867be6e4bdebf84ca6d58b16e4b839c
-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
+Patch0:                %{name}-libpng15.patch
+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 >= 0.9.7d
 BuildRequires: zlib-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 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
+%patch0 -p0
 
 %build
-%{__aclocal}
-%{__autoconf}
-%configure
+%configure \
+       %{!?with_gui:--without-gui}
 %{__make}
 
 %install
@@ -48,7 +52,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.074664 seconds and 4 git commands to generate.