From 23c12bc06b1a022f88e7ceb8db9f6f3cafb6acb2 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Mon, 24 Mar 2025 16:20:29 +0800 Subject: [PATCH] build documentation --- qt6-qtsvg.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/qt6-qtsvg.spec b/qt6-qtsvg.spec index b0fff86..ebe9f4e 100644 --- a/qt6-qtsvg.spec +++ b/qt6-qtsvg.spec @@ -1,13 +1,11 @@ %global qt_module qtsvg -%global examples 1 - -%bcond_with doc +%bcond_without doc Summary: Qt6 - Support for rendering and displaying SVG Name: qt6-%{qt_module} Version: 6.8.2 -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 %global majmin %(echo %{version} | cut -d. -f1-2) @@ -110,6 +108,9 @@ popd %endif %changelog +* Mon Mar 24 2025 Funda Wang - 6.8.2-2 +- build documentation + * Sat Feb 01 2025 Funda Wang - 6.8.2-1 - update to 6.8.2 - conditioned documentation build -- Gitee