Don't limit uploads.
[fedora-mingw.git] / nsis / mingw32-nsis.spec
index 4255c61..5d78d00 100644 (file)
@@ -1,9 +1,10 @@
 %define sconsopts VERSION=%{version} PREFIX=%{_prefix} PREFIX_CONF=%{_sysconfdir} SKIPPLUGINS=System DEBUG_SYMBOLS=1 OPTS=1
+%define _default_patch_fuzz 2
 
 Name:           mingw32-nsis
 Version:        2.39
-Release:        1%{?dist}
-Summary:        MinGW Windows libxml2 XML processing library
+Release:        5%{?dist}
+Summary:        Nullsoft Scriptable Install System
 
 License:        zlib and CPL
 Group:          Development/Libraries
@@ -20,6 +21,7 @@ Patch100:       nsis-2.39-mingw32-search.patch
 
 BuildRequires:  mingw32-filesystem >= 20
 BuildRequires:  mingw32-gcc
+BuildRequires:  mingw32-gcc-c++
 BuildRequires:  mingw32-binutils
 BuildRequires:  python
 BuildRequires:  scons >= 0.96.93
@@ -33,8 +35,7 @@ BuildRequires:  /usr/include/gnu/stubs-32.h
 # We really need the 32 bit version of this library.  The 64 bit
 # version will definitely not work.  XXX Need to do the right thing on
 # non-x86 architectures.
-BuildRequires:  wxGTK-devel
-#.i386
+BuildRequires:  /usr/lib/libwx_baseu-2.8.so
 
 
 %description
@@ -83,5 +84,8 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Tue Oct  7 2008 Richard W.M. Jones <rjones@redhat.com> - 2.39-1
+* Fri Oct 17 2008 Richard W.M. Jones <rjones@redhat.com> - 2.39-5
+- Fix the Summary line.
+
+* Wed Oct  8 2008 Richard W.M. Jones <rjones@redhat.com> - 2.39-4
 - Initial RPM release.