!12 [sync] PR-11: [update] update version to 5.4.5

From: @openeuler-sync-bot 
Reviewed-by: @panchenbo 
Signed-off-by: @panchenbo
This commit is contained in:
openeuler-ci-bot 2022-07-28 14:07:54 +00:00 committed by Gitee
commit 80d068665f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 22 additions and 13 deletions

View File

@ -1,20 +1,32 @@
%global soname dframeworkdbus
%global repo dde-qt-dbus-factory
%if 0%{?fedora}
Name: deepin-qt-dbus-factory
%else
Name: dde-qt-dbus-factory
Version: 5.3.0.19
Release: 2
%endif
Version: 5.4.5
Release: 1%{?fedora:%dist}
Summary: A repository stores auto-generated Qt5 dbus code
# The entire source code is GPLv3+ except
# libdframeworkdbus/qtdbusextended/ which is LGPLv2+
License: GPLv3+ and LGPLv2+
%if 0%{?fedora}
URL: https://github.com/linuxdeepin/dde-qt-dbus-factory
Source0: %{url}/archive/%{version}/%{repo}-%{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-devel
BuildRequires: python3
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: qt5-qtbase-private-devel
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
%description
A repository stores auto-generated Qt5 dbus code.
@ -28,34 +40,32 @@ Requires: cmake-filesystem
Header files and libraries for %{name}.
%prep
%setup -q -n %{repo}-%{version}
%autosetup -p1 -n %{repo}-%{version}
sed -i "s/env python$/env python3/g" libdframeworkdbus/generate_code.py
sed -i "s/python/python3/g" libdframeworkdbus/libdframeworkdbus.pro
%build
%qmake_qt5 LIB_INSTALL_DIR=%{_libdir}
sed -i "s/python/python3/g" Makefile
%make_build
%install
%make_install INSTALL_ROOT=%{buildroot}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
#%doc README
%doc README.md CHANGELOG.md technology-overview.md
%license LICENSE
%{_libdir}/lib%{soname}.so.*
%{_libdir}/lib%{soname}.so.2*
%files devel
%{_includedir}/lib%{soname}-2.0/
%{_libdir}/pkgconfig/%{soname}.pc
%{_libdir}/lib%{soname}.so
%{_libdir}/cmake/DFrameworkdbus/DFrameworkdbusConfig.cmake
%{_libdir}/cmake/DFrameworkdbus/
%changelog
* Mon Jul 18 2022 konglidong <konglidong@uniontech.com> - 5.4.5-1
- Update to 5.4.5
* Sat Jan 29 2022 liweigang <liweiganga@uniontech.com> - 5.3.0.19-2
- fix build error
@ -64,4 +74,3 @@ sed -i "s/python/python3/g" Makefile
* Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.2.0.0-3
- Package init