From 6948a02f61eb95d7927620e55128ab94d6decc1a Mon Sep 17 00:00:00 2001 From: Marie Loise Nolden Date: Tue, 9 Jan 2024 12:02:50 +0000 Subject: [PATCH] add doc package with QCH API Docs --- kf6-ki18n.spec | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/kf6-ki18n.spec b/kf6-ki18n.spec index af27b0c..5da6e5c 100644 --- a/kf6-ki18n.spec +++ b/kf6-ki18n.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 for localization License: BSD-3-Clause AND CC0-1.0 AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND LicenseRef-KDE-Accepted-LGPL AND ODbL-1.0 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++ @@ -34,6 +34,10 @@ Requires: python3 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,9 +81,15 @@ developing applications that use %{name}. %{_kf6_libdir}/libKF6I18n.so %{_kf6_libdir}/libKF6I18nLocaleData.so %{_kf6_libdir}/cmake/KF6I18n/ - +%{_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