From af993631cd8f5e86e4c7e9b6d182bb4507c05ebc Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Thu, 12 May 2022 20:02:33 +0200 Subject: [PATCH] use macro for qmake invocation --- qt5-qtgamepad.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt5-qtgamepad.spec b/qt5-qtgamepad.spec index ec3bff9..cd210ec 100644 --- a/qt5-qtgamepad.spec +++ b/qt5-qtgamepad.spec @@ -28,7 +28,7 @@ BuildRequires: qt5-assistant >= %{qttools_ver} BuildRequires: qt5-build >= %{qtbase_ver} BuildRequires: qt5-qmake >= %{qtbase_ver} BuildRequires: rpm-build >= 4.6 -BuildRequires: rpmbuild(macros) >= 1.752 +BuildRequires: rpmbuild(macros) >= 2.016 BuildRequires: tar >= 1:1.22 BuildRequires: xz BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -139,7 +139,7 @@ Przykłady do biblioteki Qt5 Gamepad. %setup -q -n %{orgname}-everywhere-src-%{version} %build -qmake-qt5 +%{qmake_qt5} %{__make} %{?with_doc:%{__make} docs} -- 2.44.0