]> git.pld-linux.org Git - packages/dbus.git/blame - dbus.spec
- updated for 0.61
[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
c5ee78d9 11%bcond_without qt # without Qt support
d40e6d8d 12#
1dc958dc 13%{?with_dotnet:%include /usr/lib/rpm/macros.mono}
14
60d211c4
JB
15%if %{without glib}
16%undefine with_gtk
17%endif
c5eec9e0 18
172216ec 19%ifarch i386 alpha sparc sparc64
1e09949e
AM
20%undefine with_dotnet
21%endif
22
2c14f3cc 23%define expat_version 1.95.5
24%define glib2_version 2.2.0
25%define qt_version 3.1.0
3f8dd6e4 26Summary: D-BUS message bus
bc0b5507 27