Accepting request 854153 from home:cgiboudeaux:Qt6:release

Qt Addons 6.0.0

OBS-URL: https://build.opensuse.org/request/show/854153
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:6.0/qt6-3d?expand=0&rev=1
This commit is contained in:
Christophe Giboudeaux 2020-12-11 10:50:58 +00:00 committed by Git OBS Bridge
commit 82f24be223
8 changed files with 763 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

18
_constraints Normal file
View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<constraints>
<hardware>
<disk>
<size unit="G">5</size>
</disk>
</hardware>
<overwrite>
<conditions>
<arch>ppc64</arch>
</conditions>
<hardware>
<memory>
<size unit="M">4500</size>
</memory>
</hardware>
</overwrite>
</constraints>

15
_service Normal file
View File

@ -0,0 +1,15 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="changesgenerate">disable</param>
<param name="version">6.0.0</param>
<param name="url">git://code.qt.io/qt/qt3d.git</param>
<param name="revision">v6.0.0</param>
<param name="scm">git</param>
<param name="filename">qt3d</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled" />
</services>

3
qt3d-6.0.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8fdfd85081f2615899b048180f64980c5732c3ee434734168072f717ed2e06fa
size 118187744

69
qt6-3d-docs.spec Normal file
View File

@ -0,0 +1,69 @@
#
# spec file for package qt6-3d-docs
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define real_version 6.0.0
%define short_version 6.0
%define tar_name qt3d
%define tar_suffix %{nil}
#
Name: qt6-3d-docs
Version: 6.0.0
Release: 0
Summary: Qt 6 3D Documentation
License: GFDL-1.3-only
URL: https://www.qt.io
Source: %{tar_name}-%{real_version}%{tar_suffix}.tar.xz
BuildRequires: pkgconfig
BuildRequires: qt6-core-private-devel
BuildRequires: qt6-gui-private-devel
BuildRequires: qt6-opengl-private-devel
BuildRequires: qt6-qml-private-devel
BuildRequires: qt6-quick-private-devel
BuildRequires: qt6-shadertools-private-devel
BuildRequires: cmake(Qt6Concurrent)
BuildRequires: cmake(Qt6Core)
# Doesn't build yet
# BuildRequires: cmake(Qt6Gamepad)
BuildRequires: cmake(Qt6Gui)
BuildRequires: cmake(Qt6OpenGL)
BuildRequires: cmake(Qt6Qml)
BuildRequires: cmake(Qt6Quick)
BuildRequires: cmake(Qt6ShaderTools)
BuildRequires: cmake(Qt6Widgets)
BuildRequires: cmake(assimp) >= 5
BuildRequires: pkgconfig(zlib)
BuildRequires: qt6-tools
%description
The Qt 6 3D Documentation.
%{qt6_doc_packages}
%prep
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
%build
%cmake_qt6 \
-DQT_FEATURE_qt3d_system_assimp=ON
%{qt6_build_docs}
%install
%{qt6_install_docs}
%changelog -n qt6-3d.changes

16
qt6-3d.changes Normal file
View File

@ -0,0 +1,16 @@
-------------------------------------------------------------------
Tue Dec 8 15:10:39 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 6.0.0:
* https://www.qt.io/blog/qt-6.0-released
-------------------------------------------------------------------
Tue Oct 6 21:47:03 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 6.0.0-alpha
https://www.qt.io/blog/qt-6.0-alpha-released
-------------------------------------------------------------------
Sat Jun 13 18:19:09 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Add qt6-3d

618
qt6-3d.spec Normal file
View File

