Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Marie Loise Nolden
43e0170880 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
2025-06-16 17:11:10 +02:00

View file

@ -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 <loise@kde.org> - 6.8.1-2
- add *.index files to devel
* Mon Dec 30 2024 Marie Loise Nolden <loise@kde.org> - 6.8.1-1
- 6.8.1