nsis

Richard W.M. Jones rjones at redhat.com
Sun Feb 15 22:25:37 UTC 2009


On Sun, Feb 15, 2009 at 08:33:43PM +0100, Farkas Levente wrote:
> hi,
> you change to this in nsis:
> ------------------------
> # 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
> ------------------------
> which is actually true but can't help us since we'd like to add to
> fedora so build in koji!?

We will do, but in the meantime I would like to build it using smock
from the Mercurial repo, so I need those lines.

> ps. anyway as the mass rebuild will change from i386 to i586 we'd have
> to reveiw all packages and rewite i386 to ix86:-(

We just need to replace any explicit use of i386 / i586 / etc with
%{ix86}.  I already did that in nsis as you can see above.

Rich.

-- 
Richard Jones, Emerging Technologies, Red Hat  http://et.redhat.com/~rjones
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top



More information about the mingw mailing list