]> git.pld-linux.org Git - packages/dbus.git/blame - dbus.spec
- rel.3 for rebuild with fixed rpm
[packages/dbus.git] / dbus.spec
CommitLineData
92f6f38b 1#
c5ee78d9 2# TODO:
3# - qt4 bindings
4#
92f6f38b 5# Conditional build:
c5ee78d9 6%bcond_without dotnet # without .NET support
7%bcond_without gcj # without Java support
60d211c4
JB
8%bcond_without glib # without glib support
9%bcond_without gtk # without GTK+ programs
f8d5be1b 10%bcond_without python # without Python support
d6c9dbd7
JB
11%bcond_without qt # without Qt 3.x support
12%bcond_with qt4 # with Qt 4.x support (broken)
d40e6d8d 13#
1dc958dc 14%{?with_dotnet:%include /usr/lib/rpm/macros.mono}
15
60d211c4
JB
16%if %{without glib}
17%undefine with_gtk
18%endif
c5eec9e0 19
172216ec 20%ifarch i386 alpha sparc sparc64
1e09949e
AM
21%undefine with_dotnet
22%endif
23
b89a2164 24%define expat_version 1:1.95.5
25%define glib2_version 1:2.2.0
26%define gtk2_version 2:2.4.0
27%define qt_version 6:3.1.0
28
3f8dd6e4 29Summary: D-BUS message bus
bc0b5507 30