]> git.pld-linux.org Git - packages/dbus.git/blame - dbus.spec
- reverting (moving to DEVEL)
[packages/dbus.git] / dbus.spec
CommitLineData
92f6f38b 1#
7dee3cfe 2# TODO: SELinux support
60d211c4 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
ee7550d8 8%bcond_with gcj # with Java support
6f9f6645 9%bcond_without python # without python support
7dee3cfe 10%bcond_without dotnet # without .net support
d40e6d8d 11#
60d211c4
JB
12%if %{without glib}
13%undefine with_gtk
14%endif
f9f12c3b
JB
15%ifarch alpha
16# mono still broken
17%undefine with_dotnet
18%endif
c5eec9e0
AM
19%ifarch amd64
20# mcs segfaults while building dotnet-gtk-sharp on amd64 builder
21%undefine with_dotnet
22%endif
23
2c14f3cc 24%define expat_version 1.95.5
25%define glib2_version 2.2.0
26%define qt_version 3.1.0
3f8dd6e4 27Summary: D-BUS message bus
bc0b5507 28