From 514d450f42ccfa285e1dc9097697496506e917f4 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sun, 6 Jul 2025 22:47:28 +0800 Subject: [PATCH] build documentation --- qt6-qtbase.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qt6-qtbase.spec b/qt6-qtbase.spec index 918a5f5..db908bc 100644 --- a/qt6-qtbase.spec +++ b/qt6-qtbase.spec @@ -2,7 +2,7 @@ %global multilib_archs x86_64 %{ix86} %{?mips} ppc64 ppc s390x s390 sparc64 sparcv9 riscv64 loongarch64 %global multilib_basearchs x86_64 %{?mips64} ppc64 s390x sparc64 riscv64 loongarch64 -%bcond_with doc +%bcond_without doc %ifarch s390x ppc64le aarch64 armv7hl riscv64 loongarch64 %global no_sse2 1 @@ -23,7 +23,7 @@ Name: qt6-qtbase Summary: Qt6 - QtBase components Version: 6.8.3 -Release: 1 +Release: 2 License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 Url: https://www.qt.io @@ -873,6 +873,9 @@ make check -k ||: %{_docdir}/qt6/* %changelog +* Sun Jul 06 2025 Funda Wang - 6.8.3-2 +- Build documentation + * Wed Jun 04 2025 Funda Wang - 6.8.3-1 - update to 6.8.3 -- Gitee