Plasma 5.22.2.1. The .1 needed overwriting of _plasma5_bugfix for now

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=307
This commit is contained in:
Wolfgang Bauer
2021-06-23 12:39:58 +00:00
committed by Git OBS Bridge
parent 137b41cb66
commit 015477fc64
6 changed files with 27 additions and 18 deletions

View File

@@ -19,19 +19,19 @@
%bcond_without lang
%global systemstatssover 1
Name: libksysguard5
Version: 5.22.1
Version: 5.22.2.1
Release: 0
# Full Plasma 5 version (e.g. 5.8.95)
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
%{!?_plasma5_bugfix: %define _plasma5_bugfix 5.22.2}
# Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.95 in KUF)
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
Summary: Task management and system monitoring library
License: GPL-2.0-or-later
Group: Development/Libraries/C and C++
URL: http://www.kde.org
Source: https://download.kde.org/stable/plasma/%{version}/libksysguard-%{version}.tar.xz
Source: https://download.kde.org/stable/plasma/5.22.2/libksysguard-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/plasma/%{version}/libksysguard-%{version}.tar.xz.sig
Source1: https://download.kde.org/stable/plasma/5.22.2/libksysguard-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: extra-cmake-modules >= 1.2.0