[kchmviewer/el6/master] - disable webkit support in el6

cheeselee cheeselee at fedoraproject.org
Mon Oct 11 18:43:44 UTC 2010


commit a6705717ce3c3af35a7b84f182bd9f3b222f3d5b
Author: Robin Lee <cheeselee at fedoraproject.org>
Date:   Tue Oct 12 02:43:27 2010 +0800

    - disable webkit support in el6

 kchmviewer.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/kchmviewer.spec b/kchmviewer.spec
index ee55b24..8125089 100644
--- a/kchmviewer.spec
+++ b/kchmviewer.spec
@@ -1,7 +1,7 @@
 
 Name:           kchmviewer
 Version:        5.2
-Release:        5%{?dist}
+Release:        5%{?dist}.1
 Summary:        CHM viewer
 
 Group:          Applications/Publishing
@@ -56,6 +56,8 @@ chmod -x lib/kio-msits/msits.*
 
 %build
 # make the Qt-only version
+# disable webkit support in el6
+sed -i -e "s/ webkit//" -e "/qtwebkit/d" src/src.pro
 %_qt4_qmake
 make
 mv bin/%{name}{,-qt}
@@ -138,6 +140,9 @@ fi
 
 
 %changelog
+* Tue Oct 12 2010 Robin Lee <cheeselee at fedoraproject.org> - 5.2-5.1
+- disable webkit support in el6
+
 * Tue Oct 12 2010 Robin Lee <cheeselee at fedoraproject.org> - 5.2-5
 - _smp_mflags will break compilation of the Qt version, remove it
 


More information about the scm-commits mailing list