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:
parent
977ddfd739
commit
ae818c831c
@ -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
|
Thu Sep 15 15:53:55 UTC 2016 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
Name: kwayland-integration
|
Name: kwayland-integration
|
||||||
Version: 5.7.95
|
Version: 5.7.95
|
||||||
|
%{!?_plasma5_version: %global _plasma5_version %{version}}
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Integration plugins for various KDE frameworks for wayland windowing system
|
Summary: Integration plugins for various KDE frameworks for wayland windowing system
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
@ -28,7 +29,7 @@ BuildRequires: cmake >= 2.8.12
|
|||||||
BuildRequires: extra-cmake-modules >= 0.0.11
|
BuildRequires: extra-cmake-modules >= 0.0.11
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: cmake(KF5IdleTime) >= 5.12.0
|
BuildRequires: cmake(KF5IdleTime) >= 5.12.0
|
||||||
BuildRequires: cmake(KF5Wayland) >= %{version}
|
BuildRequires: cmake(KF5Wayland) >= %{plasma5_version}
|
||||||
BuildRequires: cmake(KF5WindowSystem) >= 5.12.0
|
BuildRequires: cmake(KF5WindowSystem) >= 5.12.0
|
||||||
BuildRequires: cmake(Qt5Core) >= 5.4.0
|
BuildRequires: cmake(Qt5Core) >= 5.4.0
|
||||||
BuildRequires: cmake(Qt5Test) >= 5.4.0
|
BuildRequires: cmake(Qt5Test) >= 5.4.0
|
||||||
|
Loading…
Reference in New Issue
Block a user