Put _kf5_bugfix_version to ease maintenance instead of relying on _tar_path (port from KUF)
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kactivities5?expand=0&rev=144
This commit is contained in:
parent
37facaba07
commit
d83791df98
@ -17,16 +17,19 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Activities5
|
%define lname libKF5Activities5
|
||||||
%define _tar_path 5.33
|
|
||||||
Name: kactivities5
|
Name: kactivities5
|
||||||
Version: 5.33.0
|
Version: 5.33.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
|
# Last major and minor KF5 version (e.g. 5.33)
|
||||||
|
%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
%define kf5_version %{version}
|
%define kf5_version %{version}
|
||||||
Summary: KDE Plasma Activities support
|
Summary: KDE Plasma Activities support
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://projects.kde.org/kactivities
|
Url: http://projects.kde.org/kactivities
|
||||||
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/kactivities-%{version}.tar.xz
|
Source: http://download.kde.org/stable/frameworks/%{_kf5_bugfix_version}/kactivities-%{version}.tar.xz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
%if 0%{?suse_version} > 1325
|
%if 0%{?suse_version} > 1325
|
||||||
BuildRequires: libboost_headers-devel
|
BuildRequires: libboost_headers-devel
|
||||||
@ -34,14 +37,14 @@ BuildRequires: libboost_headers-devel
|
|||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: cmake >= 3.0
|
BuildRequires: cmake >= 3.0
|
||||||
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: cmake(KF5Config) >= %{_tar_path}
|
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: cmake(KF5CoreAddons) >= %{_tar_path}
|
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: cmake(KF5KIO) >= %{_tar_path}
|
BuildRequires: cmake(KF5KIO) >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: cmake(KF5WindowSystem) >= %{_tar_path}
|
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
|
||||||
BuildRequires: cmake(Qt5Core) >= 5.6.0
|
BuildRequires: cmake(Qt5Core) >= 5.6.0
|
||||||
BuildRequires: cmake(Qt5DBus) >= 5.6.0
|
BuildRequires: cmake(Qt5DBus) >= 5.6.0
|
||||||
BuildRequires: cmake(Qt5Gui) >= 5.6.0
|
BuildRequires: cmake(Qt5Gui) >= 5.6.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user