Fix _mingw32_configure.
This commit is contained in:
parent
17b7226512
commit
3f88d62866
@ -80,7 +80,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%_mingw32_configure %{_mingw32_env} ; \
|
%_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} \\\
|
$__mingw32_topdir/configure --cache-file=%{_mingw32_cache} \\\
|
||||||
--host=%{_mingw32_host} \\\
|
--host=%{_mingw32_host} \\\
|
||||||
--build=%_build \\\
|
--build=%_build \\\
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: mingw32-filesystem
|
Name: mingw32-filesystem
|
||||||
Version: 47
|
Version: 48
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: MinGW base filesystem and environment
|
Summary: MinGW base filesystem and environment
|
||||||
|
|
||||||
@ -154,6 +154,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 17 2009 Richard W.M. Jones <rjones@redhat.com> - 47-1
|
||||||
- Rename mingw32-COPYING to COPYING.
|
- Rename mingw32-COPYING to COPYING.
|
||||||
- Rename mingw32-macros.mingw32 to macros.mingw32.
|
- Rename mingw32-macros.mingw32 to macros.mingw32.
|
||||||
|
Loading…
Reference in New Issue
Block a user