Apply no-directory patch.
[fedora-mingw.git] / flexdll / mingw32-flexdll.spec
index f744d9d..6e232b3 100644 (file)
@@ -11,7 +11,7 @@
 
 Name:           mingw32-flexdll
 Version:        0.11
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        FlexDLL Windows DLL plugin API which is like dlopen
 
 License:        zlib
@@ -24,6 +24,7 @@ Source1:        flexlink.exe
 # Patches for MinGW:
 Patch1000:      mingw32-flexdll-0.11-mingw-cross.patch
 Patch1001:      mingw32-flexdll-0.11-no-cygpath.patch
+Patch1002:      mingw32-flexdll-0.11-no-directory.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -73,6 +74,7 @@ make it easy to port applications developed for Unix.
 
 %patch1000 -p1
 %patch1001 -p1
+%patch1002 -p1
 
 for f in CHANGES LICENSE README; do
   chmod -x $f
@@ -129,6 +131,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Nov 16 2008 Richard W.M. Jones <rjones@redhat.com> - 0.11-7
+- Apply no-directory patch.
+
 * Sun Nov 16 2008 Richard W.M. Jones <rjones@redhat.com> - 0.11-6
 - Permanently disable cygpath (avoids 'NUL' file being created).