[mingw-nsis: 3/27] Restore ExclusiveArch line (Levente Farkas).

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 16:04:32 UTC 2012


commit b74cd05a50a1ee772fe634ac0e8bb5937d8da54f
Author: Richard W.M. Jones <rjones at fedoraproject.org>
Date:   Sat Feb 21 17:31:40 2009 +0000

    Restore ExclusiveArch line (Levente Farkas).

 mingw32-nsis.spec |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/mingw32-nsis.spec b/mingw32-nsis.spec
index 76b94d3..99f11ba 100644
--- a/mingw32-nsis.spec
+++ b/mingw32-nsis.spec
@@ -3,7 +3,7 @@
 
 Name:           mingw32-nsis
 Version:        2.43
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Nullsoft Scriptable Install System
 
 License:        zlib and CPL
@@ -24,13 +24,8 @@ BuildRequires:  python
 BuildRequires:  scons
 
 # since nsis a 32 bit only apps
-#ExclusiveArch:  %{ix86} ppc
-#BuildRequires:  wxGTK-devel
-# The above is only required for Koji.  In mock we _can_ build on
-# x86_64 provided we have the 32 bit libraries required by the next
-# two lines.
-BuildRequires:  /usr/include/gnu/stubs-32.h
-BuildRequires:  /usr/lib/libwx_baseu-2.8.so
+ExclusiveArch:  %{ix86} ppc
+BuildRequires:  wxGTK-devel
 
 
 %description
@@ -77,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Feb 21 2009 Richard W.M. Jones <rjones at redhat.com> - 2.43-3
+- Restore ExclusiveArch line (Levente Farkas).
+
 * Fri Feb 20 2009 Richard W.M. Jones <rjones at redhat.com> - 2.43-2
 - Rebuild for mingw32-gcc 4.4
 


More information about the scm-commits mailing list