SPECS: balsa.spec - added bcond gtkhtml2

sls sls at pld-linux.org
Thu Feb 22 01:53:54 CET 2007


Author: sls                          Date: Thu Feb 22 00:53:54 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added bcond gtkhtml2

---- Files affected:
SPECS:
   balsa.spec (1.145 -> 1.146) 

---- Diffs:

================================================================
Index: SPECS/balsa.spec
diff -u SPECS/balsa.spec:1.145 SPECS/balsa.spec:1.146
--- SPECS/balsa.spec:1.145	Thu Feb 22 01:31:03 2007
+++ SPECS/balsa.spec	Thu Feb 22 01:53:48 2007
@@ -9,6 +9,7 @@
 %bcond_with	gpgme		# build with GPG support (experimental)
 %bcond_without	esmtp		# build without ESMTP support
 %bcond_without	gtkhtml		# build without HTML support
+%bcond_with	gtkhtml2	# build with libgtkhtml-2 (default gtkhtml-3)
 %bcond_with	compface	# build with Compface
 %bcond_with	gtksourceview	# build with GtkSourceView
 %bcond_with	gtkspell	# build with GtkSpell
@@ -44,7 +45,10 @@
 %{?with_gtksourceview:BuildRequires:	gtksourceview-devel}
 %{?with_gtkspell:BuildRequires:	gtkspell-devel}
 BuildRequires:	intltool
-%{?with_gtkhtml:BuildRequires:	libgtkhtml-devel >= 2.0}
+%if %{with gtkhtml}
+%{?with_gtkhtml2:BuildRequires:	libgtkhtml-devel >= 2.0}
+%{!?with_gtkhtml2:BuildRequires:	gtkhtml-devel >= 3.0}
+%endif
 BuildRequires:	libltdl-devel
 BuildRequires:	libgnomeprintui-devel >= 2.1.4
 BuildRequires:	libgnomeui-devel >= 2.3.3.1-2
@@ -96,6 +100,7 @@
 	--with-ssl \
 	%{!?with_esmtp:--without-esmtp} \
 	%{!?with_gtkhtml:--disable-gtkhtml}\
+	%{?with_gtkhtml2:--with-gtkhtml=2}\
 	%{?with_gpgme:--with-gpgme} \
 	%{?with_compface:--with-compface} \
 	%{?with_gtksourceview:--with-gtksourceview} \
@@ -142,6 +147,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.146  2007/02/22 00:53:48  sls
+- added bcond gtkhtml2
+
 Revision 1.145  2007/02/22 00:31:03  sls
 - added BR: sqlite3-devel
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/balsa.spec?r1=1.145&r2=1.146&f=u



More information about the pld-cvs-commit mailing list