]> git.pld-linux.org Git - packages/dbus.git/blame - dbus.spec
- dbus-gtk requires dbus-X11 -- perhaps dependent apps should require this?
[packages/dbus.git] / dbus.spec
CommitLineData
92f6f38b 1#
2# Conditional build:
60d211c4
JB
3%bcond_without glib # without glib support
4%bcond_without gtk # without GTK+ programs
f8d5be1b 5%bcond_without qt # without Qt support
f8d5be1b
JB
6%bcond_without python # without Python support
7%bcond_without dotnet # without .NET support
f82a8a7b 8%bcond_with gcj # with Java support
d40e6d8d 9#
1dc958dc 10%{?with_dotnet:%include /usr/lib/rpm/macros.mono}
11
60d211c4
JB
12%if %{without glib}
13%undefine with_gtk
14%endif
c5eec9e0 15
172216ec 16%ifarch i386 alpha sparc sparc64
1e09949e
AM
17%undefine with_dotnet
18%endif
19
2c14f3cc 20%define expat_version 1.95.5
21%define glib2_version 2.2.0
22%define qt_version 3.1.0
3f8dd6e4 23Summary: D-BUS message bus
bc0b5507 24