Fix _mingw32_configure.

This commit is contained in:
Richard W.M. Jones 2009-02-18 17:06:07 +00:00
parent 17b7226512
commit 3f88d62866
2 changed files with 5 additions and 2 deletions

View File

@ -80,7 +80,7 @@
%_mingw32_configure %{_mingw32_env} ; \
__mingw32_topdir=.; if ! test -x configure; then __mingw32_topdir=..; fi;
__mingw32_topdir=.; if ! test -x configure; then __mingw32_topdir=..; fi; \\\
$__mingw32_topdir/configure --cache-file=%{_mingw32_cache} \\\
--host=%{_mingw32_host} \\\
--build=%_build \\\

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: mingw32-filesystem
Version: 47
Version: 48
Release: 1%{?dist}
Summary: MinGW base filesystem and environment
@ -154,6 +154,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Feb 18 2009 Richard W.M. Jones <rjones@redhat.com> - 48-1
- Fix _mingw32_configure.
* Tue Feb 17 2009 Richard W.M. Jones <rjones@redhat.com> - 47-1
- Rename mingw32-COPYING to COPYING.
- Rename mingw32-macros.mingw32 to macros.mingw32.