]> git.pld-linux.org Git - packages/htmldoc.git/blobdiff - htmldoc.spec
- added link patch to kill unnecessary -lnsl
[packages/htmldoc.git] / htmldoc.spec
index 9e811fb16e53bdc3470743afc2e7beb6d05e7dee..831740886444902a3d1b419c32c25becc144b036 100644 (file)
@@ -1,25 +1,28 @@
+#
+# Conditional build:
+%bcond_without gui     # without FLTK-based GUI
+#
 Summary:       HTML processing program
 Summary(pl):   Program przetwarzaj±cy HTML
 Name:          htmldoc
-Version:       1.8.19
-Release:       2
+Version:       1.8.23
+Release:       1
 License:       GPL
 Group:         Applications/Publishing
-Source0:       ftp://ftp.easysw.com/pub/%{name}/%{version}/%{name}-%{version}-source.tar.bz2
+Source0:       ftp://ftp.easysw.com/pub/htmldoc/%{version}/%{name}-%{version}-source.tar.bz2
+# Source0-md5: f867be6e4bdebf84ca6d58b16e4b839c
+Patch0:                %{name}-link.patch
 URL:           http://www.easysw.com/htmldoc/
-BuildRequires: XFree86-devel
+%{?with_gui:BuildRequires:     XFree86-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.
@@ -30,14 +33,13 @@ PDF ze spisem tre
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__aclocal}
 %{__autoconf}
-if [ -f %{_pkgconfigdir}/libpng12.pc ] ; then
-        CPPFLAGS="`pkg-config libpng12 --cflags`";
-fi
-%configure CXXFLAGS="$CPPFLAGS"
+%configure \
+       %{!?with_gui:--without-gui}
 %{__make}
 
 %install
This page took 0.138172 seconds and 4 git commands to generate.