upgrade to version 5.5.22

(cherry picked from commit 3add53d8e6a4389578db59d46ca0e6cf3be55d7f)
This commit is contained in:
leeffo 2023-07-31 15:42:11 +08:00 committed by openeuler-sync-bot
parent 79179610cd
commit 650c67d5f5
3 changed files with 6 additions and 14 deletions

Binary file not shown.

View File

@ -1,24 +1,14 @@
%global soname dframeworkdbus %global soname dframeworkdbus
%global repo dde-qt-dbus-factory
%if 0%{?fedora}
Name: deepin-qt-dbus-factory
%else
Name: dde-qt-dbus-factory Name: dde-qt-dbus-factory
%endif Version: 5.5.22
Version: 5.4.21
Release: 1%{?fedora:%dist} Release: 1%{?fedora:%dist}
Summary: A repository stores auto-generated Qt5 dbus code Summary: A repository stores auto-generated Qt5 dbus code
# The entire source code is GPLv3+ except # The entire source code is GPLv3+ except
# libdframeworkdbus/qtdbusextended/ which is LGPLv2+ # libdframeworkdbus/qtdbusextended/ which is LGPLv2+
License: GPLv3+ and LGPLv2+ License: GPLv3+ and LGPLv2+
%if 0%{?fedora}
URL: https://github.com/linuxdeepin/dde-qt-dbus-factory URL: https://github.com/linuxdeepin/dde-qt-dbus-factory
Source0: %{url}/archive/%{version}/%{repo}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
%else
URL: http://shuttle.corp.deepin.com/cache/repos/eagle/release-candidate/56qX566h6IGU6LCD5rWL6K-V6aqM6K-BMDUyMTQ5Mg/pool/main/d/dde-qt-dbus-factory/
Source0: %{name}_%{version}.orig.tar.xz
%endif
BuildRequires: python3 BuildRequires: python3
BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(gl)
@ -40,9 +30,8 @@ Requires: cmake-filesystem
Header files and libraries for %{name}. Header files and libraries for %{name}.
%prep %prep
%autosetup -p1 -n %{repo}-%{version} %autosetup -p1 -n %{name}-%{version}
sed -i "s/env python$/env python3/g" libdframeworkdbus/generate_code.py sed -i "s/env python$/env python3/g" libdframeworkdbus/generate_code.py
sed -i "s/python/python3/g" libdframeworkdbus/libdframeworkdbus.pro
%build %build
%qmake_qt5 LIB_INSTALL_DIR=%{_libdir} %qmake_qt5 LIB_INSTALL_DIR=%{_libdir}
@ -63,6 +52,9 @@ sed -i "s/python/python3/g" libdframeworkdbus/libdframeworkdbus.pro
%{_libdir}/cmake/DFrameworkdbus/ %{_libdir}/cmake/DFrameworkdbus/
%changelog %changelog
* Mon Jul 31 2023 leeffo <liweiganga@uniontech.com> - 5.5.22-1
- upgrade to version 5.5.22
* Mon Mar 27 2023 liweiganga <liweiganga@uniontech.com> - 5.4.21-1 * Mon Mar 27 2023 liweiganga <liweiganga@uniontech.com> - 5.4.21-1
- update: update to 5.4.21 - update: update to 5.4.21