From 509c2fac136f4b5c4918d49fcbd70461e369e7c8f9e37efa45300f3a6a8bc685 Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Wed, 26 Feb 2025 10:32:14 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtdoc?expand=0&rev=26 --- libqt5-qtdoc.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libqt5-qtdoc.spec b/libqt5-qtdoc.spec index 139f1bc..0e48352 100644 --- a/libqt5-qtdoc.spec +++ b/libqt5-qtdoc.spec @@ -140,6 +140,7 @@ required. # Due to a behaviour change in rpm, %%libdir is always '/usr/lib' with 'BuildArch: noarch'. We need to redefine it to find tools in '/usr/lib64/qt5/bin' when needed # (https://github.com/rpm-software-management/rpm/issues/3126) if [ -e "/usr/lib64/qt5/bin/qdoc" ]; then +echo "Redefining _libdir to work around rpm behaviour change" %define _libdir /usr/lib64 fi