Accepting request 438907 from KDE:Frameworks5
1 OBS-URL: https://build.opensuse.org/request/show/438907 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plasma5-workspace?expand=0&rev=51
This commit is contained in:
commit
8ae8ae7b96
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 3 17:41:27 UTC 2016 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Introduce new _plasma5_bugfix global for more fine-tuned dependencies
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 2 12:24:35 UTC 2016 - wbauer@tmo.at
|
Wed Nov 2 12:24:35 UTC 2016 - wbauer@tmo.at
|
||||||
|
|
||||||
|
@ -22,7 +22,10 @@
|
|||||||
Name: plasma5-workspace
|
Name: plasma5-workspace
|
||||||
Version: 5.8.3
|
Version: 5.8.3
|
||||||
Release: 0
|
Release: 0
|
||||||
%{!?_plasma5_version: %global _plasma5_version %{version}}
|
# Full Plasma 5 version (e.g. 5.8.3)
|
||||||
|
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
|
||||||
|
# Lasted ABI-stable Plasma (e.g. 5.8 in KF5, but 5.8.90 in KUF)
|
||||||
|
%{!?_plasma5_version: %global _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
|
||||||
Summary: The KDE Plasma Workspace Components
|
Summary: The KDE Plasma Workspace Components
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
@ -148,7 +151,7 @@ Recommends: systemsettings5
|
|||||||
# so Qt4-only apps have some colors in tray
|
# so Qt4-only apps have some colors in tray
|
||||||
Recommends: sni-qt
|
Recommends: sni-qt
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
Provides: %{name}-branding = %{_plasma5_version}
|
Provides: %{name}-branding = %{_plasma5_bugfix}
|
||||||
Provides: %{name}-branding-upstream = %{version}
|
Provides: %{name}-branding-upstream = %{version}
|
||||||
Obsoletes: %{name}-branding-upstream < %{version}
|
Obsoletes: %{name}-branding-upstream < %{version}
|
||||||
Provides: xembed-sni-proxy = %{version}
|
Provides: xembed-sni-proxy = %{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user