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/kio?expand=0&rev=179
This commit is contained in:
parent
40bb2aa851
commit
6c48406779
67
kio.spec
67
kio.spec
@ -17,38 +17,41 @@
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
%define _tar_path 5.33
|
||||
Name: kio
|
||||
Version: 5.33.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}
|
||||
BuildRequires: cmake >= 3.0
|
||||
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: karchive-devel >= %{_tar_path}
|
||||
BuildRequires: kbookmarks-devel >= %{_tar_path}
|
||||
BuildRequires: kcompletion-devel >= %{_tar_path}
|
||||
BuildRequires: kconfigwidgets-devel >= %{_tar_path}
|
||||
BuildRequires: kcoreaddons-devel >= %{_tar_path}
|
||||
BuildRequires: kdbusaddons-devel >= %{_tar_path}
|
||||
BuildRequires: kdoctools-devel >= %{_tar_path}
|
||||
BuildRequires: karchive-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kbookmarks-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kcompletion-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kconfigwidgets-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kcoreaddons-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kdbusaddons-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kdoctools-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: kguiaddons-devel >= %{_tar_path}
|
||||
BuildRequires: ki18n-devel >= %{_tar_path}
|
||||
BuildRequires: kiconthemes-devel >= %{_tar_path}
|
||||
BuildRequires: kitemviews-devel >= %{_tar_path}
|
||||
BuildRequires: kjobwidgets-devel >= %{_tar_path}
|
||||
BuildRequires: knotifications-devel >= %{_tar_path}
|
||||
BuildRequires: kguiaddons-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: ki18n-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kiconthemes-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kitemviews-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kjobwidgets-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: knotifications-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: krb5-devel
|
||||
BuildRequires: kservice-devel >= %{_tar_path}
|
||||
BuildRequires: ktextwidgets-devel >= %{_tar_path}
|
||||
BuildRequires: kwallet-devel >= %{_tar_path}
|
||||
BuildRequires: kwidgetsaddons-devel >= %{_tar_path}
|
||||
BuildRequires: kwindowsystem-devel >= %{_tar_path}
|
||||
BuildRequires: kxmlgui-devel >= %{_tar_path}
|
||||
BuildRequires: kservice-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: ktextwidgets-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kwallet-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kwidgetsaddons-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kwindowsystem-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kxmlgui-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: libacl-devel
|
||||
BuildRequires: libattr-devel
|
||||
BuildRequires: solid-devel >= %{_tar_path}
|
||||
BuildRequires: solid-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5Concurrent) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.6.0
|
||||
@ -71,7 +74,7 @@ Summary: Network transparent access to files and data
|
||||
License: LGPL-2.1+
|
||||
Group: System/GUI/KDE
|
||||
Url: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
|
||||
Source: http://download.kde.org/stable/frameworks/%{_kf5_bugfix_version}/%{name}-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
# PATCH-FIX-OPENSUSE kio_help-fallback-to-kde4-docs.patch -- allow kio_help to see into kde4 documentation, needed especially for khelpcenter5
|
||||
Patch0: kio_help-fallback-to-kde4-docs.patch
|
||||
@ -102,15 +105,15 @@ Group: Development/Libraries/KDE
|
||||
Requires: %{name} = %{version}
|
||||
Requires: %{name}-core = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: kbookmarks-devel >= %{_tar_path}
|
||||
Requires: kcompletion-devel >= %{_tar_path}
|
||||
Requires: kconfig-devel >= %{_tar_path}
|
||||
Requires: kcoreaddons-devel >= %{_tar_path}
|
||||
Requires: kitemviews-devel >= %{_tar_path}
|
||||
Requires: kjobwidgets-devel >= %{_tar_path}
|
||||
Requires: kservice-devel >= %{_tar_path}
|
||||
Requires: kxmlgui-devel >= %{_tar_path}
|
||||
Requires: solid-devel >= %{_tar_path}
|
||||
Requires: kbookmarks-devel >= %{_kf5_bugfix_version}
|
||||
Requires: kcompletion-devel >= %{_kf5_bugfix_version}
|
||||
Requires: kconfig-devel >= %{_kf5_bugfix_version}
|
||||
Requires: kcoreaddons-devel >= %{_kf5_bugfix_version}
|
||||
Requires: kitemviews-devel >= %{_kf5_bugfix_version}
|
||||
Requires: kjobwidgets-devel >= %{_kf5_bugfix_version}
|
||||
Requires: kservice-devel >= %{_kf5_bugfix_version}
|
||||
Requires: kxmlgui-devel >= %{_kf5_bugfix_version}
|
||||
Requires: solid-devel >= %{_kf5_bugfix_version}
|
||||
Requires: cmake(Qt5Network) >= 5.6.0
|
||||
|
||||
%description devel
|
||||
|
Loading…
Reference in New Issue
Block a user