Make it possible to reuse spec files for KUF again

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kwayland-integration?expand=0&rev=4
This commit is contained in:
Fabian Vogt 2016-09-21 16:39:38 +00:00 committed by Git OBS Bridge
parent 977ddfd739
commit ae818c831c
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 21 09:15:07 UTC 2016 - fabian@ritter-vogt.de
- Use %{_plasma5_version} again, define it if needed
-------------------------------------------------------------------
Thu Sep 15 15:53:55 UTC 2016 - fabian@ritter-vogt.de

View File

@ -18,6 +18,7 @@
Name: kwayland-integration
Version: 5.7.95
%{!?_plasma5_version: %global _plasma5_version %{version}}
Release: 0
Summary: Integration plugins for various KDE frameworks for wayland windowing system
License: LGPL-2.1+
@ -28,7 +29,7 @@ BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 0.0.11
BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5IdleTime) >= 5.12.0
BuildRequires: cmake(KF5Wayland) >= %{version}
BuildRequires: cmake(KF5Wayland) >= %{plasma5_version}
BuildRequires: cmake(KF5WindowSystem) >= 5.12.0
BuildRequires: cmake(Qt5Core) >= 5.4.0
BuildRequires: cmake(Qt5Test) >= 5.4.0