rpms/mingw32-qt/F-11 mingw32-qt.spec,1.4,1.5

sailer sailer at fedoraproject.org
Tue Jun 16 14:03:18 UTC 2009


Author: sailer

Update of /cvs/pkgs/rpms/mingw32-qt/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17924

Modified Files:
	mingw32-qt.spec 
Log Message:
fix building on 64bit builders



Index: mingw32-qt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-qt/F-11/mingw32-qt.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- mingw32-qt.spec	16 Jun 2009 12:54:11 -0000	1.4
+++ mingw32-qt.spec	16 Jun 2009 14:03:18 -0000	1.5
@@ -17,7 +17,7 @@
 
 Name:           mingw32-qt
 Version:        4.5.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Qt for Windows
 
 License:        GPLv3 with exceptions or LGPLv2 with exceptions
@@ -163,7 +163,7 @@ mv $RPM_BUILD_ROOT%{_includedir}/* $RPM_
 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-2
+- fix building on 64bit builders
+
 * Tue Jun 16 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 4.5.1-1
 - Update to Qt 4.5.1.
 - Location of *.dll files moved again.




More information about the fedora-extras-commits mailing list