%global debug_package %{nil} Name: plasma-wayland-protocols Version: 1.21.0 Release: 1%{?dist} Summary: Plasma Specific Protocols for Wayland License: BSD-3-Clause AND CC0-1.0 AND LGPL-2.1-or-later AND MIT-CMU URL: https://invent.kde.org/libraries/%{name} Source0: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz BuildRequires: kf6-rpm-macros BuildRequires: extra-cmake-modules %description KDE's own Wayland protocol extensions, genuinely missing from Azure Linux's server-focused repos. Trimmed from Fedora's spec: dropped the qt5-qtbase-devel BuildRequires -- Qt5 doesn't exist on this target at all, and this is a protocol-definitions package with no real functional Qt5 dependency; it's a legacy leftover from Fedora's KF5/KF6 transition period. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %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 %files %license LICENSES/* COPYING.LIB %{_kf6_datadir}/plasma-wayland-protocols/ %files devel %{_kf6_datadir}/cmake/PlasmaWaylandProtocols/ %changelog * Sat Aug 29 2026 Smech - 1.21.0-1 - Real upstream source, dropped legacy qt5-qtbase-devel BuildRequires