SHA256
1
0
forked from pool/kded

KDE Frameworks 5.90.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kded?expand=0&rev=238
This commit is contained in:
2022-01-09 10:15:01 +00:00
committed by Git OBS Bridge
parent 74d82dad18
commit b124eaf7d7
6 changed files with 31 additions and 20 deletions

View File

@@ -16,21 +16,21 @@
#
%define _tar_path 5.89
%define _tar_path 5.90
# 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
%bcond_without released
Name: kded
Version: 5.89.0
Version: 5.90.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: %{name}-%{version}.tar.xz
%if %{with lang}
%if %{with released}
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
@@ -83,7 +83,7 @@ Development files.
%kf5_makeinstall -C build
%fdupes %{buildroot}
%if %{with lang}
%if %{with released}
%find_lang %{name} --with-man --all-name
%endif
@@ -98,7 +98,7 @@ Development files.
/sbin/ldconfig
%systemd_user_postun plasma-kded.service
%if %{with lang}
%if %{with released}
%files lang -f %{name}.lang
%endif