From 1a59850bc0bf6f4111818cf410aeee641b078418 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Mon, 24 Mar 2025 11:25:27 +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 67e3812..246b177 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.2 -Release: 2 +Release: 3 License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 Url: https://www.qt.io @@ -863,6 +863,9 @@ make check -k ||: %{_docdir}/qt6/* %changelog +* Mon Mar 24 2025 Funda Wang - 6.8.2-3 +- Build documentation + * Wed Mar 19 2025 Funda Wang - 6.8.2-2 - export private symbol as MAJOR.MINOR -- Gitee