]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - python-dbus/python-dbus.nm
xorg-x11-drv-vmware: Update to 13.0.0.
[people/ms/ipfire-3.x.git] / python-dbus / python-dbus.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = python-dbus
7 version = 0.82.4
8 release = 2
9 thisapp = dbus-python-%{version}
10
11 groups = System/Libraries
12 url = http://www.freedesktop.org/software/dbus/
13 license = MIT
14 summary = Dbus Python Bindings.
15
16 description
17 D-Bus python bindings for use with python programs.
18 end
19
20 source_dl =
21
22 build
23 requires
24 dbus-devel
25 dbus-glib-devel
26 pkg-config
27 python-devel
28 end
29
30 configure_options += \
31 --mandir=/usr/share/man
32 end
33
34 packages
35 package %{name}
36
37 package %{name}-devel
38 template DEVEL
39 end
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44 end