fix rpath problem

(cherry picked from commit 0c736f7ab9faa9e2c5774eed6f659725dc64a715)
This commit is contained in:
lyn1001 2022-08-24 18:52:46 +08:00 committed by openeuler-sync-bot
parent f54cfc589c
commit 252f869def

View File

@ -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 <liyanan32@h-partners.com> - 5.15.2-2
- fix rpath problem
* Wed Oct 13 2021 peijiankang <peijiankang@kylinos.cn> - 5.15.2-1
- update to upstream version 5.15.2