This commit is contained in:
parent
bc783ca54d
commit
1647adf3fc
51
kxmlgui.spec
51
kxmlgui.spec
@ -17,11 +17,11 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5XmlGui5
|
%define lname libKF5XmlGui5
|
||||||
%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: kxmlgui
|
Name: kxmlgui
|
||||||
Version: 5.114.0
|
Version: 5.114.0
|
||||||
@ -34,29 +34,28 @@ Source: %{name}-%{version}.tar.xz
|
|||||||
Source1: %{name}-%{version}.tar.xz.sig
|
Source1: %{name}-%{version}.tar.xz.sig
|
||||||
Source2: frameworks.keyring
|
Source2: frameworks.keyring
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
BuildRequires: extra-cmake-modules >= %{_kf5_version}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: cmake(KF5Config) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5ConfigWidgets) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5GlobalAccel) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5GlobalAccel) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5GuiAddons) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5GuiAddons) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5I18n) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5IconThemes) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5ItemViews) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5ItemViews) >= %{_kf5_bugfix_version}
|
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_version}
|
||||||
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
|
|
||||||
# Now requires private headers
|
# Now requires private headers
|
||||||
BuildRequires: libqt5-qtbase-private-headers-devel
|
BuildRequires: libqt5-qtbase-private-headers-devel >= %{qt5_version}
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: cmake(Qt5Core) >= 5.15.0
|
BuildRequires: cmake(Qt5Core) >= %{qt5_version}
|
||||||
BuildRequires: cmake(Qt5DBus) >= 5.15.0
|
BuildRequires: cmake(Qt5DBus) >= %{qt5_version}
|
||||||
BuildRequires: cmake(Qt5Network) >= 5.15.0
|
BuildRequires: cmake(Qt5Network) >= %{qt5_version}
|
||||||
BuildRequires: cmake(Qt5PrintSupport) >= 5.15.0
|
BuildRequires: cmake(Qt5PrintSupport) >= %{qt5_version}
|
||||||
BuildRequires: cmake(Qt5Test) >= 5.15.0
|
BuildRequires: cmake(Qt5Test) >= %{qt5_version}
|
||||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.15.0
|
BuildRequires: cmake(Qt5UiPlugin) >= %{qt5_version}
|
||||||
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
BuildRequires: cmake(Qt5Widgets) >= %{qt5_version}
|
||||||
BuildRequires: cmake(Qt5Xml) >= 5.15.0
|
BuildRequires: cmake(Qt5Xml) >= %{qt5_version}
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -78,11 +77,11 @@ description for example for integrating actions from plugins.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Framework for managing menu and toolbar actions
|
Summary: Framework for managing menu and toolbar actions
|
||||||
Requires: %{lname} = %{version}
|
Requires: %{lname} = %{version}
|
||||||
Requires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
Requires: cmake(KF5Config) >= %{_kf5_version}
|
||||||
Requires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
|
Requires: cmake(KF5ConfigWidgets) >= %{_kf5_version}
|
||||||
Requires: cmake(Qt5DBus) >= 5.15.0
|
Requires: cmake(Qt5DBus) >= %{qt5_version}
|
||||||
Requires: cmake(Qt5Widgets) >= 5.15.0
|
Requires: cmake(Qt5Widgets) >= %{qt5_version}
|
||||||
Requires: cmake(Qt5Xml) >= 5.15.0
|
Requires: cmake(Qt5Xml) >= %{qt5_version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
libkxmlgui provides a framework for managing menu and toolbar actions in an
|
libkxmlgui provides a framework for managing menu and toolbar actions in an
|
||||||
|
Loading…
x
Reference in New Issue
Block a user