Name: kdialog Version: 26.08.0 Release: 1%{?dist} Summary: Show dialog boxes from shell scripts License: BSD-2-Clause AND CC0-1.0 AND GFDL-1.2-only AND GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT URL: https://apps.kde.org/kdialog 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(KF6TextWidgets) BuildRequires: cmake(KF6Notifications) BuildRequires: cmake(KF6GuiAddons) BuildRequires: cmake(KF6IconThemes) BuildRequires: cmake(KF6WindowSystem) BuildRequires: cmake(KF6KIO) BuildRequires: cmake(KF6DBusAddons) BuildRequires: cmake(Qt6Qml) BuildRequires: cmake(Qt6Core) BuildRequires: cmake(Qt6DBus) %description KDialog is KDE's command-line tool for showing dialog boxes from shell scripts. Full CMakeLists.txt read (top-level, src/) -- no KF6DocTools reference anywhere in this source at all, minimal dependency tree, every KF6 component already built earlier in this repo. Two binaries ship: kdialog itself and kdialog_progress_helper (a small D-Bus-driven progress-bar helper process). %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}/kdialog %{_kf6_bindir}/kdialog_progress_helper %{_datadir}/applications/org.kde.kdialog.desktop %{_kf6_metainfodir}/org.kde.kdialog.metainfo.xml %{_datadir}/dbus-1/interfaces/org.kde.kdialog.ProgressDialog.xml %changelog * Sun Aug 30 2026 Smech - 26.08.0-1 - Real upstream source. %%files built from the five real install() calls across CMakeLists.txt and src/CMakeLists.txt.