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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to