From c81a283cddb6dcaee6a87575ecd2781f524e5c54 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 22 Jan 2013 12:15:54 -0600 Subject: [PATCH] fix rpath (#902571) --- qtwebkit.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/qtwebkit.spec b/qtwebkit.spec index 9f2eaf1..368abd5 100644 --- a/qtwebkit.spec +++ b/qtwebkit.spec @@ -131,12 +131,8 @@ rm -rf %{buildroot} make install INSTALL_ROOT=%{buildroot} -C Source ## HACK, there has to be a better way -chrpath --list %{buildroot}%{_qt4_libdir}/libQtWebKit.so.4.9.0 ||: -chrpath --delete %{buildroot}%{_qt4_libdir}/libQtWebKit.so.4.9.0 ||: -%if 0%{?_qt4_importdir:1} -chrpath --list %{buildroot}%{_qt4_importdir}/QtWebKit/libqmlwebkitplugin.so ||: -chrpath --delete %{buildroot}%{_qt4_importdir}/QtWebKit/libqmlwebkitplugin.so ||: -%endif +chrpath --list %{buildroot}%{_qt4_libdir}/libQtWebKit.so.4.9.? +chrpath --delete %{buildroot}%{_qt4_libdir}/libQtWebKit.so.4.9.? ||: %clean @@ -163,6 +159,9 @@ rm -rf %{buildroot} %changelog +* Tue Jan 22 2013 Rex Dieter 2.2.2-8 +- fix rpath (#902571) + * Tue Jan 15 2013 Than Ngo - 2.2.2-7 - use SYSTEM_MALLOC on ppc/ppc64