]> git.pld-linux.org Git - packages/qt5ct.git/commitdiff
use macro for qmake invocation
authorJan Palus <atler@pld-linux.org>
Mon, 27 Feb 2023 07:54:22 +0000 (08:54 +0100)
committerJan Palus <atler@pld-linux.org>
Mon, 27 Feb 2023 07:54:22 +0000 (08:54 +0100)
qt5ct.spec

index 2cc507bf035da808639bcf27e3f8c738386c4b1b..3c434f3e3317f48b0e6b751f5797502a5344c1cd 100644 (file)
@@ -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
This page took 0.070696 seconds and 4 git commands to generate.