The %{_mingw32_qmake_qt4} macro pointed to an invalid mkspecs name. Fixed

This commit is contained in:
Erik van Pienbroek 2011-07-01 14:05:10 +02:00
parent f88e1d8947
commit 4269348602
2 changed files with 5 additions and 2 deletions

View File

@ -169,7 +169,7 @@ package or when debugging this package.\
-DCMAKE_TOOLCHAIN_FILE=/usr/share/mingw32/Toolchain-mingw32.cmake
%_mingw32_qmake_qt4 %{_mingw32_env} ; \
%_qt4_qmake -spec win32-g++-fedora-cross
%_qt4_qmake -spec win32-g++-cross
%_mingw32_description This is the cross-compiled version of this library / tool.\
You should only install this package if you want to cross-compile programs for \

View File

@ -2,7 +2,7 @@
Name: mingw32-filesystem
Version: 69
Release: 3%{?dist}
Release: 4%{?dist}
Summary: MinGW base filesystem and environment
Group: Development/Libraries
@ -170,6 +170,9 @@ install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_datadir}/mingw32
%changelog
* Fri Jul 1 2011 Erik van Pienbroek <epienbro@fedoraproject.org> - 69-4
- The %%{_mingw32_qmake_qt4} macro pointed to an invalid mkspecs name. Fixed
* Tue Jun 28 2011 Kalev Lember <kalev@smartlink.ee> - 69-3
- Set Boost_COMPILER to -gcc46 in cmake toolchain file