From 252f869def29a8c2471fce83f727d5a3a8ac2497 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Wed, 24 Aug 2022 18:52:46 +0800 Subject: [PATCH] fix rpath problem (cherry picked from commit 0c736f7ab9faa9e2c5774eed6f659725dc64a715) --- qt5-qtmultimedia.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/qt5-qtmultimedia.spec b/qt5-qtmultimedia.spec index f2c56ad..6800c8c 100644 --- a/qt5-qtmultimedia.spec +++ b/qt5-qtmultimedia.spec @@ -4,7 +4,7 @@ Name: qt5-qtmultimedia Version: 5.15.2 -Release: 1 +Release: 2 Summary: Qt5 - Multimedia support License: LGPLv2 with exceptions or GPLv3 with exceptions Url: http://www.qt.io @@ -17,7 +17,7 @@ BuildRequires: qt5-qtdeclarative-devel >= %{version} pkgconfig(alsa) pkgconfig(g BuildRequires: pkgconfig(gstreamer-app-1.0) pkgconfig(gstreamer-audio-1.0) BuildRequires: pkgconfig(gstreamer-base-1.0) pkgconfig(gstreamer-pbutils-1.0) BuildRequires: pkgconfig(gstreamer-plugins-bad-1.0) pkgconfig(gstreamer-video-1.0) -BuildRequires: pkgconfig(libpulse) pkgconfig(libpulse-mainloop-glib) pkgconfig(xv) +BuildRequires: pkgconfig(libpulse) pkgconfig(libpulse-mainloop-glib) pkgconfig(xv) chrpath %if 0%{?openal} BuildRequires: pkgconfig(openal) %endif @@ -62,6 +62,7 @@ for prl_file in *.prl ; do done popd +chrpath -d %{buildroot}/%{_qt5_examplesdir}/multimedia/spectrum/spectrum %post -p /sbin/ldconfig @@ -91,6 +92,9 @@ popd %endif %changelog +* Wed Aug 24 2022 liyanan - 5.15.2-2 +- fix rpath problem + * Wed Oct 13 2021 peijiankang - 5.15.2-1 - update to upstream version 5.15.2