forked from pool/kinit
This commit is contained in:
parent
bf529f2f0c
commit
e57fb43c40
29
kinit.spec
29
kinit.spec
@ -16,11 +16,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.103
|
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# Last major and minor KF5 version (e.g. 5.33)
|
||||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
|
%define qt5_version 5.15.2
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: kinit
|
Name: kinit
|
||||||
Version: 5.114.0
|
Version: 5.114.0
|
||||||
@ -37,24 +37,23 @@ Source2: frameworks.keyring
|
|||||||
Patch0: fpie.patch
|
Patch0: fpie.patch
|
||||||
# PATCH-FIX-OPENSUSE
|
# PATCH-FIX-OPENSUSE
|
||||||
Patch1: 0001-Only-move-XAUTHORITY-if-it-s-temporary.patch
|
Patch1: 0001-Only-move-XAUTHORITY-if-it-s-temporary.patch
|
||||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
BuildRequires: extra-cmake-modules >= %{_kf5_version}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kf5-filesystem
|
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
BuildRequires: libcap-progs
|
BuildRequires: libcap-progs
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5Config) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5Crash) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5Crash) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5DBusAddons) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5DBusAddons) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5DocTools) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5DocTools) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5I18n) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5KIO) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5KIO) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5Service) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5Service) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(Qt5Core) >= 5.15.0
|
BuildRequires: cmake(Qt5Core) >= %{qt5_version}
|
||||||
BuildRequires: cmake(Qt5DBus) >= 5.15.0
|
BuildRequires: cmake(Qt5DBus) >= %{qt5_version}
|
||||||
BuildRequires: cmake(Qt5Gui) >= 5.15.0
|
BuildRequires: cmake(Qt5Gui) >= %{qt5_version}
|
||||||
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
BuildRequires: cmake(Qt5Widgets) >= %{qt5_version}
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xcb)
|
BuildRequires: pkgconfig(xcb)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user