2014-02-07 22:42:15 +01:00
|
|
|
#
|
|
|
|
# spec file for package kcrash
|
|
|
|
#
|
2020-01-11 17:28:27 +01:00
|
|
|
# Copyright (c) 2020 SUSE LLC
|
2014-02-07 22:42:15 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2018-10-16 14:24:14 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-02-07 22:42:15 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2014-03-01 19:33:09 +01:00
|
|
|
%define lname libKF5Crash5
|
2020-11-14 14:00:33 +01:00
|
|
|
%define _tar_path 5.76
|
2017-09-13 14:17:26 +02:00
|
|
|
# Full KF5 version (e.g. 5.33.0)
|
|
|
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
|
|
|
# Last major and minor KF5 version (e.g. 5.33)
|
2018-07-17 10:57:50 +02:00
|
|
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
2019-08-11 23:07:09 +02:00
|
|
|
# Only needed for the package signature condition
|
|
|
|
%bcond_without lang
|
2014-02-07 22:42:15 +01:00
|
|
|
Name: kcrash
|
2020-11-14 14:00:33 +01:00
|
|
|
Version: 5.76.0
|
2014-02-07 22:42:15 +01:00
|
|
|
Release: 0
|
2019-02-06 06:46:31 +01:00
|
|
|
Summary: An application crash handler
|
2018-08-20 14:58:36 +02:00
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
Group: System/GUI/KDE
|
2018-10-16 14:24:14 +02:00
|
|
|
URL: https://www.kde.org
|
2019-08-11 23:07:09 +02:00
|
|
|
Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
|
2019-08-12 02:06:00 +02:00
|
|
|
%if %{with lang}
|
2019-08-11 23:07:09 +02:00
|
|
|
Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
|
|
|
|
Source2: frameworks.keyring
|
|
|
|
%endif
|
|
|
|
Source99: baselibs.conf
|
2017-09-13 14:17:26 +02:00
|
|
|
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
2014-02-07 22:42:15 +01:00
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: kf5-filesystem
|
2018-08-20 14:58:36 +02:00
|
|
|
BuildRequires: pkgconfig
|
2019-09-13 09:44:52 +02:00
|
|
|
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
|
|
|
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
|
2020-02-08 01:14:11 +01:00
|
|
|
BuildRequires: cmake(Qt5Core) >= 5.12.0
|
|
|
|
BuildRequires: cmake(Qt5Test) >= 5.12.0
|
|
|
|
BuildRequires: cmake(Qt5X11Extras) >= 5.12.0
|
2014-02-07 22:42:15 +01:00
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
|
|
|
|
%description
|
2014-02-11 00:18:48 +01:00
|
|
|
KCrash provides support for intercepting and handling application crashes.
|
2014-02-07 22:42:15 +01:00
|
|
|
|
2018-08-20 14:58:36 +02:00
|
|
|
%package -n %{lname}
|
2019-02-06 06:46:31 +01:00
|
|
|
Summary: An application crash handler
|
2014-02-07 22:42:15 +01:00
|
|
|
Group: System/GUI/KDE
|
2014-08-22 20:56:17 +02:00
|
|
|
Recommends: drkonqi5
|
2014-02-07 22:42:15 +01:00
|
|
|
|
2018-08-20 14:58:36 +02:00
|
|
|
%description -n %{lname}
|
2014-02-11 00:18:48 +01:00
|
|
|
KCrash provides support for intercepting and handling application crashes.
|
2014-02-07 22:42:15 +01:00
|
|
|
|
|
|
|
%package devel
|
2019-02-06 06:46:31 +01:00
|
|
|
Summary: Build environment for the KCrash application crash handler
|
2014-02-07 22:42:15 +01:00
|
|
|
Group: Development/Libraries/KDE
|
2018-08-20 14:58:36 +02:00
|
|
|
Requires: %{lname} = %{version}
|
2014-02-07 22:42:15 +01:00
|
|
|
Requires: extra-cmake-modules
|
2020-02-08 01:14:11 +01:00
|
|
|
Requires: cmake(Qt5Core) >= 5.12.0
|
2014-02-07 22:42:15 +01:00
|
|
|
|
|
|
|
%description devel
|
2014-02-11 00:18:48 +01:00
|
|
|
KCrash provides support for intercepting and handling application crashes.
|
|
|
|
Development files.
|
2014-02-07 22:42:15 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake_kf5 -d build
|
2020-02-08 01:14:11 +01:00
|
|
|
%cmake_build
|
2014-02-07 22:42:15 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
%kf5_makeinstall -C build
|
2015-04-10 18:47:47 +02:00
|
|
|
%fdupes %{buildroot}
|
2014-02-07 22:42:15 +01:00
|
|
|
|
2018-08-20 14:58:36 +02:00
|
|
|
%post -n %{lname} -p /sbin/ldconfig
|
|
|
|
%postun -n %{lname} -p /sbin/ldconfig
|
2014-02-07 22:42:15 +01:00
|
|
|
|
2018-08-20 14:58:36 +02:00
|
|
|
%files -n %{lname}
|
2020-07-11 12:30:45 +02:00
|
|
|
%license LICENSES/*
|
2018-08-20 14:58:36 +02:00
|
|
|
%doc README*
|
2018-01-17 16:06:46 +01:00
|
|
|
%{_kf5_debugdir}/*.categories
|
2020-08-09 09:39:36 +02:00
|
|
|
%{_kf5_debugdir}/*.renamecategories
|
2020-07-11 12:30:45 +02:00
|
|
|
%{_kf5_libdir}/libKF5Crash.so.*
|
2014-02-07 22:42:15 +01:00
|
|
|
|
|
|
|
%files devel
|
2020-07-11 12:30:45 +02:00
|
|
|
%license LICENSES/*
|
2014-02-07 22:42:15 +01:00
|
|
|
%dir %{_kf5_includedir}/*/
|
|
|
|
%{_kf5_includedir}/*.h
|
2020-07-11 12:30:45 +02:00
|
|
|
%{_kf5_includedir}/*/
|
|
|
|
%{_kf5_libdir}/cmake/KF5Crash/
|
|
|
|
%{_kf5_libdir}/libKF5Crash.so
|
2014-02-07 22:42:15 +01:00
|
|
|
%{_kf5_mkspecsdir}/qt_KCrash.pri
|
|
|
|
|
|
|
|
%changelog
|