Accepting request 438631 from home:Vogtinator:branches:KDE:Frameworks5

Introduce new _plasma5_bugfix global so that plasma components can be submitted independendly of each other. Please review carefully.

OBS-URL: https://build.opensuse.org/request/show/438631
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-addons?expand=0&rev=119
This commit is contained in:
Hrvoje Senjan 2016-11-06 14:06:50 +00:00 committed by Git OBS Bridge
parent 70f2484ae2
commit c46b980881
2 changed files with 9 additions and 1 deletions

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 3 17:41:25 UTC 2016 - fabian@ritter-vogt.de
- Introduce new _plasma5_bugfix global for more fine-tuned dependencies
-------------------------------------------------------------------
Tue Nov 1 10:36:40 UTC 2016 - fabian@ritter-vogt.de

@ -20,7 +20,10 @@
Name: plasma5-addons
Version: 5.8.3
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: Additional Plasma5 Widgets
License: LGPL-2.1 and GPL-2.0+ and GPL-3.0
Group: System/GUI/KDE