From d2c6164c7922ec79cda1fb29095c80063933ddab Mon Sep 17 00:00:00 2001 From: wang_yue111 <648774160@qq.com> Date: Thu, 9 Sep 2021 14:30:35 +0800 Subject: [PATCH] fix rpath problem --- qt5-qtmultimedia.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/qt5-qtmultimedia.spec b/qt5-qtmultimedia.spec index bba6100..c1896ad 100644 --- a/qt5-qtmultimedia.spec +++ b/qt5-qtmultimedia.spec @@ -4,7 +4,7 @@ Name: qt5-qtmultimedia Version: 5.11.1 -Release: 7 +Release: 8 Summary: Qt5 multimedia support License: LGPLv2 with exceptions or GPLv3 with exceptions Url: http://www.qt.io @@ -15,7 +15,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 @@ -58,6 +58,8 @@ for prl_file in *.prl ; do done popd +chrpath -d %{buildroot}/%{_qt5_examplesdir}/multimedia/spectrum/spectrum + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -84,6 +86,9 @@ popd %endif %changelog +* Thu Sep 09 2021 wangyue - 5.11.1-8 +- fix rpath problem + * Wed Jul 14 2021 zhaoshuang - 5.11.1-7 - Add patch Fix-gst_mini_object_unref to fix gstreamer related issue