[wine-mono] Add ExcludeArch as Mono requires an x86 builder host

mooninite mooninite at fedoraproject.org
Sat Dec 14 16:44:50 UTC 2013


commit f9017ff5662a5b48ebae95fc9feee9c42d8df24a
Author: Michael Cronenworth <mike at cchtml.com>
Date:   Sat Dec 14 10:44:37 2013 -0600

    Add ExcludeArch as Mono requires an x86 builder host

 wine-mono.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/wine-mono.spec b/wine-mono.spec
index f1be950..6e40e46 100644
--- a/wine-mono.spec
+++ b/wine-mono.spec
@@ -2,7 +2,7 @@
 
 Name:           wine-mono
 Version:        4.5.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Mono library required for Wine
 
 License:        GPLv2 and LGPLv2 and MIT and BSD and MS-PL and MPLv1.1
@@ -14,6 +14,7 @@ Patch0:         wine-mono-build-msifilename.patch
 # see git://github.com/madewokherd/wine-mono
 
 BuildArch:      noarch
+ExcludeArch:    armv7hl ppc s390x
 
 # 64
 BuildRequires:  mingw64-filesystem >= 95
@@ -93,6 +94,10 @@ cp MonoGame/LICENSE.txt MonoGame-LICENSE.txt
 %{_datadir}/wine/mono/wine-mono-%{version}.msi
 
 %changelog
+* Sat Dec 14 2013 Michael Cronenworth <mike at cchtml.com>
+- 4.5.2-2
+- Add ExcludeArch as Mono requires an x86 builder host
+
 * Sun Dec 08 2013 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 4.5.2-1
 - version upgrade


More information about the scm-commits mailing list