rebuilt with python 3.10 [release 1.2.18-2mamba;Fri Apr 08 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 11:01:52 +01:00
parent 8ca6338711
commit c164c37959

View File

@ -1,6 +1,6 @@
Name: python-dbus Name: python-dbus
Version: 1.2.18 Version: 1.2.18
Release: 1mamba Release: 2mamba
Summary: D-Bus python bindings for use with python programs Summary: D-Bus python bindings for use with python programs
Group: System/Libraries/Python Group: System/Libraries/Python
Vendor: openmamba Vendor: openmamba
@ -8,12 +8,12 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.freedesktop.org/wiki/Software/dbus/ URL: https://www.freedesktop.org/wiki/Software/dbus/
Source: https://dbus.freedesktop.org/releases/dbus-python/dbus-python-%{version}.tar.gz Source: https://dbus.freedesktop.org/releases/dbus-python/dbus-python-%{version}.tar.gz
#Source: https://pypi.debian.net/dbus-python/dbus-python-%{version}.tar.gz
License: GPL, Academic Free License License: GPL, Academic Free License
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libdbus-devel BuildRequires: libdbus-devel
BuildRequires: libglib-devel BuildRequires: libglib-devel
BuildRequires: libpython3-devel
BuildRequires: libsystemd-devel BuildRequires: libsystemd-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
@ -31,6 +31,12 @@ Obsoletes: dbus-python-devel < 1.2.16-1mamba
D-Bus python bindings for use with python programs. D-Bus python bindings for use with python programs.
This package contains static libraries and header files need for development. This package contains static libraries and header files need for development.
%if "0%{?with_pyver}" == "027"
%define py_requires_append \
Provides: python-dbus \
Obsoletes: python-dbus < 1.2.18-2mamba
%endif
%if 0%{?with_pyver} %if 0%{?with_pyver}
%pyver_package %pyver_package
%endif %endif
@ -77,6 +83,9 @@ rm -rf %{buildroot}%{_datadir}/doc/dbus-python
%doc ChangeLog NEWS README doc/*.txt %doc ChangeLog NEWS README doc/*.txt
%changelog %changelog
* Fri Apr 08 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.18-2mamba
- rebuilt with python 3.10
* Sun Jul 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.18-1mamba * Sun Jul 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.18-1mamba
- update to 1.2.18 - update to 1.2.18