Removed -win32 option and fixed -spec option for mingw32-qmake-qt4
This commit is contained in:
parent
dd7c74f479
commit
97e2f31e91
@ -168,7 +168,7 @@ package or when debugging this package.\
|
||||
-DCMAKE_TOOLCHAIN_FILE=/usr/share/mingw32/Toolchain-mingw32.cmake
|
||||
|
||||
%_mingw32_qmake_qt4 %{_mingw32_env} ; \
|
||||
%_qt4_qmake -win32 -spec fedora-win32-cross
|
||||
%_qt4_qmake -spec win32-g++-fedora-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 \
|
||||
|
@ -1,7 +1,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: mingw32-filesystem
|
||||
Version: 63
|
||||
Version: 64
|
||||
Release: 1%{?dist}
|
||||
Summary: MinGW base filesystem and environment
|
||||
|
||||
@ -167,6 +167,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Nov 14 2010 Ivan Romanov <drizt@land.ru> 64-1
|
||||
- Removed -win32 option for mingw32-qmake-qt4 (is obsoletes since qt version 4.7.0)
|
||||
- Using win32-g++-fedora-cross instead fedora-win32-cross spec file
|
||||
|
||||
* Thu Nov 11 2010 Erik van Pienbroek <epienbro@fedoraproject.org> - 63-1
|
||||
- Set the CMAKE_RC_COMPILER variable in the CMake toolchain file (RHBZ #652435)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user