Name: kcolorchooser Version: 26.08.0 Release: 1%{?dist} Summary: Color chooser and palette editor License: BSD-2-Clause AND CC0-1.0 AND GFDL-1.2-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT URL: https://apps.kde.org/kcolorchooser Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz BuildRequires: desktop-file-utils BuildRequires: extra-cmake-modules BuildRequires: kf6-rpm-macros BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: cmake(KF6CoreAddons) BuildRequires: cmake(KF6I18n) BuildRequires: cmake(KF6XmlGui) BuildRequires: cmake(Qt6Qml) BuildRequires: cmake(Qt6Core) BuildRequires: cmake(Qt6Gui) BuildRequires: cmake(Qt6Widgets) %description KColorChooser is KDE's color chooser and palette editor. The single smallest package built this phase: one .cpp file, three KF6 components, no KF6DocTools reference anywhere in the source at all (not even an optional one), no plugins, no separate icon-theme subdirectory. Full CMakeLists.txt read in one pass; nothing hidden. %prep %autosetup -p1 %build %cmake_kf6 %cmake_build_kf6 %install %cmake_install_kf6 %find_lang %{name} --with-html %files -f %{name}.lang %license LICENSES/* %{_kf6_bindir}/kcolorchooser %{_datadir}/applications/org.kde.kcolorchooser.desktop %{_kf6_metainfodir}/org.kde.kcolorchooser.appdata.xml %{_datadir}/icons/hicolor/*/apps/kcolorchooser.png %changelog * Sun Aug 30 2026 Smech - 26.08.0-1 - Real upstream source. %%files built directly from the four real install() calls in the single flat CMakeLists.txt.