[mingw-qt5-qt3d] Don't carry .dll.debug files in main package

Erik van Pienbroek epienbro at fedoraproject.org
Sun Jan 12 14:03:47 UTC 2014


commit a61c066debd6580ca08247d6c6799c0ec132a9a5
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sun Jan 12 15:03:55 2014 +0100

    Don't carry .dll.debug files in main package

 mingw-qt5-qt3d.spec |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/mingw-qt5-qt3d.spec b/mingw-qt5-qt3d.spec
index a328b93..d98de8d 100644
--- a/mingw-qt5-qt3d.spec
+++ b/mingw-qt5-qt3d.spec
@@ -14,7 +14,7 @@
 
 Name:           mingw-qt5-%{qt_module}
 Version:        5.0.0
-Release:        0.9%{?pre:.%{pre}}%{?snapshot_date:.git%{snapshot_date}.%{snapshot_rev}}%{?dist}
+Release:        0.10%{?pre:.%{pre}}%{?snapshot_date:.git%{snapshot_date}.%{snapshot_rev}}%{?dist}
 Summary:        Qt5 for Windows - Qt3d component
 
 License:        GPLv3 with exceptions or LGPLv2 with exceptions
@@ -124,7 +124,11 @@ rm -f $RPM_BUILD_ROOT%{mingw64_libdir}/*.dll
 %{mingw32_libdir}/cmake/Qt53DQuick/
 %{mingw32_libdir}/pkgconfig/Qt53D.pc
 %{mingw32_libdir}/pkgconfig/Qt53DQuick.pc
-%{mingw32_datadir}/qt5/qml/Qt3D/
+%dir %{mingw32_datadir}/qt5/qml/Qt3D/
+%{mingw32_datadir}/qt5/qml/Qt3D/plugins.qmltypes
+%{mingw32_datadir}/qt5/qml/Qt3D/qthreedqmlplugin.dll
+%{mingw32_datadir}/qt5/qml/Qt3D/qmldir
+%{mingw32_datadir}/qt5/qml/Qt3D/Shapes/
 %{mingw32_datadir}/qt5/mkspecs/modules/qt_lib_3d.pri
 %{mingw32_datadir}/qt5/mkspecs/modules/qt_lib_3d_private.pri
 %{mingw32_datadir}/qt5/mkspecs/modules/qt_lib_3dquick.pri
@@ -144,7 +148,11 @@ rm -f $RPM_BUILD_ROOT%{mingw64_libdir}/*.dll
 %{mingw64_libdir}/cmake/Qt53DQuick/
 %{mingw64_libdir}/pkgconfig/Qt53D.pc
 %{mingw64_libdir}/pkgconfig/Qt53DQuick.pc
-%{mingw64_datadir}/qt5/qml/Qt3D/
+%dir %{mingw64_datadir}/qt5/qml/Qt3D/
+%{mingw64_datadir}/qt5/qml/Qt3D/plugins.qmltypes
+%{mingw64_datadir}/qt5/qml/Qt3D/qthreedqmlplugin.dll
+%{mingw64_datadir}/qt5/qml/Qt3D/qmldir
+%{mingw64_datadir}/qt5/qml/Qt3D/Shapes/
 %{mingw64_datadir}/qt5/mkspecs/modules/qt_lib_3d.pri
 %{mingw64_datadir}/qt5/mkspecs/modules/qt_lib_3d_private.pri
 %{mingw64_datadir}/qt5/mkspecs/modules/qt_lib_3dquick.pri
@@ -152,6 +160,9 @@ rm -f $RPM_BUILD_ROOT%{mingw64_libdir}/*.dll
 
 
 %changelog
+* Sun Jan 12 2014 Erik van Pienbroek <epienbro at fedoraproject.org> - 5.0.0-0.10.git20130923.7433868
+- Don't carry .dll.debug files in main package
+
 * Wed Jan  8 2014 Erik van Pienbroek <epienbro at fedoraproject.org> - 5.0.0-0.9.git20130923.7433868
 - Dropped manual rename of import libraries
 


More information about the scm-commits mailing list