[packages/qt5ct] use macro for qmake invocation

atler atler at pld-linux.org
Mon Feb 27 08:56:23 CET 2023


commit aa0458e01638f4598e18b0231fef9a463540a32a
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Feb 27 08:54:22 2023 +0100

    use macro for qmake invocation

 qt5ct.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/qt5ct.spec b/qt5ct.spec
index 2cc507b..3c434f3 100644
--- a/qt5ct.spec
+++ b/qt5ct.spec
@@ -16,6 +16,7 @@ BuildRequires:	Qt5ThemeSupport-devel >= %{qtver}
 BuildRequires:	Qt5Widgets-devel >= %{qtver}
 BuildRequires:	qt5-linguist >= %{qtver}
 BuildRequires:	qt5-qmake >= %{qtver}
+BuildRequires:	rpmbuild(macros) >= 2.016
 Requires:	Qt5Core >= %{qtver}
 Requires:	Qt5DBus >= %{qtver}
 Requires:	Qt5Gui >= %{qtver}
@@ -30,7 +31,7 @@ etc.) under DE/WM without Qt integration.
 %setup -q
 
 %build
-qmake-qt5
+%{qmake_qt5}
 %{__make}
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt5ct.git/commitdiff/da37498769c9a927624b3f4e4a83772a1904b35b



More information about the pld-cvs-commit mailing list