[packages/qt5-qtwebchannel] use macro for qmake invocation
atler
atler at pld-linux.org
Thu May 12 13:11:37 CEST 2022
commit 5a3b2c95faf774b2d3ff48845239e3d8d4205c4a
Author: Jan Palus <atler at pld-linux.org>
Date: Thu May 12 13:11:05 2022 +0200
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}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtwebchannel.git/commitdiff/5a3b2c95faf774b2d3ff48845239e3d8d4205c4a
More information about the pld-cvs-commit
mailing list