@ -0,0 +1,618 @@
#
# spec file for package qt6-3d
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define real_version 6.0.0
%define short_version 6.0
%define tar_name qt3d
%define tar_suffix %{nil}
#
Name: qt6-3d
Version: 6.0.0
Release: 0
Summary: Qt 6 3D Library
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
URL: https://www.qt.io
Source: %{tar_name}-%{real_version}%{tar_suffix}.tar.xz
BuildRequires: pkgconfig
BuildRequires: qt6-core-private-devel
BuildRequires: qt6-gui-private-devel
BuildRequires: qt6-opengl-private-devel
BuildRequires: qt6-qml-private-devel
BuildRequires: qt6-quick-private-devel
BuildRequires: qt6-shadertools-private-devel
BuildRequires: cmake(Qt6Concurrent)
BuildRequires: cmake(Qt6Core)
# Doesn't build yet
# BuildRequires: cmake(Qt6Gamepad)
BuildRequires: cmake(Qt6Gui)
BuildRequires: cmake(Qt6OpenGL)
BuildRequires: cmake(Qt6Qml)
BuildRequires: cmake(Qt6Quick)
BuildRequires: cmake(Qt6ShaderTools)
BuildRequires: cmake(Qt6Widgets)
BuildRequires: cmake(assimp) >= 5
BuildRequires: pkgconfig(zlib)
%description
Qt 3D provides functionality for near-realtime simulation
systems with support for 2D and 3D rendering in both Qt C++ and Qt Quick applications.
%package devel
Summary: Qt 6 3D development meta package
Requires: cmake(Qt63DAnimation) = %{real_version}
Requires: cmake(Qt63DCore) = %{real_version}
Requires: cmake(Qt63DExtras) = %{real_version}
Requires: cmake(Qt63DInput) = %{real_version}
Requires: cmake(Qt63DLogic) = %{real_version}
Requires: cmake(Qt63DQuick) = %{real_version}
Requires: cmake(Qt63DQuickAnimation) = %{real_version}
Requires: cmake(Qt63DQuickExtras) = %{real_version}
Requires: cmake(Qt63DQuickInput) = %{real_version}
Requires: cmake(Qt63DQuickRender) = %{real_version}
Requires: cmake(Qt63DQuickScene2D) = %{real_version}
Requires: cmake(Qt63DRender) = %{real_version}
BuildArch: noarch
%description devel
This meta-package requires all the qt6-3d development packages.
%package private-devel
Summary: Qt 6 3D unstable ABI meta package
Requires: qt6-3d-devel = %{version}
Requires: qt6-3danimation-private-devel = %{version}
Requires: qt6-3dcore-private-devel = %{version}
Requires: qt6-3dextras-private-devel = %{version}
Requires: qt6-3dinput-private-devel = %{version}
Requires: qt6-3dlogic-private-devel = %{version}
Requires: qt6-3dquick-private-devel = %{version}
Requires: qt6-3dquickanimation-private-devel = %{version}
Requires: qt6-3dquickextras-private-devel = %{version}
Requires: qt6-3dquickinput-private-devel = %{version}
Requires: qt6-3dquickrender-private-devel = %{version}
Requires: qt6-3dquickscene2d-private-devel = %{version}
Requires: qt6-3drender-private-devel = %{version}
BuildArch: noarch
%description private-devel
This meta-package requires all the qt6-3d development packages that do not
have any ABI or API guarantees.
%package -n libQt63DAnimation6
Summary: Qt 6 3DAnimation library
%description -n libQt63DAnimation6
The Qt 6 3DAnimation library.
%package -n qt6-3danimation-devel
Summary: Development files for the Qt 6 3DAnimation library
Requires: libQt63DAnimation6 = %{version}
%description -n qt6-3danimation-devel
Development files for the Qt 6 3DAnimation library.
%package -n qt6-3danimation-private-devel
Summary: Non-ABI stable API for the Qt 6 3DAnimation library
Requires: cmake(Qt63DAnimation) = %{real_version}
%description -n qt6-3danimation-private-devel
This package provides private headers of libQt63DAnimation that do not have any
ABI or API guarantees.
%package -n libQt63DCore6
Summary: Qt 6 3DCore library
%description -n libQt63DCore6
The Qt 6 3DCore library.
%package -n qt6-3dcore-devel
Summary: Development files for the Qt 6 3DCore library
Requires: libQt63DCore6 = %{version}
%description -n qt6-3dcore-devel
Development files for the Qt 6 3DCore library.
%package -n qt6-3dcore-private-devel
Summary: Non-ABI stable API for the Qt 6 3DCore library
Requires: cmake(Qt63DCore) = %{real_version}
%description -n qt6-3dcore-private-devel
This package provides private headers of libQt63DCore that do not have any
ABI or API guarantees.
%package -n libQt63DExtras6
Summary: Qt 6 3DExtras library
%description -n libQt63DExtras6
The Qt 6 3DExtras library.
%package -n qt6-3dextras-devel
Summary: Development files for the Qt 6 3DExtras library
Requires: libQt63DExtras6 = %{version}
%description -n qt6-3dextras-devel
Development files for the Qt 6 3DExtras library.
%package -n qt6-3dextras-private-devel
Summary: Non-ABI stable API for the Qt 6 3DExtras library
Requires: cmake(Qt63DExtras) = %{real_version}
%description -n qt6-3dextras-private-devel
This package provides private headers of libQt63DExtras that do not have any
ABI or API guarantees.
%package -n libQt63DInput6
Summary: Qt 6 3DInput library
%description -n libQt63DInput6
The Qt 6 3DInput library.
%package -n qt6-3dinput-devel
Summary: Development files for the Qt 6 3DInput library
Requires: libQt63DInput6 = %{version}
%description -n qt6-3dinput-devel
Development files for the Qt 6 3DInput library.
%package -n qt6-3dinput-private-devel
Summary: Non-ABI stable API for the Qt 6 3DInput library
Requires: cmake(Qt63DInput) = %{real_version}
%description -n qt6-3dinput-private-devel
This package provides private headers of libQt63DInput that do not have any
ABI or API guarantees.
%package -n libQt63DLogic6
Summary: Qt 6 3DLogic library
%description -n libQt63DLogic6
The Qt 6 3DLogic library.
%package -n qt6-3dlogic-devel
Summary: Development files for the Qt 6 3DLogic library
Requires: libQt63DLogic6 = %{version}
%description -n qt6-3dlogic-devel
Development files for the Qt 6 3DLogic library.
%package -n qt6-3dlogic-private-devel
Summary: Non-ABI stable API for the Qt 6 3DLogic library
Requires: cmake(Qt63DLogic) = %{real_version}
%description -n qt6-3dlogic-private-devel
This package provides private headers of libQt63DLogic that do not have any
ABI or API guarantees.
%package -n libQt63DQuick6
Summary: Qt 6 3DQuick library
%description -n libQt63DQuick6
The Qt 6 3DQuick library.
%package -n qt6-3dquick-devel
Summary: Development files for the Qt 6 3DQuick library
Requires: libQt63DQuick6 = %{version}
%description -n qt6-3dquick-devel
Development files for the Qt 6 3DQuick library.
%package -n qt6-3dquick-private-devel
Summary: Non-ABI stable API for the Qt 6 3DQuick library
Requires: cmake(Qt63DQuick) = %{real_version}
%description -n qt6-3dquick-private-devel
This package provides private headers of libQt63DQuick that do not have any
ABI or API guarantees.
%package -n libQt63DQuickAnimation6
Summary: Qt 6 3DQuickAnimation library
%description -n libQt63DQuickAnimation6
The Qt 6 3DQuickAnimation library.
%package -n qt6-3dquickanimation-devel
Summary: Development files for the Qt 6 3DQuickAnimation library
Requires: libQt63DQuickAnimation6 = %{version}
%description -n qt6-3dquickanimation-devel
Development files for the Qt 6 3DQuickAnimation library.
%package -n qt6-3dquickanimation-private-devel
Summary: Non-ABI stable API for the Qt 6 3DQuickAnimation library
Requires: cmake(Qt63DQuickAnimation) = %{real_version}
%description -n qt6-3dquickanimation-private-devel
This package provides private headers of libQt63DQuickAnimation that do not
have any ABI or API guarantees.
%package -n libQt63DQuickExtras6
Summary: Qt 6 3DQuickExtras library
%description -n libQt63DQuickExtras6
The Qt 6 3DQuickExtras library.
%package -n qt6-3dquickextras-devel
Summary: Development files for the Qt 6 3DQuickExtras library
Requires: libQt63DQuickExtras6 = %{version}
%description -n qt6-3dquickextras-devel
Development files for the Qt 6 3DQuickExtras library.
%package -n qt6-3dquickextras-private-devel
Summary: Non-ABI stable API for the Qt 6 3DQuickExtras library
Requires: cmake(Qt63DQuickExtras) = %{real_version}
%description -n qt6-3dquickextras-private-devel
This package provides private headers of libQt63DQuickExtras that do not have
any ABI or API guarantees.
%package -n libQt63DQuickInput6
Summary: Qt 6 3DQuickInput library
%description -n libQt63DQuickInput6
The Qt 6 3DQuickInput library.
%package -n qt6-3dquickinput-devel
Summary: Development files for the Qt 6 3DQuickInput library
Requires: libQt63DQuickInput6 = %{version}
%description -n qt6-3dquickinput-devel
Development files for the Qt 6 3DQuickInput library.
%package -n qt6-3dquickinput-private-devel
Summary: Non-ABI stable API for the Qt 6 3DQuickInput library
Requires: cmake(Qt63DQuickInput) = %{real_version}
%description -n qt6-3dquickinput-private-devel
This package provides private headers of libQt63DQuickInput that do not have any
ABI or API guarantees.
%package -n libQt63DQuickRender6
Summary: Qt 6 3DQuickRender library
%description -n libQt63DQuickRender6
The Qt 6 3DQuickRender library.
%package -n qt6-3dquickrender-devel
Summary: Development files for the Qt 6 3DQuickRender library
Requires: libQt63DQuickRender6 = %{version}
%description -n qt6-3dquickrender-devel
Development files for the Qt 6 3DQuickRender library.
%package -n qt6-3dquickrender-private-devel
Summary: Non-ABI stable API for the Qt 6 3DQuickRender library
Requires: cmake(Qt63DQuickRender) = %{real_version}
%description -n qt6-3dquickrender-private-devel
This package provides private headers of libQt63DQuickRender that do not have
any ABI or API guarantees.
%package -n libQt63DQuickScene2D6
Summary: Qt 6 3DQuickScene2D library
%description -n libQt63DQuickScene2D6
The Qt 6 3DQuickScene2D library.
%package -n qt6-3dquickscene2d-devel
Summary: Development files for the Qt 6 3DQuickScene2D library
Requires: libQt63DQuickScene2D6 = %{version}
%description -n qt6-3dquickscene2d-devel
Development files for the Qt 6 3DQuickScene2D library.
%package -n qt6-3dquickscene2d-private-devel
Summary: Non-ABI stable API for the Qt 6 3DQuickScene2D library
Requires: cmake(Qt63DQuickScene2D) = %{real_version}
%description -n qt6-3dquickscene2d-private-devel
This package provides private headers of libQt63DQuickScene2D that do not have
any ABI or API guarantees.
%package -n libQt63DRender6
Summary: Qt 6 3DRender library
%description -n libQt63DRender6
The Qt 6 3DRender library.
%package -n qt6-3drender-devel
Summary: Development files for the Qt 6 3DRender library
Requires: libQt63DRender6 = %{version}
%description -n qt6-3drender-devel
Development files for the Qt 6 3DRender library.
%package -n qt6-3drender-private-devel
Summary: Non-ABI stable API for the Qt 6 3DRender library
Requires: cmake(Qt63DRender) = %{real_version}
%description -n qt6-3drender-private-devel
This package provides private headers of libQt63DRender that do not have any
ABI or API guarantees.
%package imports
Summary: Qt 6 3D Library - QML imports
%requires_ge libQt6Quick6
Supplements: (libQt63DCore6 and libQt6Quick6)
%description imports
Qt 6 3D QML imports.
%{qt6_examples_package}
%prep
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
# Empty file used for the meta packages
touch meta_package
%build
# -flto breaks CONFIG += resources_big (QTBUG-73834), but resources_big is
# needed to prevent excessive memory use.
# The error is visible when building the 'planets-qml' example.
%define _lto_cflags %{nil}
%cmake_qt6 \
-DQT_FEATURE_qt3d_system_assimp=ON
%{qt6_build}
%install
%{qt6_install}
# Unneeded files related to plugins
rm -fr %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
%post -n libQt63DAnimation6 -p /sbin/ldconfig
%postun -n libQt63DAnimation6 -p /sbin/ldconfig
%post -n libQt63DCore6 -p /sbin/ldconfig
%postun -n libQt63DCore6 -p /sbin/ldconfig
%post -n libQt63DExtras6 -p /sbin/ldconfig
%postun -n libQt63DExtras6 -p /sbin/ldconfig
%post -n libQt63DInput6 -p /sbin/ldconfig
%postun -n libQt63DInput6 -p /sbin/ldconfig
%post -n libQt63DLogic6 -p /sbin/ldconfig
%postun -n libQt63DLogic6 -p /sbin/ldconfig
%post -n libQt63DQuick6 -p /sbin/ldconfig
%postun -n libQt63DQuick6 -p /sbin/ldconfig
%post -n libQt63DQuickAnimation6 -p /sbin/ldconfig
%postun -n libQt63DQuickAnimation6 -p /sbin/ldconfig
%post -n libQt63DQuickExtras6 -p /sbin/ldconfig
%postun -n libQt63DQuickExtras6 -p /sbin/ldconfig
%post -n libQt63DQuickInput6 -p /sbin/ldconfig
%postun -n libQt63DQuickInput6 -p /sbin/ldconfig
%post -n libQt63DQuickRender6 -p /sbin/ldconfig
%postun -n libQt63DQuickRender6 -p /sbin/ldconfig
%post -n libQt63DQuickScene2D6 -p /sbin/ldconfig
%postun -n libQt63DQuickScene2D6 -p /sbin/ldconfig
%post -n libQt63DRender6 -p /sbin/ldconfig
%postun -n libQt63DRender6 -p /sbin/ldconfig
%files devel
%doc meta_package
%files private-devel
%doc meta_package
%files -n libQt63DAnimation6
%{_qt6_libdir}/libQt63DAnimation.so.*
%files -n qt6-3danimation-devel
%{_qt6_cmakedir}/Qt63DAnimation/
%{_qt6_descriptionsdir}/3DAnimation.json
%{_qt6_includedir}/Qt3DAnimation/
%{_qt6_libdir}/libQt63DAnimation.prl
%{_qt6_libdir}/libQt63DAnimation.so
%{_qt6_mkspecsdir}/modules/qt_lib_3danimation.pri
%exclude %{_qt6_includedir}/Qt3DAnimation/%{real_version}
%files -n qt6-3danimation-private-devel
%{_qt6_includedir}/Qt3DAnimation/%{real_version}/
%{_qt6_mkspecsdir}/modules/qt_lib_3danimation_private.pri
%files -n libQt63DCore6
%license LICENSE.*
%{_qt6_libdir}/libQt63DCore.so.*
%files -n qt6-3dcore-devel
%dir %{_qt6_cmakedir}/Qt6
%{_qt6_cmakedir}/Qt6/FindWrapAssimp.cmake
%{_qt6_cmakedir}/Qt63DCore/
%{_qt6_cmakedir}/Qt6BuildInternals/StandaloneTests/Qt3DTestsConfig.cmake
%{_qt6_descriptionsdir}/3DCore.json
%{_qt6_includedir}/Qt3DCore/
%{_qt6_libdir}/libQt63DCore.prl
%{_qt6_libdir}/libQt63DCore.so
%{_qt6_mkspecsdir}/modules/qt_lib_3dcore.pri
%exclude %{_qt6_includedir}/Qt3DCore/%{real_version}
%files -n qt6-3dcore-private-devel
%{_qt6_includedir}/Qt3DCore/%{real_version}/
%{_qt6_mkspecsdir}/modules/qt_lib_3dcore_private.pri
%files -n libQt63DExtras6
%{_qt6_libdir}/libQt63DExtras.so.*
%files -n qt6-3dextras-devel
%{_qt6_cmakedir}/Qt63DExtras/
%{_qt6_descriptionsdir}/3DExtras.json
%{_qt6_includedir}/Qt3DExtras/
%{_qt6_libdir}/libQt63DExtras.prl
%{_qt6_libdir}/libQt63DExtras.so
%{_qt6_mkspecsdir}/modules/qt_lib_3dextras.pri
%exclude %{_qt6_includedir}/Qt3DExtras/%{real_version}
%files -n qt6-3dextras-private-devel
%{_qt6_includedir}/Qt3DExtras/%{real_version}/
%{_qt6_mkspecsdir}/modules/qt_lib_3dextras_private.pri
%files -n libQt63DInput6
%{_qt6_libdir}/libQt63DInput.so.*
%files -n qt6-3dinput-devel
%{_qt6_cmakedir}/Qt63DInput/
%{_qt6_descriptionsdir}/3DInput.json
%{_qt6_includedir}/Qt3DInput/
%{_qt6_libdir}/libQt63DInput.prl
%{_qt6_libdir}/libQt63DInput.so
%{_qt6_mkspecsdir}/modules/qt_lib_3dinput.pri
%exclude %{_qt6_includedir}/Qt3DInput/%{real_version}
%files -n qt6-3dinput-private-devel
%{_qt6_includedir}/Qt3DInput/%{real_version}/
%{_qt6_mkspecsdir}/modules/qt_lib_3dinput_private.pri
%files -n libQt63DLogic6
%{_qt6_libdir}/libQt63DLogic.so.*
%files -n qt6-3dlogic-devel
%{_qt6_cmakedir}/Qt63DLogic/
%{_qt6_descriptionsdir}/3DLogic.json
%{_qt6_includedir}/Qt3DLogic/
%{_qt6_libdir}/libQt63DLogic.prl
%{_qt6_libdir}/libQt63DLogic.so
%{_qt6_mkspecsdir}/modules/qt_lib_3dlogic.pri
%exclude %{_qt6_includedir}/Qt3DLogic/%{real_version}
%files -n qt6-3dlogic-private-devel
%{_qt6_includedir}/Qt3DLogic/%{real_version}/
%{_qt6_mkspecsdir}/modules/qt_lib_3dlogic_private.pri
%files -n libQt63DQuick6
%{_qt6_libdir}/libQt63DQuick.so.*
%files -n qt6-3dquick-devel
%{_qt6_cmakedir}/Qt63DQuick/
%{_qt6_descriptionsdir}/3DQuick.json
%{_qt6_includedir}/Qt3DQuick/
%{_qt6_libdir}/libQt63DQuick.prl
%{_qt6_libdir}/libQt63DQuick.so
%{_qt6_metatypesdir}/qt63dquick_*_metatypes.json
%{_qt6_mkspecsdir}/modules/qt_lib_3dquick.pri
%exclude %{_qt6_includedir}/Qt3DQuick/%{real_version}
%files -n qt6-3dquick-private-devel
%{_qt6_includedir}/Qt3DQuick/%{real_version}/
%{_qt6_mkspecsdir}/modules/qt_lib_3dquick_private.pri
%files -n libQt63DQuickAnimation6
%{_qt6_libdir}/libQt63DQuickAnimation.so.*
%files -n qt6-3dquickanimation-devel
%{_qt6_cmakedir}/Qt63DQuickAnimation/
%{_qt6_descriptionsdir}/3DQuickAnimation.json
%{_qt6_includedir}/Qt3DQuickAnimation/
%{_qt6_libdir}/libQt63DQuickAnimation.prl
%{_qt6_libdir}/libQt63DQuickAnimation.so
%{_qt6_mkspecsdir}/modules/qt_lib_3dquickanimation.pri
%exclude %{_qt6_includedir}/Qt3DQuickAnimation/%{real_version}
%files -n qt6-3dquickanimation-private-devel
%{_qt6_includedir}/Qt3DQuickAnimation/%{real_version}/
%{_qt6_mkspecsdir}/modules/qt_lib_3dquickanimation_private.pri
%files -n libQt63DQuickExtras6
%{_qt6_libdir}/libQt63DQuickExtras.so.*
%files -n qt6-3dquickextras-devel
%{_qt6_cmakedir}/Qt63DQuickExtras/
%{_qt6_descriptionsdir}/3DQuickExtras.json
%{_qt6_includedir}/Qt3DQuickExtras/
%{_qt6_libdir}/libQt63DQuickExtras.prl
%{_qt6_libdir}/libQt63DQuickExtras.so
%{_qt6_mkspecsdir}/modules/qt_lib_3dquickextras.pri
%exclude %{_qt6_includedir}/Qt3DQuickExtras/%{real_version}
%files -n qt6-3dquickextras-private-devel
%{_qt6_includedir}/Qt3DQuickExtras/%{real_version}/
%{_qt6_mkspecsdir}/modules/qt_lib_3dquickextras_private.pri
%files -n libQt63DQuickInput6
%{_qt6_libdir}/libQt63DQuickInput.so.*
%files -n qt6-3dquickinput-devel
%{_qt6_cmakedir}/Qt63DQuickInput/
%{_qt6_descriptionsdir}/3DQuickInput.json
%{_qt6_includedir}/Qt3DQuickInput/
%{_qt6_libdir}/libQt63DQuickInput.prl
%{_qt6_libdir}/libQt63DQuickInput.so
%{_qt6_mkspecsdir}/modules/qt_lib_3dquickinput.pri
%exclude %{_qt6_includedir}/Qt3DQuickInput/%{real_version}
%files -n qt6-3dquickinput-private-devel
%{_qt6_includedir}/Qt3DQuickInput/%{real_version}/
%{_qt6_mkspecsdir}/modules/qt_lib_3dquickinput_private.pri
%files -n libQt63DQuickRender6
%{_qt6_libdir}/libQt63DQuickRender.so.*
%files -n qt6-3dquickrender-devel
%{_qt6_cmakedir}/Qt63DQuickRender/
%{_qt6_descriptionsdir}/3DQuickRender.json
%{_qt6_includedir}/Qt3DQuickRender/
%{_qt6_libdir}/libQt63DQuickRender.prl
%{_qt6_libdir}/libQt63DQuickRender.so
%{_qt6_mkspecsdir}/modules/qt_lib_3dquickrender.pri
%exclude %{_qt6_includedir}/Qt3DQuickRender/%{real_version}
%files -n qt6-3dquickrender-private-devel
%{_qt6_includedir}/Qt3DQuickRender/%{real_version}/
%{_qt6_mkspecsdir}/modules/qt_lib_3dquickrender_private.pri
%files -n libQt63DQuickScene2D6
%{_qt6_libdir}/libQt63DQuickScene2D.so.*
# TODO move plugins elsewhere?
%{_qt6_pluginsdir}/renderplugins/
%files -n qt6-3dquickscene2d-devel
%{_qt6_cmakedir}/Qt63DQuickScene2D/
%{_qt6_descriptionsdir}/3DQuickScene2D.json
%{_qt6_includedir}/Qt3DQuickScene2D/
%{_qt6_libdir}/libQt63DQuickScene2D.prl
%{_qt6_libdir}/libQt63DQuickScene2D.so
%{_qt6_mkspecsdir}/modules/qt_lib_3dquickscene2d.pri
%exclude %{_qt6_includedir}/Qt3DQuickScene2D/%{real_version}
%files -n qt6-3dquickscene2d-private-devel
%{_qt6_includedir}/Qt3DQuickScene2D/%{real_version}/
%{_qt6_mkspecsdir}/modules/qt_lib_3dquickscene2d_private.pri
%files -n libQt63DRender6
%{_qt6_libdir}/libQt63DRender.so.*
# TODO move plugins elsewhere?
%{_qt6_pluginsdir}/geometryloaders/
%{_qt6_pluginsdir}/sceneparsers/
%{_qt6_pluginsdir}/renderers/
%files -n qt6-3drender-devel
%{_qt6_cmakedir}/Qt63DRender/
%{_qt6_descriptionsdir}/3DRender.json
%{_qt6_includedir}/Qt3DRender/
%{_qt6_libdir}/libQt63DRender.prl
%{_qt6_libdir}/libQt63DRender.so
%{_qt6_mkspecsdir}/modules/qt_lib_3drender.pri
%exclude %{_qt6_includedir}/Qt3DRender/%{real_version}
%files -n qt6-3drender-private-devel
%{_qt6_includedir}/Qt3DRender/%{real_version}/
%{_qt6_mkspecsdir}/modules/qt_lib_3drender_private.pri
%files imports
%{_qt6_qmldir}/Qt3D/
%{_qt6_qmldir}/QtQuick/
%changelog