%global base_name drkonqi Name: plasma-drkonqi Summary: DrKonqi crash handler for KF5/Plasma5 Version: 5.12.8 Release: 1%{?dist} License: GPLv2+ URL: https://cgit.kde.org/%{base_name}.git %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 %global stable unstable %else %global stable stable %endif Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{base_name}-%{version}.tar.xz ## upstreamable Patches # dnf debuginfo-install Patch52: drkonqi-installdbgsymbols.patch BuildRequires: extra-cmake-modules BuildRequires: kf5-rpm-macros BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtx11extras-devel BuildRequires: cmake(KF5CoreAddons) BuildRequires: cmake(KF5I18n) BuildRequires: cmake(KF5Notifications) BuildRequires: cmake(KF5Service) BuildRequires: cmake(KF5ConfigWidgets) BuildRequires: cmake(KF5JobWidgets) BuildRequires: cmake(KF5KIO) BuildRequires: cmake(KF5Crash) BuildRequires: cmake(KF5XmlRpcClient) BuildRequires: cmake(KF5Wallet) BuildRequires: cmake(KF5IdleTime) #BuildRequires: cmake(Qt5X11Extras) # retired from plasma-workspace Obsoletes: plasma-workspace-drkonqi < 5.10.95 Provides: plasma-workspace-drkonqi = %{version}-%{release} Requires: yum-utils Requires: konsole5 Requires: polkit # owner of setsebool Requires(post): policycoreutils %description %{summary} %prep %setup -q -n %{base_name}-%{version} %patch52 -p1 -b .installdgbsymbols %build mkdir %{_target_platform} pushd %{_target_platform} %{cmake_kf5} .. popd make %{?_smp_mflags} -C %{_target_platform} %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} # installdbgsymbols script install -p -D -m755 src/doc/examples/installdbgsymbols_fedora.sh \ %{buildroot}%{_libexecdir}/installdbgsymbols.sh %find_lang all --with-html --with-qt --all-name grep drkonqi5.mo all.lang > plasma-drkonqi.lang %post # make DrKonqi work by default by taming SELinux enough (suggested by dwalsh) # if KDE_DEBUG is set, DrKonqi is disabled, so do nothing # if it is unset (or empty), check if deny_ptrace is already disabled # if not, disable it if [ -z "$KDE_DEBUG" ] ; then if [ "`getsebool deny_ptrace 2>/dev/null`" == 'deny_ptrace --> on' ] ; then setsebool -P deny_ptrace off &> /dev/null || : fi fi %files -f plasma-drkonqi.lang %license COPYING %{_libexecdir}/drkonqi %{_libexecdir}/installdbgsymbols.sh %{_kf5_datadir}/drkonqi/ %{_kf5_datadir}/applications/org.kde.drkonqi.desktop %changelog * Fri Nov 09 2018 Rex Dieter - 5.12.7-1 - 5.12.7 * Wed Jun 27 2018 Rex Dieter - 5.12.6-1 - 5.12.6 * Tue May 01 2018 Rex Dieter - 5.12.5-1 - 5.12.5 * Tue Mar 27 2018 Rex Dieter - 5.12.4-1 - 5.12.4 * Tue Mar 06 2018 Rex Dieter - 5.12.3-1 - 5.12.3 * Wed Feb 21 2018 Jan Grulich - 5.12.2-1 - 5.12.2 * Tue Feb 13 2018 Jan Grulich - 5.12.1-1 - 5.12.1 * Fri Feb 09 2018 Fedora Release Engineering - 5.12.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Feb 02 2018 Jan Grulich - 5.12.0-1 - 5.12.0 * Mon Jan 15 2018 Jan Grulich - 5.11.95-1 - 5.11.95 * Tue Jan 02 2018 Rex Dieter - 5.11.5-1 - 5.11.5 * Thu Nov 30 2017 Martin Kyral - 5.11.4-1 - 5.11.4 * Wed Nov 22 2017 Rex Dieter - 5.11.3-1 - 5.11.3 * Wed Oct 25 2017 Martin Kyral - 5.11.2-1 - 5.11.2 * Tue Oct 17 2017 Rex Dieter - 5.11.1-1 - 5.11.1 * Wed Oct 11 2017 Martin Kyral - 5.11.0-1 - 5.11.0 * Wed Oct 11 2017 Martin Kyral - 5.11.0-0.1 - 5.11.0 * Thu Sep 14 2017 Martin Kyral - 5.10.95-1 - 5.10.95 (split from plasma-workspace)