This commit is contained in:
2026-02-12 15:51:14 +08:00
parent b5032bd496
commit a187c20d5e
2 changed files with 7 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ Release: %autorelease
Summary: An application crash handler
License: LGPL-2.1-or-later
URL: https://www.kde.org
#!RemoteAsset: sha256:
#!RemoteAsset:
Source: https://download.kde.org/stable/frameworks/6.22/%{rname}-%{version}.tar.xz
BuildRequires: fdupes
@@ -36,17 +36,9 @@ BuildRequires: qt6-linguist
%description
KCrash provides support for intercepting and handling application crashes.
%package -n libKF6Crash6
Summary: An application crash handler
Requires: kf6-kcrash >= %{version}
Recommends: drkonqi6
%description -n libKF6Crash6
KCrash provides support for intercepting and handling application crashes.
%package devel
Summary: Build environment for the KCrash application crash handler
Requires: libKF6Crash6 = %{version}
Requires: %{name} = %{version}-%{release}
Requires: cmake(Qt6Core) >= %{qt6_version}
%description devel
@@ -66,14 +58,11 @@ Development files.
%fdupes %{buildroot}
%files
%{_kf6_debugdir}/kcrash.categories
%{_kf6_debugdir}/kcrash.renamecategories
%files -n libKF6Crash6
%license LICENSES/*
%doc README*
%{_kf6_debugdir}/kcrash.categories
%{_kf6_debugdir}/kcrash.renamecategories
%{_kf6_libdir}/libKF6Crash.so.*
%files devel

View File

@@ -10,8 +10,10 @@ Release: %autorelease
Summary: Wayland protocols used by Plasma
License: BSD-3-Clause AND LGPL-2.1-only AND LGPL-2.1-or-later AND MIT
URL: https://www.kde.org
VCS: https://invent.kde.org/libraries/plasma-wayland-protocols
#!RemoteAsset
Source0: https://download.kde.org/stable/plasma-wayland-protocols/plasma-wayland-protocols-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: kf6-extra-cmake-modules
BuildRequires: pkgconfig(wayland-scanner)
@@ -37,3 +39,4 @@ KDE Plasma.
%{_kf6_cmakedir}/PlasmaWaylandProtocols/
%changelog
%{?autochangelog}