%global framework knotifications Name: kf6-%{framework} Version: 6.29.0 Release: 1%{?dist} Summary: Abstraction for system notifications License: BSD-3-Clause AND CC0-1.0 AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND (LGPL-2.1-only OR LGPL-3.0-only) URL: https://invent.kde.org/frameworks/%{framework} Source0: https://download.kde.org/%{stable_kf6}/frameworks/%{majmin_ver_kf6}/%{framework}-%{version}.tar.xz BuildRequires: extra-cmake-modules >= %{version} BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: kf6-rpm-macros BuildRequires: cmake(Qt6Gui) BuildRequires: cmake(Qt6DBus) BuildRequires: cmake(Qt6Qml) BuildRequires: libcanberra-devel BuildRequires: cmake(KF6Config) Requires: kde-filesystem %description KNotifications is used to notify the user of an event. It abstracts notification systems, that can include, but not limited to, a plain message box, or a system tray widget. Uses libcanberra (ALSA backend, built from real upstream source elsewhere in this repo) for audio notification support. Built with BUILD_PYTHON_BINDINGS=OFF: no PySide6/Shiboken6 toolchain pulled in. %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 %{framework}-%{version} -p1 %build %cmake_kf6 -DBUILD_PYTHON_BINDINGS=OFF %cmake_build_kf6 %install %cmake_install_kf6 mkdir -p %{buildroot}/%{_kf6_datadir}/knotifications6 %files %exclude %{_datadir}/locale/*/LC_MESSAGES/*.qm %doc README.md %license LICENSES/*.txt %{_kf6_datadir}/qlogging-categories6/%{framework}.* %{_kf6_libdir}/libKF6Notifications.so.* %dir %{_kf6_datadir}/knotifications6 %{_libdir}/qt6/qml/org/kde/notification/kde-qmlmodule.version %{_libdir}/qt6/qml/org/kde/notification/knotificationqmlplugin.qmltypes %{_libdir}/qt6/qml/org/kde/notification/libknotificationqmlplugin.so %{_libdir}/qt6/qml/org/kde/notification/qmldir %files devel %{_kf6_includedir}/KNotifications/ %{_kf6_libdir}/libKF6Notifications.so %{_kf6_libdir}/cmake/KF6Notifications/ %changelog * Sat Aug 29 2026 Smech - 6.29.0-1 - Real upstream source, real libcanberra ALSA backend, Python bindings disabled, %exclude wildcard for locale content, kde-filesystem Requires