%global framework kplotting Name: kf6-%{framework} Version: 6.29.0 Release: 1%{?dist} Summary: KDE Frameworks 6 Tier 1 module for lightweight plotting License: GPL-2.0-or-later AND LGPL-2.0-or-later URL: https://invent.kde.org/frameworks/%{framework} Source0: https://download.kde.org/%{stable_kf6}/frameworks/%{majmin_ver_kf6}/%{framework}-%{version}.tar.xz BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: extra-cmake-modules >= %{version} BuildRequires: kf6-rpm-macros BuildRequires: pcre2-devel BuildRequires: perl-interpreter BuildRequires: cmake(Qt6Core) BuildRequires: cmake(Qt6UiPlugin) Requires: kde-filesystem %description KPlotting provides a lightweight widget for drawing simple plots. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: cmake(Qt6Core) %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %autosetup -n %{framework}-%{version} -p1 %build %cmake_kf6 %cmake_build_kf6 %install %cmake_install_kf6 %files %doc README.md %license LICENSES/*.txt %{_kf6_libdir}/libKF6Plotting.so.* %files devel %{_kf6_includedir}/KPlotting/ %{_kf6_libdir}/libKF6Plotting.so %{_kf6_libdir}/cmake/KF6Plotting/ %{_kf6_qtplugindir}/designer/kplotting6widgets.so %changelog * Sat Aug 29 2026 Smech - 6.29.0-1 - Real upstream source, trimmed doc/html, kde-filesystem Requires