[packages/qt5-qtwebview] use macro for qmake invocation

atler atler at pld-linux.org
Thu May 12 20:49:41 CEST 2022


commit fc4e2363796c8590bafba669221de5a11419d3b6
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu May 12 20:49:24 2022 +0200

    use macro for qmake invocation

 qt5-qtwebview.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/qt5-qtwebview.spec b/qt5-qtwebview.spec
index 0de195a..a923f53 100644
--- a/qt5-qtwebview.spec
+++ b/qt5-qtwebview.spec
@@ -34,7 +34,7 @@ BuildRequires:	qt5-doc-common >= %{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)
@@ -141,7 +141,7 @@ Przykłady do biblioteki Qt5 WebView.
 %setup -q -n %{orgname}-everywhere-src-%{version}
 
 %build
-qmake-qt5
+%{qmake_qt5}
 %{__make}
 %{?with_doc:%{__make} docs}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtwebview.git/commitdiff/fc4e2363796c8590bafba669221de5a11419d3b6



More information about the pld-cvs-commit mailing list