Lines 10-16
Link Here
|
10 |
|
10 |
|
11 |
Name: python-module-dbus |
11 |
Name: python-module-dbus |
12 |
Version: 1.2.12 |
12 |
Version: 1.2.12 |
13 |
Release: alt1 |
13 |
Release: alt2 |
14 |
|
14 |
|
15 |
Summary: Python bindings for D-BUS library |
15 |
Summary: Python bindings for D-BUS library |
16 |
License: AFL/GPL |
16 |
License: AFL/GPL |
Lines 44-49
BuildRequires: python-module-pygobject3 python-module-tappy
Link Here
|
44 |
%description |
44 |
%description |
45 |
D-Bus python bindings for use with python programs. |
45 |
D-Bus python bindings for use with python programs. |
46 |
|
46 |
|
|
|
47 |
%package gobject |
48 |
Summary: Python bindings for D-BUS library |
49 |
License: AFL/GPL |
50 |
Group: Development/Python |
51 |
Requires: python-module-dbus = %EVR |
52 |
|
53 |
%description gobject |
54 |
D-Bus bindings for use with python programs (gobject introspection). |
55 |
|
47 |
%package -n python3-module-dbus |
56 |
%package -n python3-module-dbus |
48 |
Summary: Python3 bindings for D-BUS library |
57 |
Summary: Python3 bindings for D-BUS library |
49 |
License: AFL/GPL |
58 |
License: AFL/GPL |
Lines 53-62
Requires: dbus >= %dbus_ver
Link Here
|
53 |
%description -n python3-module-dbus |
62 |
%description -n python3-module-dbus |
54 |
D-Bus python bindings for use with python programs. |
63 |
D-Bus python bindings for use with python programs. |
55 |
|
64 |
|
|
|
65 |
%package -n python3-module-dbus-gobject |
66 |
Summary: Python3 bindings for D-BUS library |
67 |
License: AFL/GPL |
68 |
Group: Development/Python3 |
69 |
Requires: python3-module-dbus = %EVR |
70 |
|
71 |
%description -n python3-module-dbus-gobject |
72 |
D-Bus bindings for use with python programs (gobject introspection). |
73 |
|
56 |
%package devel |
74 |
%package devel |
57 |
Summary: Python bindings for D-BUS library (devel package) |
75 |
Summary: Python bindings for D-BUS library (devel package) |
58 |
Group: Development/Python |
76 |
Group: Development/Python |
59 |
Requires: %name = %version-%release |
77 |
Requires: %name-gobject = %EVR |
60 |
%py_package_provides %modname-devel = %version-%release |
78 |
%py_package_provides %modname-devel = %version-%release |
61 |
Provides: python3-module-dbus-devel = %version-%release |
79 |
Provides: python3-module-dbus-devel = %version-%release |
62 |
|
80 |
|
Lines 131-136
done
Link Here
|
131 |
%doc AUTHORS COPYING NEWS |
149 |
%doc AUTHORS COPYING NEWS |
132 |
|
150 |
|
133 |
%exclude %python_sitelibdir/*.la |
151 |
%exclude %python_sitelibdir/*.la |
|
|
152 |
%exclude %python_sitelibdir/dbus/gobject_service.py* |
153 |
%exclude %python_sitelibdir/dbus/gi_service.py* |
154 |
|
155 |
%files gobject |
156 |
%python_sitelibdir/dbus/gobject_service.py* |
157 |
%python_sitelibdir/dbus/gi_service.py* |
134 |
%endif |
158 |
%endif |
135 |
|
159 |
|
136 |
%files devel |
160 |
%files devel |
Lines 143-148
done
Link Here
|
143 |
%python3_sitelibdir/dbus/ |
167 |
%python3_sitelibdir/dbus/ |
144 |
|
168 |
|
145 |
%exclude %python3_sitelibdir/*.la |
169 |
%exclude %python3_sitelibdir/*.la |
|
|
170 |
%exclude %python3_sitelibdir/dbus/gi_service.py |
171 |
%exclude %python3_sitelibdir/dbus/__pycache__/gi_service.*.pyc |
172 |
|
173 |
%files -n python3-module-dbus-gobject |
174 |
%python3_sitelibdir/dbus/gi_service.py |
175 |
%python3_sitelibdir/dbus/__pycache__/gi_service.*.pyc |
146 |
|
176 |
|
147 |
%if_enabled installed_tests |
177 |
%if_enabled installed_tests |
148 |
%files tests |
178 |
%files tests |
Lines 158-163
done
Link Here
|
158 |
|
188 |
|
159 |
|
189 |
|
160 |
%changelog |
190 |
%changelog |
|
|
191 |
* Tue Nov 26 2019 Anton Midyukov <antohami@altlinux.org> 1.2.12-alt2 |
192 |
- separate pygobject subpackages |
193 |
|
161 |
* Mon Sep 23 2019 Yuri N. Sedunov <aris@altlinux.org> 1.2.12-alt1 |
194 |
* Mon Sep 23 2019 Yuri N. Sedunov <aris@altlinux.org> 1.2.12-alt1 |
162 |
- 1.2.12 |
195 |
- 1.2.12 |
163 |
|
196 |
|
164 |
- |
|
|