]> git.ipfire.org Git - ipfire-3.x.git/blob - python3-dbus/python3-dbus.nm
python3-dbus: Update to 1.3.2
[ipfire-3.x.git] / python3-dbus / python3-dbus.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = python3-dbus
7 version = 1.3.2
8 release = 1
9 thisapp = dbus-python-%{version}
10
11 groups = System/Libraries
12 url = https://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 = https://dbus.freedesktop.org/releases/dbus-python/
21
22 build
23 requires
24 dbus-devel
25 dbus-glib-devel
26 python3-devel >= 3.4
27 end
28 end
29
30 packages
31 package %{name}
32
33 package %{name}-devel
34 template DEVEL
35 end
36
37 package %{name}-debuginfo
38 template DEBUGINFO
39 end
40 end