]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - python-dbus/python-dbus.nm
python-dbus: Fix naming of the package.
[people/ms/ipfire-3.x.git] / python-dbus / python-dbus.nm
CommitLineData
40c6b5f0 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
40c6b5f0
BS
4###############################################################################
5
8e31124c 6name = python-dbus
802ea3af 7version = 0.82.4
8e31124c
MT
8release = 2
9thisapp = dbus-python-%{version}
40c6b5f0 10
802ea3af
MT
11groups = System/Libraries
12url = http://www.freedesktop.org/software/dbus/
13license = MIT
14summary = Dbus Python Bindings.
40c6b5f0 15
802ea3af 16description
40c6b5f0 17 D-Bus python bindings for use with python programs.
802ea3af
MT
18end
19
20source_dl =
21
22build
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
32end
33
34packages
35 package %{name}
1f9bc2f0 36
802ea3af
MT
37 package %{name}-devel
38 template DEVEL
39 end
1f9bc2f0
MT
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
802ea3af 44end