4 Summary: MinGW Windows libxml2 XML processing library
7 Group: Development/Libraries
8 URL: http://nsis.sourceforge.net/
9 Source0: http://dl.sourceforge.net/sourceforge/nsis/nsis-%{version}-src.tar.bz2
10 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
12 Patch0: nsis-2.39-mingw-search.patch
14 BuildRequires: mingw-filesystem >= 20
15 BuildRequires: mingw-gcc
16 BuildRequires: mingw-binutils
18 BuildRequires: scons >= 0.96.93
19 BuildRequires: wxGTK-devel
23 NSIS, the Nullsoft Scriptable Install System, is a script-driven
24 Windows installation system.
26 This package includes native Fedora binaries of makensis (etc.) There
27 are no native NSIS plugins available. Complete Windows binaries and
28 plugins are in the mingw-nsis-win package, but you must run those
29 either on a Windows machine or under Wine.
33 Summary: Windows binaries for %{name}
34 Requires: %{name} = %{version}-%{release}
35 Group: Development/Libraries
41 This package includes complete Windows binaries and plugins for
46 %setup -q -n nsis-%{version}-src
52 PREFIX=%{_prefix} PREFIX_CONF=%{_sysconfdir}
56 rm -rf $RPM_BUILD_ROOT
60 PREFIX=%{_prefix} PREFIX_CONF=%{_sysconfdir} \
61 PREFIX_DEST=$RPM_BUILD_ROOT \
64 mv $RPM_BUILD_ROOT%{_docdir}/nsis $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
66 # It's not clear if we should move the Windows binaries
67 # to %{_mingw_sysroot} or leave them where they are.
71 rm -rf $RPM_BUILD_ROOT
77 %config(noreplace) %{_sysconfdir}/nsisconf.nsh
79 %doc %{_docdir}/%{name}-%{version}
87 * Fri Sep 5 2008 Richard W.M. Jones <rjones@redhat.com> - 2.39-1
88 - Initial RPM release.