Standardize the path name

(cherry picked from commit 1dcdb0c6c245892de41512c60dbdaa74b01dec88)
This commit is contained in:
hongjinghao 2023-06-19 11:42:33 +08:00 committed by openeuler-sync-bot
parent 94b2d68aa5
commit fb04925745
2 changed files with 5 additions and 2 deletions

View File

@ -3,13 +3,13 @@
Name: dbus-python
Version: 1.2.18
Release: 4
Release: 5
Summary: original Python binding for dbus
License: MIT and (AFL-2.1 or GPL-2.0-or-later)
URL: http://www.freedesktop.org/wiki/Software/DBusBindings/
Source0: http://dbus.freedesktop.org/releases/dbus-python/%{name}-%{version}.tar.gz
Source1: http://dbus.freedesktop.org/releases/dbus-python/%{name}-%{version}.tar.gz.asc
Patch0: 0001-Move-python-modules-to-architecture-specific-directo.patch
Patch0: Move-python-modules-to-architecture-specific-directo.patch
Patch1: Fix-deprecation-warnings-due-to-invalid-escape-seque.patch
BuildRequires: dbus-devel dbus-glib-devel glib2-devel
@ -91,6 +91,9 @@ make check -k -C python3-build || (cat python3-build/test-suite.log && true)
%doc NEWS ChangeLog README doc/API_CHANGES.txt doc/tutorial.txt
%changelog
* Mon Jun 19 2023 hongjinghao <hongjinghao@huawei.com> - 1.2.18-5
- Standardize the patch name
* Wed Jan 11 2023 hongjinghao <hongjinghao@huawei.com> - 1.2.18-4
- correct licenses and provide pythonXdist