SPECS: evince.spec - disable dbus for now; reenable when new dbus ...

arekm arekm at pld-linux.org
Sun Aug 28 21:53:43 CEST 2005


Author: arekm                        Date: Sun Aug 28 19:53:43 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- disable dbus for now; reenable when new dbus goes into ac; rel 2

---- Files affected:
SPECS:
   evince.spec (1.30 -> 1.31) 

---- Diffs:

================================================================
Index: SPECS/evince.spec
diff -u SPECS/evince.spec:1.30 SPECS/evince.spec:1.31
--- SPECS/evince.spec:1.30	Sat Aug 27 16:24:16 2005
+++ SPECS/evince.spec	Sun Aug 28 21:53:38 2005
@@ -2,11 +2,12 @@
 #
 # TODO: fix t1lib build time misdetection (very low prio)
 #
+%bcond_with	dbus
 Summary:	Document viewer for multiple document formats
 Summary(pl):	Przeglądarka dokumentów w wielu formatach
 Name:		evince
 Version:	0.4.0
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		X11/Applications/Graphics
 Source0:	http://ftp.gnome.org/pub/gnome/sources/evince/0.4/%{name}-%{version}.tar.bz2
@@ -17,7 +18,7 @@
 BuildRequires:	GConf2-devel >= 2.10.0
 BuildRequires:	autoconf
 BuildRequires:	automake
-BuildRequires:	dbus-glib-devel >= 0.36
+%{?with_dbus:BuildRequires:	dbus-glib-devel >= 0.36}
 BuildRequires:	djvulibre-devel >= 3.5.15
 BuildRequires:	ghostscript
 BuildRequires:	gnome-doc-utils >= 0.3.2
@@ -80,7 +81,7 @@
 %configure \
 	--disable-static \
 	--disable-schemas-install \
-	--enable-dbus \
+	%{?with_dbus:--enable-dbus} \
 	--enable-djvu \
 	--enable-dvi \
 	--enable-nautilus \
@@ -142,6 +143,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.31  2005/08/28 19:53:38  arekm
+- disable dbus for now; reenable when new dbus goes into ac; rel 2
+
 Revision 1.30  2005/08/27 14:24:16  paladine
 - removed disable_dbus patch
 - works for me, rel. 1
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/evince.spec?r1=1.30&r2=1.31&f=u




More information about the pld-cvs-commit mailing list