]> git.pld-linux.org Git - packages/dbus.git/blame - dbus.spec
- updated
[packages/dbus.git] / dbus.spec
CommitLineData
92f6f38b 1#
acbf0e6c 2# TODO:
3# - separte X11 depended utilieties (like dbus-launch)
4# - SELinux support
60d211c4 5#
92f6f38b 6# Conditional build:
60d211c4
JB
7%bcond_without glib # without glib support
8%bcond_without gtk # without GTK+ programs
f8d5be1b
JB
9%bcond_without qt # without Qt support
10%bcond_without gcj # without Java support
11%bcond_without python # without Python support
12%bcond_without dotnet # without .NET support
d40e6d8d 13#
60d211c4
JB
14%if %{without glib}
15%undefine with_gtk
16%endif
c5eec9e0 17
2c14f3cc 18%define expat_version 1.95.5
19%define glib2_version 2.2.0
20%define qt_version 3.1.0
3f8dd6e4 21Summary: D-BUS message bus
bc0b5507 22