]> git.pld-linux.org Git - packages/python3-PyQt5.git/commitdiff
use %{_qt5_qmake} macro
authorJan Palus <atler@pld-linux.org>
Sun, 29 Jan 2023 10:13:15 +0000 (11:13 +0100)
committerJan Palus <atler@pld-linux.org>
Sun, 29 Jan 2023 10:13:15 +0000 (11:13 +0100)
python3-PyQt5.spec

index 155634a472adb995ace5f97ba47223f7848ee558..9125d47930559af42b3a0e392fd34c1ecbb48bbe 100644 (file)
@@ -64,7 +64,7 @@ BuildRequires:        python3-devel
 BuildRequires: qt5-build >= %{qt_ver}
 BuildRequires: qt5-qmake >= %{qt_ver}
 BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 1.219
+BuildRequires: rpmbuild(macros) >= 2.016
 BuildRequires: sip6 >= %{sip_ver}
 Requires:      python3-dbus >= 0.80
 Requires:      python3-libs
@@ -175,7 +175,7 @@ sip-build --build-dir build-py3 \
        --verbose \
        --confirm-license \
        --pep484-pyi \
-       --qmake="%{_bindir}/qmake-qt5" \
+       --qmake="%{_qt5_qmake}" \
        --scripts-dir=%{_bindir}
 
 %install
This page took 0.146495 seconds and 4 git commands to generate.