Name: libplasma Version: 6.7.4 Release: 2%{?dist} Summary: Plasma is the foundation of the KDE user interface (v6) License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND LGPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only) AND Qt-LGPL-exception-1.1 URL: https://invent.kde.org/plasma/libplasma Source0: https://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: kf6-rpm-macros # Qt BuildRequires: cmake(Qt6Quick) BuildRequires: cmake(Qt6Gui) BuildRequires: cmake(Qt6Qml) BuildRequires: cmake(Qt6Svg) BuildRequires: cmake(Qt6QuickControls2) BuildRequires: cmake(Qt6DBus) BuildRequires: qt6-qtbase-private-devel BuildRequires: cmake(Qt6LinguistTools) # Qt5Compat.GraphicalEffects QML module: no qt6qml() auto-provides generator # exists on this distro (confirmed empty on the real container's rpm-build), # so the virtual capability from Fedora's reference spec is unusable here -- # depend on the real package directly instead. BuildRequires: qt6-qt5compat-devel Requires: qt6-qt5compat # KDE Frameworks -- org.kde.config/org.kde.kirigami/org.kde.ksvg QML modules # ship inside these same base packages, already guaranteed by the cmake() # BuildRequires below (devel subpkg Requires: base pkg at the same version), # so no separate qt6qml() capability is needed for them either. BuildRequires: cmake(KF6Config) BuildRequires: cmake(KF6CoreAddons) BuildRequires: cmake(KF6GlobalAccel) BuildRequires: cmake(KF6DocTools) BuildRequires: cmake(KF6GuiAddons) BuildRequires: cmake(KF6I18n) BuildRequires: cmake(KF6IconThemes) BuildRequires: cmake(KF6KIO) BuildRequires: cmake(KF6WindowSystem) BuildRequires: cmake(KF6Notifications) BuildRequires: cmake(KF6Package) BuildRequires: cmake(KF6KirigamiPlatform) BuildRequires: cmake(KF6Svg) BuildRequires: cmake(KF6ColorScheme) BuildRequires: cmake(KF6DBusAddons) # Plasma BuildRequires: cmake(PlasmaActivities) # Wayland BuildRequires: pkgconfig(wayland-protocols) BuildRequires: cmake(PlasmaWaylandProtocols) BuildRequires: cmake(Qt6WaylandClient) BuildRequires: pkgconfig(wayland-client) # examples BuildRequires: cmake(KF6Parts) BuildRequires: cmake(KF6WidgetsAddons) Requires: kde-filesystem %description %{summary}. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: cmake(Qt6Qml) Requires: cmake(Qt6Gui) Requires: cmake(KF6Package) Requires: cmake(KF6KirigamiPlatform) Requires: cmake(KF6WindowSystem) %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %autosetup -n %{name}-%{version} -p1 %build %cmake_kf6 %cmake_build_kf6 %install %cmake_install_kf6 mkdir -p %{buildroot}%{_kf6_datadir}/plasma/plasmoids mkdir -p %{buildroot}%{_kf6_qmldir}/org/kde/private %files %exclude %{_datadir}/locale/*/LC_MESSAGES/*.qm %exclude %{_datadir}/locale/*/LC_MESSAGES/*.mo %dir %{_kf6_qmldir}/org/ %dir %{_kf6_qmldir}/org/kde/ %dir %{_kf6_qmldir}/org/kde/private/ %doc README.md %license LICENSES/*.txt %{_kf6_datadir}/plasma/ %{_kf6_datadir}/qlogging-categories6/*plasma* %{_kf6_libdir}/libPlasma.so.* %{_kf6_libdir}/libPlasmaQuick.so.* %{_kf6_plugindir}/kirigami/ %{_kf6_plugindir}/packagestructure %{_kf6_qmldir}/org/kde/plasma/ %{_kf6_qmldir}/org/kde/kirigami/styles/Plasma/AbstractApplicationHeader.qml %files devel %dir %{_kf6_datadir}/kdevappwizard/ %{_kf6_datadir}/kdevappwizard/templates/ %{_includedir}/Plasma/ %{_includedir}/PlasmaQuick/ %{_kf6_libdir}/cmake/Plasma/ %{_kf6_libdir}/cmake/PlasmaQuick/ %{_kf6_libdir}/libPlasma.so %{_kf6_libdir}/libPlasmaQuick.so %changelog * Sat Aug 29 2026 Smech - 6.7.4-2 - devel headers install directly under /usr/include/Plasma and /usr/include/PlasmaQuick (not the KF6-namespaced includedir like most other frameworks) -- confirmed from the real "Installing:" cmake output after build 10917749 failed on "Directory not found" for the wrong path * Sat Aug 29 2026 Smech - 6.7.4-1 - Real upstream source; qt6qml() virtual capabilities dropped (no auto-provides generator on this distro) in favor of real package deps (qt6-qt5compat) or already-guaranteed transitive deps (kf6-kconfig, kf6-kirigami, kf6-ksvg via their cmake() BuildRequires)