%global framework purpose Name: kf6-%{framework} Version: 6.29.0 Release: 1%{?dist} Summary: KDE Frameworks 6 Tier 3 solution for sharing content License: LGPL-2.1-or-later URL: https://invent.kde.org/frameworks/%{framework} Source0: https://download.kde.org/stable/frameworks/6.29/%{framework}-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: kf6-rpm-macros BuildRequires: qt6-qtbase-devel BuildRequires: qt6-qtdeclarative-devel BuildRequires: cmake(KF6CoreAddons) BuildRequires: cmake(KF6I18n) BuildRequires: cmake(KF6Config) BuildRequires: cmake(KF6Kirigami) BuildRequires: cmake(KF6Notifications) BuildRequires: cmake(KF6KIO) BuildRequires: cmake(KF6Service) BuildRequires: cmake(KF6Prison) BuildRequires: cmake(KF6ItemModels) BuildRequires: cmake(KF6KCMUtils) %description Purpose is a Framework which focuses on providing available actions for a specific purpose, such as sharing content, over a variety of plugins (email, imgur, pastebin, telegram, save-as, etc.). Real top-level CMakeLists.txt read alongside every plugin's own CMakeLists.txt -- confirmed all plugins are self-contained, no optional external deps beyond Qt6/KF6 already built in this repo (KAccounts6 is soft-optional, only for YouTube/Nextcloud upload, dropped like every other KAccounts6 codepath in this session). %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel %{summary}. %prep %autosetup -n %{framework}-%{version} -p1 %build %cmake_kf6 %cmake_build_kf6 %install %cmake_install_kf6 %files %exclude %{_datadir}/locale/*/LC_MESSAGES/*.mo %license LICENSES/* %{_kf6_libdir}/libKF6Purpose.so.* %{_kf6_libdir}/libKF6PurposeWidgets.so.* %{_kf6_qmldir}/org/kde/purpose/ %{_kf6_qtplugindir}/kf6/purpose/ %{_kf6_datadir}/qlogging-categories6/purpose.categories %files devel %{_kf6_includedir}/Purpose/ %{_kf6_includedir}/PurposeWidgets/ %{_kf6_libdir}/cmake/KF6Purpose/ %{_kf6_libdir}/libKF6Purpose.so %{_kf6_libdir}/libKF6PurposeWidgets.so %changelog * Sun Aug 30 2026 Smech - 6.29.0-1 - Real upstream source. Discovered as a hard REQUIRED KF6 component while scoping plasma-discover's top-level CMakeLists.txt (used for Discover's "share" action, e.g. sending an app link via email). Not previously built in this repo. %exclude wildcard for locale content, matching this repo's KF6-namespaced-package convention throughout.