[mingw-qt: 11/65] fix building on 64bit builders

epienbro epienbro at fedoraproject.org
Tue Mar 6 21:27:40 UTC 2012


commit 43460c74ee53d08dd09a4b97d8613d43895d8c17
Author: sailer <sailer at fedoraproject.org>
Date:   Tue Jun 16 15:05:43 2009 +0000

    fix building on 64bit builders

 mingw32-qt.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mingw32-qt.spec b/mingw32-qt.spec
index a115ae7..da5ae2e 100644
--- a/mingw32-qt.spec
+++ b/mingw32-qt.spec
@@ -17,7 +17,7 @@
 
 Name:           mingw32-qt
 Version:        4.5.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Qt for Windows
 
 License:        GPLv3 with exceptions or LGPLv2 with exceptions
@@ -163,7 +163,7 @@ mv $RPM_BUILD_ROOT%{_includedir}/* $RPM_BUILD_ROOT%{_mingw32_includedir}
 mkdir -p $RPM_BUILD_ROOT%{_mingw32_bindir}
 mkdir -p $RPM_BUILD_ROOT%{_mingw32_libdir}
 mv $RPM_BUILD_ROOT%{_libdir}/qt4/bin/*.dll $RPM_BUILD_ROOT%{_mingw32_bindir}
-mv $RPM_BUILD_ROOT/usr/lib/*.dll $RPM_BUILD_ROOT%{_mingw32_bindir}
+mv $RPM_BUILD_ROOT%{_libdir}/*.dll $RPM_BUILD_ROOT%{_mingw32_bindir}
 mv $RPM_BUILD_ROOT%{_libdir}/*.a $RPM_BUILD_ROOT%{_mingw32_libdir}
 rm -rf $RPM_BUILD_ROOT%{_libdir}/qt4/bin
 rm $RPM_BUILD_ROOT%{_libdir}/*.prl
@@ -238,6 +238,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun 16 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 4.5.1-5
+- fix building on 64bit builders
+
 * Fri Jun 12 2009 Richard W.M. Jones <rjones at redhat.com> - 4.5.1-4
 - Update to Qt 4.5.1.
 - Location of *.dll files moved again.


More information about the scm-commits mailing list