]> git.pld-linux.org Git - packages/dbus.git/blame - dbus.spec
- updated to 0.20, new-style bconds, separated -gtk
[packages/dbus.git] / dbus.spec
CommitLineData
92f6f38b 1#
60d211c4
JB
2# TODO: gcj, mono, python
3#
92f6f38b 4# Conditional build:
60d211c4
JB
5%bcond_without glib # without glib support
6%bcond_without gtk # without GTK+ programs
7%bcond_without qt # without qt support
d40e6d8d 8#
60d211c4
JB
9%if %{without glib}
10%undefine with_gtk
11%endif
3f8dd6e4
AF
12%define gettext_package dbus
13%define expat_version 1.95.5
14%define glib2_version 2.2.0
15%define qt_version 3.1.0
3f8dd6e4 16Summary: D-BUS message bus
bc0b5507 17