From 43e0170880713ba5f8c88dfec98497146e5d9778 Mon Sep 17 00:00:00 2001 From: Marie Loise Nolden Date: Tue, 10 Jun 2025 21:06:11 +0000 Subject: [PATCH] add *.index files to -devel For kf6-6.15.0 the api doc generation switched to using qdoc where the tags files are not enough and index files do the crosslinking, so add them to -devel to pick them up automatically for proper API doc generation --- qt6-doc.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/qt6-doc.spec b/qt6-doc.spec index e3ce7bb..09e7c43 100644 --- a/qt6-doc.spec +++ b/qt6-doc.spec @@ -1,7 +1,7 @@ Name: qt6-doc Summary: Qt6 - Complete documentation Version: 6.8.1 -Release: 1%{?dist} +Release: 2%{?dist} BuildArch: noarch License: GFDL @@ -54,11 +54,16 @@ tar xf %{SOURCE0} -C %{buildroot} %files html %{_qt6_docdir}/*/* %exclude %{_qt6_docdir}/*/*.tags +%exclude %{_qt6_docdir}/*/*.index %files devel %{_qt6_docdir}/*/*.tags +%{_qt6_docdir}/*/*.index %changelog +* Tue Jun 10 2025 Marie Loise Nolden - 6.8.1-2 +- add *.index files to devel + * Mon Dec 30 2024 Marie Loise Nolden - 6.8.1-1 - 6.8.1