%global framework kapidox Name: kf6-%{framework} Version: 6.3.0 Release: 2%{?dist} Summary: KDE Frameworks 6 Tier 4 scripts and data for building API documentation License: BSD URL: https://invent.kde.org/frameworks/%{framework} Source0: https://download.kde.org/%{stable_kf6}/frameworks/%{majmin_ver_kf6}/%{framework}-%{version}.tar.xz ## downstream patches # Fix kapidox installing in a broken state. # See: https://invent.kde.org/frameworks/kapidox/-/issues/14 Patch0: fix-broken-installation.patch ## upstream patches # make sure BuildArch comes *after* patches, to ensure %%autosetup works right BuildArch: noarch BuildRequires: kf6-rpm-macros BuildRequires: python3-devel Requires: kf6-filesystem Requires: doxygen Requires: qt6-doc-devel # Required for the import test BuildRequires: python3dist(gv) %global __python %{__python3} %global python_sitelib %{python3_sitelib} %description Scripts and data for building API documentation (dox) in a standard format and style. %prep %autosetup -n %{framework}-%{version} -p1 %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files kapidox %check # Test suite don't run, so we'll do a simple import test. %pyproject_check_import %files -f %{pyproject_files} %license LICENSES/*.txt %{_kf6_bindir}/depdiagram_generate_all %{_kf6_bindir}/kapidox-depdiagram-generate %{_kf6_bindir}/kapidox-depdiagram-prepare %{_kf6_bindir}/kapidox-generate %changelog * Fri Jun 07 2024 Python Maint - 6.3.0-2 - Rebuilt for Python 3.13 * Sat Jun 01 2024 Marc Deop i Argemí - 6.3.0-1 - 6.3.0 * Sat May 04 2024 Marc Deop i Argemí - 6.2.0-1 - 6.2.0 * Wed Apr 10 2024 Marc Deop i Argemí - 6.1.0-1 - 6.1.0 * Wed Feb 21 2024 Marc Deop i Argemí - 6.0.0-1 - 6.0.0 * Wed Jan 31 2024 Marc Deop i Argemí - 5.249.0-1 - 5.249.0 * Thu Jan 25 2024 Fedora Release Engineering - 5.248.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering - 5.248.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Jan 10 2024 Marc Deop i Argemí - 5.248.0-1 - 5.248.0 * Thu Jan 04 2024 Steve Cossette - 5.247.0-2 - Added patch to fix broken installation * Thu Jan 04 2024 Steve Cossette - 5.247.0-1 - 5.247.0 for KF6 API