[qt5-qtmultimedia] ExclusiveArch: %{ix86} x86_64 %{arm} (to match qt5-qtdeclarative)

Rex Dieter rdieter at fedoraproject.org
Sat Sep 7 15:56:29 UTC 2013


commit b6289ff58766c0495de2bdf6bebe2047c232898d
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Sat Sep 7 10:56:21 2013 -0500

    ExclusiveArch: %{ix86} x86_64 %{arm} (to match qt5-qtdeclarative)

 qt5-qtmultimedia.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/qt5-qtmultimedia.spec b/qt5-qtmultimedia.spec
index 62becc3..d1e5db0 100644
--- a/qt5-qtmultimedia.spec
+++ b/qt5-qtmultimedia.spec
@@ -4,13 +4,16 @@
 Summary: Qt5 - Multimedia support
 Name:    qt5-%{qt_module}
 Version: 5.1.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
 License: LGPLv2 with exceptions or GPLv3 with exceptions
 Url: http://qt-project.org/
 Source0: http://download.qt-project.org/official_releases/qt/5.1/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
 
+# qt5-qtjsbackend (and so qt5-qtdeclarative) supports only ix86, x86_64 and arm , and so do we here
+ExclusiveArch: %{ix86} x86_64 %{arm}
+
 BuildRequires: qt5-qtbase-devel >= %{version}
 BuildRequires: qt5-qtdeclarative-devel >= %{version}
 BuildRequires: pkgconfig(alsa)
@@ -104,6 +107,9 @@ rm -fv %{buildroot}%{_qt5_libdir}/lib*.la
 
 
 %changelog
+* Sat Sep 07 2013 Rex Dieter <rdieter at fedoraproject.org> 5.1.1-2
+- ExclusiveArch: %%{ix86} x86_64 %%{arm} (to match qt5-qtdeclarative)
+
 * Thu Aug 29 2013 Rex Dieter <rdieter at fedoraproject.org> 5.1.1-1
 - 5.1.1
 


More information about the scm-commits mailing list