[mingw-qt: 8/65] - Location of *.dll files moved again.

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


commit dd8dfc971e0cedfcfaaa9bf97280487c88b4d966
Author: Richard W.M. Jones <rjones at fedoraproject.org>
Date:   Fri Jun 12 12:30:33 2009 +0000

    - Location of *.dll files moved again.

 mingw32-qt.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-qt.spec b/mingw32-qt.spec
index 304864a..ab18008 100644
--- a/mingw32-qt.spec
+++ b/mingw32-qt.spec
@@ -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
@@ -162,7 +162,7 @@ mkdir -p $RPM_BUILD_ROOT%{_mingw32_includedir}
 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}/*.dll $RPM_BUILD_ROOT%{_mingw32_bindir}
+mv $RPM_BUILD_ROOT%{_libdir}/qt4/bin/*.dll $RPM_BUILD_ROOT%{_mingw32_bindir}
 mv $RPM_BUILD_ROOT%{_libdir}/*.a $RPM_BUILD_ROOT%{_mingw32_libdir}
 rm $RPM_BUILD_ROOT%{_libdir}/qt4/bin/*
 rm $RPM_BUILD_ROOT%{_libdir}/*.prl
@@ -237,8 +237,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Fri Jun 12 2009 Richard W.M. Jones <rjones at redhat.com> - 4.5.1-1
+* Fri Jun 12 2009 Richard W.M. Jones <rjones at redhat.com> - 4.5.1-2
 - Update to Qt 4.5.1.
+- Location of *.dll files moved again.
 
 * 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