From f72bec607c7b8a31fdeba4938099784608ecc007 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH 1/1] Temporary fixes so we can continue to build in smock. --- nsis/mingw32-nsis.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/nsis/mingw32-nsis.spec b/nsis/mingw32-nsis.spec index 5d299f6..b4ec735 100644 --- a/nsis/mingw32-nsis.spec +++ b/nsis/mingw32-nsis.spec @@ -22,10 +22,16 @@ BuildRequires: mingw32-gcc-c++ BuildRequires: mingw32-binutils BuildRequires: python BuildRequires: scons -BuildRequires: wxGTK-devel # since nsis a 32 bit only apps -ExclusiveArch: i386 ppc +#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 + %description NSIS, the Nullsoft Scriptable Install System, is a script-driven -- 1.8.3.1