From 8a33448ee0303bb5eea6b5f89075606082ca6c57 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 20 Aug 2013 07:06:39 -0500 Subject: [PATCH] qt5-qtjsbackend only supports ix86, x86_64 and arm --- qt5-qtwebkit.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/qt5-qtwebkit.spec b/qt5-qtwebkit.spec index 4501f3c..a586426 100644 --- a/qt5-qtwebkit.spec +++ b/qt5-qtwebkit.spec @@ -4,7 +4,7 @@ Summary: Qt5 - QtWebKit components Name: qt5-qtwebkit Version: 5.0.2 -Release: 7%{?dist} +Release: 8%{?dist} # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details # See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html @@ -12,6 +12,9 @@ License: LGPLv2 with exceptions or GPLv3 with exceptions Url: http://qt-project.org/ Source0: http://releases.qt-project.org/qt5/%{version}%{?pre:-%{pre}}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz +# qt5-qtjsbackend (and qtdeclarative) supports only ix86, x86_64 and arm , and so do we here +ExclusiveArch: %{ix86} x86_64 %{arm} + # Search /usr/lib{,64}/mozilla/plugins-wrapped for browser plugins too Patch1: webkit-qtwebkit-2.2-tp1-pluginpath.patch @@ -166,6 +169,9 @@ popd %changelog +* Tue Aug 20 2013 Rex Dieter 5.0.2-8 +- qt5-qtjsbackend only supports ix86, x86_64 and arm + * Fri Aug 02 2013 Rex Dieter 5.0.2-7 - use bundled angleproject (until system version passes review)