Plasma 5.13 Beta
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/drkonqi5?expand=0&rev=29
This commit is contained in:
committed by
Git OBS Bridge
parent
79cf259c2c
commit
847f3cf195
@@ -16,20 +16,20 @@
|
||||
#
|
||||
|
||||
|
||||
%define kf5_version 5.34.0
|
||||
%define kf5_version 5.45.0
|
||||
%bcond_without lang
|
||||
Name: drkonqi5
|
||||
# Full Plasma 5 version (e.g. 5.9.1)
|
||||
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
|
||||
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
|
||||
# Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
|
||||
%{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
||||
Version: 5.12.5
|
||||
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
||||
Version: 5.12.90
|
||||
Release: 0
|
||||
Summary: Helper for debugging and reporting crashes
|
||||
License: GPL-2.0+
|
||||
Group: Development/Tools/Debuggers
|
||||
Url: http://www.kde.org/
|
||||
Source: http://download.kde.org/stable/plasma/%{version}/drkonqi-%{version}.tar.xz
|
||||
Source: http://download.kde.org/unstable/plasma/%{version}/drkonqi-%{version}.tar.xz
|
||||
# PATCHES 100-199 are from upstream 5.11 branch
|
||||
# PATCHES 200-299 and above are from upstream master/5.12 branch
|
||||
BuildRequires: extra-cmake-modules >= 1.8.0
|
||||
@@ -77,12 +77,13 @@ The KDE Crash Handler gives the user feedback if a program has crashed.
|
||||
%{buildroot}%{_kf5_bindir}/installdbgsymbols.sh
|
||||
|
||||
%files
|
||||
%doc COPYING
|
||||
%license COPYING
|
||||
%{_kf5_bindir}/installdbgsymbols.sh
|
||||
%dir %{_kf5_libdir}/libexec
|
||||
%{_kf5_libdir}/libexec/drkonqi
|
||||
%{_kf5_sharedir}/drkonqi/
|
||||
%{_kf5_applicationsdir}/org.kde.drkonqi.desktop
|
||||
%{_kf5_debugdir}/drkonqi.categories
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
|
Reference in New Issue
Block a user