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