[webkitgtk] Fix the build

Kalev Lember kalev at fedoraproject.org
Wed Apr 25 03:53:49 UTC 2012


commit 865ec89c74a2c0660e743c8204d547fa1c942a56
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Apr 25 08:41:50 2012 +0300

    Fix the build

 webkitgtk.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/webkitgtk.spec b/webkitgtk.spec
index 8ff5c87..826b652 100644
--- a/webkitgtk.spec
+++ b/webkitgtk.spec
@@ -145,8 +145,8 @@ install -d -m 755 %{buildroot}%{_libexecdir}/%{name}
 install -m 755 Programs/GtkLauncher %{buildroot}%{_libexecdir}/%{name}
 
 # Remove lib64 rpaths
-chrpath --delete %{buildroot}%{_bindir}/jsc-3
-chrpath --delete %{buildroot}%{_libdir}/libwebkitgtk-3.0.so
+chrpath --delete %{buildroot}%{_bindir}/jsc-1
+chrpath --delete %{buildroot}%{_libdir}/libwebkitgtk-1.0.so
 chrpath --delete %{buildroot}%{_libexecdir}/%{name}/GtkLauncher
 
 %find_lang webkit-2.0


More information about the scm-commits mailing list