SPECS (DEVEL): gaim.spec - disabled dbus support (works propably o...

freetz freetz at pld-linux.org
Thu Feb 16 18:47:13 CET 2006


Author: freetz                       Date: Thu Feb 16 17:47:13 2006 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- disabled dbus support (works propably only in sommer [of code])

---- Files affected:
SPECS:
   gaim.spec (1.154.2.12 -> 1.154.2.13) 

---- Diffs:

================================================================
Index: SPECS/gaim.spec
diff -u SPECS/gaim.spec:1.154.2.12 SPECS/gaim.spec:1.154.2.13
--- SPECS/gaim.spec:1.154.2.12	Thu Feb 16 15:53:50 2006
+++ SPECS/gaim.spec	Thu Feb 16 18:47:08 2006
@@ -8,7 +8,7 @@
 %bcond_without	doc		# do not generate and include documentation
 %bcond_without	evolution	# compile without the Gaim-Evolution plugin
 %bcond_without	gtkspell	# without gtkspell support
-%bcond_without	dbus	# without dbus (for gaim-remote and others)
+%bcond_with	dbus		# without dbus (for gaim-remote and others)
 #
 %define		_pre	beta2
 %include        /usr/lib/rpm/macros.perl
@@ -211,6 +211,7 @@
 	--enable-nss=no \
 	--with-perl-lib=vendor \
 	%{?with_dbus:--enable-dbus --with-dbus-session-dir=/usr/share/dbus-1/services} \
+	%{!?with_dbus:--disable-dbus} \
 	%{!?with_evolution:--disable-gevolution} \
 	%{!?with_gtkspell:--disable-gtkspell}
 
@@ -228,7 +229,9 @@
 %find_lang %{name} --with-gnome --all-name
 rm -f $RPM_BUILD_ROOT{%{perl_archlib}/perllocal.pod,%{perl_vendorarch}/auto/Gaim/.packlist}
 
+%if %{with dbus}
 rm $RPM_BUILD_ROOT{%{_bindir}/{gaim-client-example,gaim-notifications-example.py},%{_libdir}/gaim/dbus-example.so}
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -336,6 +339,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.154.2.13  2006/02/16 17:47:08  freetz
+- disabled dbus support (works propably only in sommer [of code])
+
 Revision 1.154.2.12  2006/02/16 14:53:50  freetz
 - oops, one more dbus fix
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gaim.spec?r1=1.154.2.12&r2=1.154.2.13&f=u



More information about the pld-cvs-commit mailing list