From 29bb46af849922a2c25c0ce2d8029b240970f818 Mon Sep 17 00:00:00 2001 From: Marie Loise Nolden Date: Tue, 9 Jan 2024 23:02:29 +0000 Subject: [PATCH] add doc package with QCH API Docs --- kf6-kconfig.spec | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/kf6-kconfig.spec b/kf6-kconfig.spec index 4f52cec..1e613e3 100644 --- a/kf6-kconfig.spec +++ b/kf6-kconfig.spec @@ -2,11 +2,11 @@ Name: kf6-%{framework} Version: 5.247.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 6 Tier 1 addon with advanced configuration system License: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND MIT URL: https://invent.kde.org/frameworks/%{framework} -Source0: http://download.kde.org/%{stable_kf6}/frameworks/%{majmin_ver_kf6}/%{framework}-%{version}.tar.xz +Source0: https://download.kde.org/%{stable_kf6}/frameworks/%{majmin_ver_kf6}/%{framework}-%{version}.tar.xz BuildRequires: cmake BuildRequires: gcc-c++ @@ -33,6 +33,11 @@ Requires: cmake(Qt6Qml) The %{name}-devel package contains libraries and header files for developing applications that use %{name}. +%package doc +Summary: Developer Documentation files for %{name} +%description doc +Developer Documentation files for %{name} for use with KDevelop or QtCreator. + %prep %autosetup -n %{framework}-%{version} -p1 @@ -77,8 +82,15 @@ developing applications that use %{name}. %{_kf6_libdir}/libKF6ConfigCore.so %{_kf6_libdir}/libKF6ConfigGui.so %{_kf6_libdir}/libKF6ConfigQml.so +%{_qt6_docdir}/*.tags + +%files doc +%{_qt6_docdir}/*.qch %changelog +* Tue Jan 09 2024 Marie Loise Nolden - 5.247.0-2 +- add doc package for KF6 API + * Wed Dec 20 2023 Marc Deop i Argemí - 5.247.0-1 - 5.247.0