From 9e9196a5d1de694d91ad1b98f8e55474f9fd679a Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sun, 2 Nov 2025 18:33:23 +0800 Subject: [PATCH] 5.15.18 --- ...d-everywhere-opensource-src-5.15.18.tar.xz | 4 ++-- qt5-qt3d.spec | 19 ++++++++++++++++--- 2 files changed, 18 insertions(+), 5 deletions(-) rename qt3d-everywhere-opensource-src-5.15.16.tar.xz => qt3d-everywhere-opensource-src-5.15.18.tar.xz (32%) diff --git a/qt3d-everywhere-opensource-src-5.15.16.tar.xz b/qt3d-everywhere-opensource-src-5.15.18.tar.xz similarity index 32% rename from qt3d-everywhere-opensource-src-5.15.16.tar.xz rename to qt3d-everywhere-opensource-src-5.15.18.tar.xz index 207db15..e87742a 100644 --- a/qt3d-everywhere-opensource-src-5.15.16.tar.xz +++ b/qt3d-everywhere-opensource-src-5.15.18.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:298cd68388a2441369ad25e97f6ee4382da4fa8e6405c4505d6d4ac7165973db -size 118265056 +oid sha256:642433ce7a058f537d93766a72b40f838efc897f9e442a825824d094ede1b3a3 +size 118255028 diff --git a/qt5-qt3d.spec b/qt5-qt3d.spec index c41a767..cc29929 100644 --- a/qt5-qt3d.spec +++ b/qt5-qt3d.spec @@ -4,12 +4,11 @@ Summary: Qt5 - Qt3D QML bindings and C++ APIs Name: qt5-%{qt_module} -Version: 5.15.16 +Version: 5.15.18 Release: 1 License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 Url: https://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-opensource-src-%{version}.tar.xz +Source0: https://download.qt.io/archive/qt/%{version_major_minor}/%{version}/submodules/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz Source1: qt3dcore-config-multilib_p.h BuildRequires: make @@ -21,6 +20,7 @@ BuildRequires: qt5-qtdeclarative-devel BuildRequires: qt5-qtimageformats BuildRequires: qt5-qtxmlpatterns-devel BuildRequires: pkgconfig(assimp) >= 3.3.1 +BuildRequires: qt5-doctools Requires: qt5-qtimageformats%{?_isa} >= %{version} %description @@ -40,6 +40,12 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %description examples %{summary}. +%package doc +Summary: Documentation for %{name} +Buildarch: noarch + +%description doc +%{summary}. %prep %setup -q -n %{qt_module}-everywhere-src-%{version} @@ -48,9 +54,11 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %build %{qmake_qt5} %qmake_qt5_build +%qmake_qt5_build docs %install %qmake_qt5_install +%qmake_qt5_install install_docs %ifarch %{multilib_archs} # multilib: qt3dcore-config_p.h @@ -91,8 +99,13 @@ popd %files examples %{_qt5_examplesdir}/ +%files doc +%{_qt5_docdir}/* %changelog +* Sun Nov 02 2025 Funda Wang - 5.15.18-1 +- update to version 5.15.18 + * Thu Apr 10 2025 Funda Wang - 5.15.16-1 - update to version 5.15.16 -- Gitee