From 5a3b2c95faf774b2d3ff48845239e3d8d4205c4a Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Thu, 12 May 2022 13:11:05 +0200 Subject: [PATCH] use macro for qmake invocation --- qt5-qtwebchannel.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt5-qtwebchannel.spec b/qt5-qtwebchannel.spec index 1f85384..6cbed80 100644 --- a/qt5-qtwebchannel.spec +++ b/qt5-qtwebchannel.spec @@ -29,7 +29,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) @@ -130,7 +130,7 @@ Przykłady do biblioteki Qt5 WebChannel. examples/webchannel/qwclient/qwclient.js %build -qmake-qt5 +%{qmake_qt5} %{__make} %{?with_doc:%{__make} docs} -- 2.44.0