SPECS: wxWidgets.spec - gnomeprint bcond
qboosh
qboosh at pld-linux.org
Mon Dec 18 22:22:18 CET 2006
Author: qboosh Date: Mon Dec 18 21:22:18 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- gnomeprint bcond
---- Files affected:
SPECS:
wxWidgets.spec (1.57 -> 1.58)
---- Diffs:
================================================================
Index: SPECS/wxWidgets.spec
diff -u SPECS/wxWidgets.spec:1.57 SPECS/wxWidgets.spec:1.58
--- SPECS/wxWidgets.spec:1.57 Mon Dec 18 02:52:19 2006
+++ SPECS/wxWidgets.spec Mon Dec 18 22:22:12 2006
@@ -4,6 +4,7 @@
%bcond_without ansi # only unicode packages
%bcond_without odbc # without ODBC support
%bcond_without x11 # don't build wxX11 packages
+%bcond_with gnomeprint # GNOME print support
%bcond_with debug # build with \--enable-debug
# (binary incompatible with non-debug)
#
@@ -43,6 +44,7 @@
BuildRequires: flex
BuildRequires: gettext-devel
BuildRequires: gtk+2-devel >= 2.0.0
+%{?with_gnomeprint:BuildRequires: libgnomeprintui-devel >= 2.8.0}
BuildRequires: libjpeg-devel
BuildRequires: libmng-devel
BuildRequires: libmspack-devel
@@ -500,7 +502,8 @@
${args} \
${gui} \
--disable-universal \
- ${unicode}
+ ${unicode} \
+ %{!?with_gnomeprint:--without-gnomeprint}
%{__make}
%{__make} -C contrib/src
cd ..
@@ -800,6 +803,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.58 2006/12/18 21:22:12 qboosh
+- gnomeprint bcond
+
Revision 1.57 2006/12/18 01:52:19 arekm
- rel 0.2; fixes from cvs (search functionality)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/wxWidgets.spec?r1=1.57&r2=1.58&f=u
More information about the pld-cvs-commit
mailing list