forked from pool/breeze
- Introduce new _plasma5_bugfix global for more fine-tuned dependencies
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze?expand=0&rev=134
This commit is contained in:
parent
c6ebd99260
commit
5fc919fe8a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 9 13:42:39 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: breeze
|
||||
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}')}
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules >= 0.0.13
|
||||
BuildRequires: fdupes
|
||||
|
Loading…
Reference in New Issue
Block a user