]> git.pld-linux.org Git - packages/htmldoc.git/commitdiff
- added link patch to kill unnecessary -lnsl
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Apr 2006 11:38:29 +0000 (11:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added gui bcond

Changed files:
    htmldoc.spec -> 1.19

htmldoc.spec

index 321e593085443981f58c9897454bb7b5a5e7f406..831740886444902a3d1b419c32c25becc144b036 100644 (file)
@@ -1,3 +1,7 @@
+#
+# Conditional build:
+%bcond_without gui     # without FLTK-based GUI
+#
 Summary:       HTML processing program
 Summary(pl):   Program przetwarzaj±cy HTML
 Name:          htmldoc
@@ -5,20 +9,20 @@ 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 >= 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.
@@ -29,11 +33,13 @@ PDF ze spisem tre
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__aclocal}
 %{__autoconf}
-%configure
+%configure \
+       %{!?with_gui:--without-gui}
 %{__make}
 
 %install
This page took 0.110071 seconds and 4 git commands to generate.