Update config.{guess,sub} in %%mingw_configure (#1288256)
This commit is contained in:
parent
4d9f176480
commit
5d10b97d99
@ -39,6 +39,9 @@
|
|||||||
%mingw_configure \
|
%mingw_configure \
|
||||||
run_mingw_configure() \
|
run_mingw_configure() \
|
||||||
{ \
|
{ \
|
||||||
|
[ "%_configure_gnuconfig_hack" = 1 ] && for i in $(find . -name config.guess -o -name config.sub) ; do \
|
||||||
|
[ -f /usr/lib/rpm/redhat/$(basename $i) ] && %{__rm} -f $i && %{__cp} -fv /usr/lib/rpm/redhat/$(basename $i) $i ; \
|
||||||
|
done ; \
|
||||||
%if 0%{?mingw_build_win32} == 1 \
|
%if 0%{?mingw_build_win32} == 1 \
|
||||||
mkdir build_win32$MINGW_BUILDDIR_SUFFIX \
|
mkdir build_win32$MINGW_BUILDDIR_SUFFIX \
|
||||||
pushd build_win32$MINGW_BUILDDIR_SUFFIX \
|
pushd build_win32$MINGW_BUILDDIR_SUFFIX \
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||||
|
|
||||||
Name: mingw-filesystem
|
Name: mingw-filesystem
|
||||||
Version: 100
|
Version: 101
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: MinGW cross compiler base filesystem and environment
|
Summary: MinGW cross compiler base filesystem and environment
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -309,6 +309,9 @@ install -m 0644 %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/mingw/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 8 2016 Erik van Pienbroek <epienbro@fedoraproject.org> - 101-1
|
||||||
|
- Update config.{guess,sub} in %%mingw_configure (#1288256)
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org>
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org>
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user