Sync with KDE:Frameworks5:LTS

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-addons?expand=0&rev=111
This commit is contained in:
Fabian Vogt 2016-09-23 18:23:37 +00:00 committed by Git OBS Bridge
parent c54f739085
commit b79b2b3703
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 21 09:15:14 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

View File

@ -20,6 +20,7 @@
Name: plasma5-addons Name: plasma5-addons
Version: 5.7.95 Version: 5.7.95
Release: 0 Release: 0
%{!?_plasma5_version: %global _plasma5_version %{version}}
Summary: Additional Plasma5 Widgets Summary: Additional Plasma5 Widgets
License: LGPL-2.1 and GPL-2.0+ and GPL-3.0 License: LGPL-2.1 and GPL-2.0+ and GPL-3.0
Group: System/GUI/KDE Group: System/GUI/KDE
@ -40,7 +41,7 @@ BuildRequires: cmake(KF5Plasma) >= 5.25.0
BuildRequires: cmake(KF5Runner) >= 5.25.0 BuildRequires: cmake(KF5Runner) >= 5.25.0
BuildRequires: cmake(KF5Service) >= 5.25.0 BuildRequires: cmake(KF5Service) >= 5.25.0
BuildRequires: cmake(KF5UnitConversion) >= 5.25.0 BuildRequires: cmake(KF5UnitConversion) >= 5.25.0
BuildRequires: cmake(LibTaskManager) >= %{version} BuildRequires: cmake(LibTaskManager) >= %{_plasma5_version}
%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320" %if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
BuildRequires: cmake(KDEExperimentalPurpose) BuildRequires: cmake(KDEExperimentalPurpose)
%endif %endif