diff --git a/qt5-qtremoteobjects.spec b/qt5-qtremoteobjects.spec index d222728..6837550 100644 --- a/qt5-qtremoteobjects.spec +++ b/qt5-qtremoteobjects.spec @@ -1,35 +1,40 @@ %global qt_module qtremoteobjects +# Disable automatic .la file removal +%global __brp_remove_la_files %nil + Summary: Qt5 - Qt Remote Objects Name: qt5-%{qt_module} -Version: 5.15.2 +Version: 5.15.10 Release: 1 -License: LGPLv2 with exceptions or GPLv3 with exceptions +# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details +License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 Url: http://www.qt.io %global majmin %(echo %{version} | cut -d. -f1-2) -Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz +Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz BuildRequires: make BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: qt5-qtbase-private-devel +#libQt5Core.so.5(Qt_5_PRIVATE_API)(64bit) %{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} BuildRequires: qt5-qtdeclarative-devel %description Qt Remote Objects (QtRO) is an inter-process communication (IPC) module developed for Qt. -%package devel +%package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: qt5-qtbase-devel%{?_isa} -%description devel +%description devel %{summary}. -%package examples +%package examples Summary: Programming examples for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} -%description examples +%description examples %{summary}. @@ -80,6 +85,9 @@ make install INSTALL_ROOT=%{buildroot} -C %{_target_platform} %changelog +* Mon Aug 21 2023 huayadong - 5.15.10-1 +- update to version 5.15.10-1 + * Tue Jun 28 2022 tanyulong - 5.15.2-1 - init package for openEuler diff --git a/qtremoteobjects-everywhere-opensource-src-5.15.10.tar.xz b/qtremoteobjects-everywhere-opensource-src-5.15.10.tar.xz new file mode 100644 index 0000000..73e7ef6 Binary files /dev/null and b/qtremoteobjects-everywhere-opensource-src-5.15.10.tar.xz differ diff --git a/qtremoteobjects-everywhere-src-5.15.2.tar.xz b/qtremoteobjects-everywhere-src-5.15.2.tar.xz deleted file mode 100644 index ce95a90..0000000 Binary files a/qtremoteobjects-everywhere-src-5.15.2.tar.xz and /dev/null differ