X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=flexdll%2Fmingw32-flexdll.spec;fp=flexdll%2Fmingw32-flexdll.spec;h=f744d9d55bedcccfa051e18d2d5b4e3402c4567a;hb=5f06b6a141d8bd07fc60de546d2bc60a256e5dad;hp=92e731472d2c3050f511d1e7ce346d6cd8c3271a;hpb=7d1516cd3616f013653da2e98abc9bbed0b544f2;p=fedora-mingw.git diff --git a/flexdll/mingw32-flexdll.spec b/flexdll/mingw32-flexdll.spec index 92e7314..f744d9d 100644 --- a/flexdll/mingw32-flexdll.spec +++ b/flexdll/mingw32-flexdll.spec @@ -11,7 +11,7 @@ Name: mingw32-flexdll Version: 0.11 -Release: 4%{?dist} +Release: 6%{?dist} Summary: FlexDLL Windows DLL plugin API which is like dlopen License: zlib @@ -23,6 +23,7 @@ Source1: flexlink.exe # Patches for MinGW: Patch1000: mingw32-flexdll-0.11-mingw-cross.patch +Patch1001: mingw32-flexdll-0.11-no-cygpath.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -71,6 +72,7 @@ make it easy to port applications developed for Unix. %setup -q -n flexdll %patch1000 -p1 +%patch1001 -p1 for f in CHANGES LICENSE README; do chmod -x $f @@ -127,5 +129,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Nov 16 2008 Richard W.M. Jones - 0.11-6 +- Permanently disable cygpath (avoids 'NUL' file being created). + * Fri Nov 14 2008 Richard W.M. Jones - 0.11-4 - Initial RPM release.