[mingw-qt: 10/65] Installs more *.dll files in /usr/lib [sic].

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


commit 329ec957ae291496c5c1c03328af39b3c96495a0
Author: Richard W.M. Jones <rjones at fedoraproject.org>
Date:   Fri Jun 12 14:31:58 2009 +0000

    Installs more *.dll files in /usr/lib [sic].

 mingw32-qt.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/mingw32-qt.spec b/mingw32-qt.spec
index bf30828..a115ae7 100644
--- a/mingw32-qt.spec
+++ b/mingw32-qt.spec
@@ -17,7 +17,7 @@
 
 Name:           mingw32-qt
 Version:        4.5.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Qt for Windows
 
 License:        GPLv3 with exceptions or LGPLv2 with exceptions
@@ -163,6 +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}/*.a $RPM_BUILD_ROOT%{_mingw32_libdir}
 rm -rf $RPM_BUILD_ROOT%{_libdir}/qt4/bin
 rm $RPM_BUILD_ROOT%{_libdir}/*.prl
@@ -237,10 +238,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Fri Jun 12 2009 Richard W.M. Jones <rjones at redhat.com> - 4.5.1-3
+* 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.
 - No longer necessary to remove libdir/qt4/bin.
+- Installs more *.dll files in /usr/lib [sic].
 
 * Thu Apr 16 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 4.5.0-5
 - replace %%define with %%global


More information about the scm-commits mailing list