qt5-qtjsbackend only supports ix86, x86_64 and arm

This commit is contained in:
Rex Dieter 2013-08-20 07:03:33 -05:00
parent 6a6ead6982
commit a4128f989f
1 changed files with 7 additions and 1 deletions

View File

@ -4,13 +4,16 @@
Summary: Qt5 - QtDeclarative component
Name: qt5-%{qt_module}
Version: 5.0.2
Release: 3%{?dist}
Release: 4%{?dist}
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
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 supports only ix86, x86_64 and arm , and so do we here
ExclusiveArch: %{ix86} x86_64 %{arm}
BuildRequires: qt5-qtbase-devel >= %{version}
BuildRequires: qt5-qtjsbackend-devel >= %{version}
@ -110,6 +113,9 @@ popd
%changelog
* Tue Aug 20 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-4
- qt5-qtjsbackend only supports ix86, x86_64 and arm
* Tue May 14 2013 Rex Dieter <rdieter@fedoraproject.org> 5.0.2-3
- fix qmlprofiler conflict with qt-creator