SHA256
1
0
forked from pool/kded

KDE Frameworks 5.88

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kded?expand=0&rev=236
This commit is contained in:
2021-11-12 12:20:52 +00:00
committed by Git OBS Bridge
parent 75fea0778c
commit 7e3087c2f8
6 changed files with 36 additions and 18 deletions

View File

@@ -16,22 +16,22 @@
#
%define _tar_path 5.87
%define _tar_path 5.88
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kded
Version: 5.87.0
Version: 5.88.0
Release: 0
Summary: Central daemon of KDE workspaces
License: LGPL-2.1-or-later
Group: System/GUI/KDE
URL: https://www.kde.org
Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
Source: %{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
# PATCH-FIX-OPENSUSE (for now mostly to get openQA's opinion)