2016-05-19 12:14:07 +02:00
|
|
|
#
|
|
|
|
# spec file for package libqt5-qt3d
|
|
|
|
#
|
2020-05-27 10:38:41 +02:00
|
|
|
# Copyright (c) 2020 SUSE LLC
|
2016-05-19 12:14:07 +02:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2019-12-17 11:11:19 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2016-05-19 12:14:07 +02:00
|
|
|
#
|
|
|
|
|
2021-01-31 17:30:52 +01:00
|
|
|
# Internal QML imports of examples
|
|
|
|
%global __requires_exclude qmlimport\\(Qardboard.*
|
2016-05-19 12:14:07 +02:00
|
|
|
|
2021-06-24 14:00:00 +02:00
|
|
|
%define qt5_snapshot 1
|
2016-05-19 12:14:07 +02:00
|
|
|
%define libname libQt53DCore5
|
2019-12-17 11:11:19 +01:00
|
|
|
%define base_name libqt5
|
2023-01-10 09:48:24 +01:00
|
|
|
%define real_version 5.15.8
|
|
|
|
%define so_version 5.15.8
|
2021-06-24 14:00:00 +02:00
|
|
|
%define tar_version qt3d-everywhere-src-%{version}
|
2020-11-22 22:09:27 +01:00
|
|
|
%global enable_assimp (0%{?suse_version} >= 1550)
|
2016-05-19 12:14:07 +02:00
|
|
|
Name: libqt5-qt3d
|
2023-01-10 09:48:24 +01:00
|
|
|
Version: 5.15.8+kde0
|
2016-05-19 12:14:07 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Qt 5 3D Addon
|
2019-12-17 11:11:19 +01:00
|
|
|
# Legal: some files are GPL-3.0-only WITH Qt-GPL-exception-1.0
|
2019-12-17 11:48:54 +01:00
|
|
|
# The exception allows using these files under the license of the larger project
|
2019-12-17 11:11:19 +01:00
|
|
|
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
|
2016-05-19 12:14:07 +02:00
|
|
|
Group: Development/Libraries/X11
|
2019-12-17 11:11:19 +01:00
|
|
|
URL: https://www.qt.io
|
2021-06-24 14:00:00 +02:00
|
|
|
Source: %{tar_version}.tar.xz
|
2016-05-19 12:14:07 +02:00
|
|
|
BuildRequires: fdupes
|
2021-06-24 14:00:00 +02:00
|
|
|
BuildRequires: libQt5Bootstrap-devel-static >= %{real_version}
|
|
|
|
BuildRequires: libQt5Concurrent-devel >= %{real_version}
|
|
|
|
BuildRequires: libQt5Core-private-headers-devel >= %{real_version}
|
|
|
|
BuildRequires: libQt5Gui-private-headers-devel >= %{real_version}
|
|
|
|
BuildRequires: libQt5OpenGLExtensions-devel-static >= %{real_version}
|
|
|
|
BuildRequires: libqt5-qtdeclarative-private-headers-devel >= %{real_version}
|
2019-12-17 11:11:19 +01:00
|
|
|
%if %{qt5_snapshot}
|
2016-05-19 12:14:07 +02:00
|
|
|
#to create the forwarding headers
|
|
|
|
BuildRequires: perl
|
|
|
|
%endif
|
2019-12-17 11:11:19 +01:00
|
|
|
BuildRequires: pkgconfig
|
2016-05-19 12:14:07 +02:00
|
|
|
BuildRequires: xz
|
2020-11-22 22:09:27 +01:00
|
|
|
%if %{enable_assimp}
|
|
|
|
BuildRequires: pkgconfig(assimp) > 3.3.1
|
|
|
|
%endif
|
2019-12-17 11:11:19 +01:00
|
|
|
BuildRequires: pkgconfig(zlib)
|
2016-05-19 12:14:07 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
Qt is a set of libraries for developing applications.
|
|
|
|
|
2017-06-17 10:22:06 +02:00
|
|
|
Qt 3D provides functionality for near-realtime simulation
|
|
|
|
systems with support for 2D and 3D rendering in both Qt C++ and Qt Quick applications.
|
2016-05-19 12:14:07 +02:00
|
|
|
|
|
|
|
%prep
|
2019-07-12 14:09:08 +02:00
|
|
|
%autosetup -p1 -n %{tar_version}
|
2016-05-19 12:14:07 +02:00
|
|
|
|
2019-12-17 11:11:19 +01:00
|
|
|
%package -n %{libname}
|
2016-05-19 12:14:07 +02:00
|
|
|
Summary: Qt 5 3D Addon
|
2016-10-26 13:29:50 +02:00
|
|
|
Group: System/Libraries
|
2019-12-17 11:11:19 +01:00
|
|
|
%requires_ge libQt5Core5
|
2016-05-19 12:14:07 +02:00
|
|
|
# Removed in Qt3D 5.6
|
|
|
|
Provides: libQt53dCollision5 = %{version}
|
|
|
|
Obsoletes: libQt53dCollision5 < %{version}
|
|
|
|
|
2019-12-17 11:11:19 +01:00
|
|
|
%description -n %{libname}
|
2016-05-19 12:14:07 +02:00
|
|
|
Qt is a set of libraries for developing applications.
|
|
|
|
|
2017-06-17 10:22:06 +02:00
|
|
|
Qt 3D provides functionality for near-realtime simulation
|
|
|
|
systems with support for 2D and 3D rendering in both Qt C++ and Qt Quick applications.
|
2016-05-19 12:14:07 +02:00
|
|
|
|
|
|
|
%package -n libQt53DInput5
|
|
|
|
Summary: Qt 5 3D Addon
|
2016-10-26 13:29:50 +02:00
|
|
|
Group: System/Libraries
|
2019-12-17 11:11:19 +01:00
|
|
|
%requires_ge libQt5Core5
|
2016-05-19 12:14:07 +02:00
|
|
|
|
|
|
|
%description -n libQt53DInput5
|
|
|
|
Qt is a set of libraries for developing applications.
|
|
|
|
|
2016-10-26 13:29:50 +02:00
|
|
|
The Qt 3D Input module provides classes for handling user input in
|
|
|
|
applications using Qt3D.
|
2016-05-19 12:14:07 +02:00
|
|
|
|
|
|
|
%package -n libQt53DQuick5
|
|
|
|
Summary: Qt 5 3D Addon
|
2016-10-26 13:29:50 +02:00
|
|
|
Group: System/Libraries
|
2019-12-17 11:11:19 +01:00
|
|
|
%requires_ge libQt5Core5
|
2016-05-19 12:14:07 +02:00
|
|
|
|
|
|
|
%description -n libQt53DQuick5
|
|
|
|
Qt is a set of libraries for developing applications.
|
|
|
|
|
2016-10-26 13:29:50 +02:00
|
|
|
This package provides core Qt 3D QML types.
|
2016-05-19 12:14:07 +02:00
|
|
|
|
|
|
|
%package -n libQt53DQuickRender5
|
|
|
|
Summary: Qt 5 3D Addon
|
2016-10-26 13:29:50 +02:00
|
|
|
Group: System/Libraries
|
2019-12-17 11:11:19 +01:00
|
|
|
%requires_ge libQt5Core5
|
2016-05-19 12:14:07 +02:00
|
|
|
Provides: libQt53DQuickRenderer5 = %{version}
|
|
|
|
Obsoletes: libQt53DQuickRenderer5 < %{version}
|
|
|
|
|
|
|
|
%description -n libQt53DQuickRender5
|
|
|
|
Qt is a set of libraries for developing applications.
|
|
|
|
|
2016-10-26 13:29:50 +02:00
|
|
|
This package provides Qt 3D QML types for rendering.
|
2016-05-19 12:14:07 +02:00
|
|
|
|
|
|
|
%package -n libQt53DRender5
|
|
|
|
Summary: Qt 5 3D Addon
|
2016-10-26 13:29:50 +02:00
|
|
|
Group: System/Libraries
|
2019-12-17 11:11:19 +01:00
|
|
|
%requires_ge libQt5Core5
|
2016-05-19 12:14:07 +02:00
|
|
|
Provides: libQt53DRenderer5 = %{version}
|
|
|
|
Obsoletes: libQt53DRenderer5 < %{version}
|
|
|
|
|
|
|
|
%description -n libQt53DRender5
|
|
|
|
Qt is a set of libraries for developing applications.
|
|
|
|
|
2016-10-26 13:29:50 +02:00
|
|
|
The Qt 3D Render module contains functionality to support 2D and 3D
|
|
|
|
rendering using Qt 3D.
|
2016-05-19 12:14:07 +02:00
|
|
|
|
|
|
|
%package -n libQt53DQuickInput5
|
|
|
|
Summary: Qt 5 3D Addon
|
2016-10-26 13:29:50 +02:00
|
|
|
Group: System/Libraries
|
2019-12-17 11:11:19 +01:00
|
|
|
%requires_ge libQt5Core5
|
2016-05-19 12:14:07 +02:00
|
|
|
|
|
|
|
%description -n libQt53DQuickInput5
|
|
|
|
Qt is a set of libraries for developing applications.
|
|
|
|
|
2017-06-17 10:22:06 +02:00
|
|
|
Qt 3D provides functionality for near-realtime simulation
|
|
|
|
systems with support for 2D and 3D rendering in both Qt C++ and Qt Quick applications.
|
2016-05-19 12:14:07 +02:00
|
|
|
|
|
|
|
%package -n libQt53DLogic5
|
|
|
|
Summary: Qt 5 3D Addon
|
2016-10-26 13:29:50 +02:00
|
|
|
Group: System/Libraries
|
2019-12-17 11:11:19 +01:00
|
|
|
%requires_ge libQt5Core5
|
2016-05-19 12:14:07 +02:00
|
|
|
|
|
|
|
%description -n libQt53DLogic5
|
|
|
|
Qt is a set of libraries for developing applications.
|
|
|
|
|
2016-10-26 13:29:50 +02:00
|
|
|
Qt 3D Logic module enables synchronizing frames with the Qt 3D
|
|
|
|
backend.
|
2016-05-19 12:14:07 +02:00
|
|
|
|
2016-10-03 09:36:26 +02:00
|
|
|
%package -n libQt53DExtras5
|
|
|
|
Summary: Qt 5 3D Addon
|
2016-10-26 13:29:50 +02:00
|
|
|
Group: System/Libraries
|
2019-12-17 11:11:19 +01:00
|
|
|
%requires_ge libQt5Core5
|
2016-10-03 09:36:26 +02:00
|
|
|
|
|
|
|
%description -n libQt53DExtras5
|
|
|
|
Qt is a set of libraries for developing applications.
|
|
|
|
|
2017-06-17 10:22:06 +02:00
|
|
|
Qt 3D provides functionality for near-realtime simulation
|
|
|
|
systems with support for 2D and 3D rendering in both Qt C++ and Qt Quick applications.
|
2016-10-03 09:36:26 +02:00
|
|
|
|
|
|
|
%package -n libQt53DQuickExtras5
|
|
|
|
Summary: Qt 5 3D Addon
|
2016-10-26 13:29:50 +02:00
|
|
|
Group: System/Libraries
|
2019-12-17 11:11:19 +01:00
|
|
|
%requires_ge libQt5Core5
|
2016-10-03 09:36:26 +02:00
|
|
|
|
|
|
|
%description -n libQt53DQuickExtras5
|
|
|
|
Qt is a set of libraries for developing applications.
|
|
|
|
|
2017-06-17 10:22:06 +02:00
|
|
|
This Qt 3D module contains functionality to support near-realtime
|
|
|
|
simulation systems.
|
|
|
|
|
|
|
|
%package -n libQt53DAnimation5
|
|
|
|
Summary: Qt 5 3D Addon
|
|
|
|
Group: System/Libraries
|
2019-12-17 11:11:19 +01:00
|
|
|
%requires_ge libQt5Core5
|
2017-06-17 10:22:06 +02:00
|
|
|
|
|
|
|
%description -n libQt53DAnimation5
|
|
|
|
Qt is a set of libraries for developing applications.
|
|
|
|
|
|
|
|
This Qt 3D module contains functionality to support near-realtime
|
|
|
|
simulation systems.
|
|
|
|
|
|
|
|
%package -n libQt53DQuickAnimation5
|
|
|
|
Summary: Qt 5 3D Addon
|
|
|
|
Group: System/Libraries
|
2019-12-17 11:11:19 +01:00
|
|
|
%requires_ge libQt5Core5
|
2017-06-17 10:22:06 +02:00
|
|
|
|
|
|
|
%description -n libQt53DQuickAnimation5
|
|
|
|
Qt is a set of libraries for developing applications.
|
|
|
|
|
|
|
|
This Qt 3D module contains functionality to support near-realtime
|
|
|
|
simulation systems.
|
|
|
|
|
|
|
|
%package -n libQt53DQuickScene2D5
|
|
|
|
Summary: Qt 5 3D Addon
|
|
|
|
Group: System/Libraries
|
2019-12-17 11:11:19 +01:00
|
|
|
%requires_ge libQt5Core5
|
2017-06-17 10:22:06 +02:00
|
|
|
|
|
|
|
%description -n libQt53DQuickScene2D5
|
|
|
|
Qt is a set of libraries for developing applications.
|
|
|
|
|
|
|
|
This Qt 3D module contains functionality to support near-realtime
|
|
|
|
simulation systems.
|
2016-10-03 09:36:26 +02:00
|
|
|
|
2016-05-19 12:14:07 +02:00
|
|
|
%package imports
|
|
|
|
Summary: Qt 5 3D Library - QML imports
|
|
|
|
Group: Development/Libraries/X11
|
2019-12-17 11:11:19 +01:00
|
|
|
%requires_ge libQtQuick5
|
|
|
|
Supplements: (%{libname} and libQtQuick5)
|
2016-05-19 12:14:07 +02:00
|
|
|
|
|
|
|
%description imports
|
|
|
|
Qt is a set of libraries for developing applications.
|
|
|
|
|
2017-06-17 10:22:06 +02:00
|
|
|
This Qt 3D module contains functionality to support near-realtime
|
|
|
|
simulation systems.
|
2016-05-19 12:14:07 +02:00
|
|
|
|
|
|
|
%package examples
|
|
|
|
Summary: Qt5 3D examples
|
|
|
|
Group: Development/Libraries/X11
|
2019-12-17 11:11:19 +01:00
|
|
|
License: BSD-3-Clause
|
2016-05-19 12:14:07 +02:00
|
|
|
Recommends: %{name}-devel
|
|
|
|
|
|
|
|
%description examples
|
2017-06-17 10:22:06 +02:00
|
|
|
Examples for the libqt5-qt3d module.
|
2016-05-19 12:14:07 +02:00
|
|
|
|
|
|
|
%package tools
|
|
|
|
Summary: Qt5 3D tools
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Recommends: %{name}-devel
|
|
|
|
|
|
|
|
%description tools
|
|
|
|
Tools for libqt5-qt3d module.
|
|
|
|
|
|
|
|
%package -n libQt53DCore-devel
|
2017-06-17 10:22:06 +02:00
|
|
|
Summary: Development files for the Qt 5 Core 3D library
|
2016-05-19 12:14:07 +02:00
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt53DCore5 = %{version}
|
|
|
|
|
|
|
|
%description -n libQt53DCore-devel
|
2017-06-17 10:22:06 +02:00
|
|
|
Development files for the Qt 5 Core 3D library.
|
2016-05-19 12:14:07 +02:00
|
|
|
|
|
|
|
%package -n libQt53DInput-devel
|
2017-06-17 10:22:06 +02:00
|
|
|
Summary: Development files for the Qt 5 Input 3D library
|
2016-05-19 12:14:07 +02:00
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt53DInput5 = %{version}
|
|
|
|
|
|
|
|
%description -n libQt53DInput-devel
|
2017-06-17 10:22:06 +02:00
|
|
|
Development files for the Qt 5 Input 3D library.
|
2016-05-19 12:14:07 +02:00
|
|
|
|
|
|
|
%package -n libQt53DQuick-devel
|
2017-06-17 10:22:06 +02:00
|
|
|
Summary: Development files for the Qt 5 Quick 3D library
|
2016-05-19 12:14:07 +02:00
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt53DQuick5 = %{version}
|
|
|
|
|
|
|
|
%description -n libQt53DQuick-devel
|
2017-06-17 10:22:06 +02:00
|
|
|
Development files for the Qt 5 Quick 3D library.
|
2016-05-19 12:14:07 +02:00
|
|
|
|
|
|
|
%package -n libQt53DQuickRender-devel
|
2017-06-17 10:22:06 +02:00
|
|
|
Summary: Development files for the Qt 5 QuickRenderer 3D library
|
2016-05-19 12:14:07 +02:00
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt53DQuickRender5 = %{version}
|
|
|
|
Provides: libQt53DQuickRenderer-devel = %{version}
|
|
|
|
Obsoletes: libQt53DQuickRenderer-devel < %{version}
|
|
|
|
|
|
|
|
%description -n libQt53DQuickRender-devel
|
2017-06-17 10:22:06 +02:00
|
|
|
Development files for the Qt 5 QuickRenderer 3D library.
|
2016-05-19 12:14:07 +02:00
|
|
|
|
|
|
|
%package -n libQt53DRender-devel
|
2017-06-17 10:22:06 +02:00
|
|
|
Summary: Development files for the Qt 5 Renderer 3D library
|
2016-05-19 12:14:07 +02:00
|
|
|
Group: Development/Libraries/X11
|
2017-12-23 12:12:26 +01:00
|
|
|
# Qt53DRenderConfig.cmake requires libscene2d.so
|
|
|
|
Requires: libQt53DQuickScene2D5 = %{version}
|
2019-12-17 11:11:19 +01:00
|
|
|
Requires: libQt53DRender5 = %{version}
|
2016-05-19 12:14:07 +02:00
|
|
|
Provides: libQt53DRenderer-devel = %{version}
|
|
|
|
Obsoletes: libQt53DRenderer-devel < %{version}
|
|
|
|
|
|
|
|
%description -n libQt53DRender-devel
|
2017-06-17 10:22:06 +02:00
|
|
|
Development files for the Qt 5 Renderer 3D library.
|
2016-05-19 12:14:07 +02:00
|
|
|
|
|
|
|
%package -n libQt53DQuickInput-devel
|
2017-06-17 10:22:06 +02:00
|
|
|
Summary: Development files for the Qt 5 QuickInput 3D library
|
2016-05-19 12:14:07 +02:00
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt53DQuickInput5 = %{version}
|
|
|
|
|
|
|
|
%description -n libQt53DQuickInput-devel
|
2017-06-17 10:22:06 +02:00
|
|
|
Development files for the Qt 5 Quick Input 3D library.
|
2016-05-19 12:14:07 +02:00
|
|
|
|
|
|
|
%package -n libQt53DLogic-devel
|
2017-06-17 10:22:06 +02:00
|
|
|
Summary: Development files for the Qt 5 Logic 3D library
|
2016-05-19 12:14:07 +02:00
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt53DLogic5 = %{version}
|
|
|
|
|
|
|
|
%description -n libQt53DLogic-devel
|
2017-06-17 10:22:06 +02:00
|
|
|
Development files for the Qt 5 Logic 3D library.
|
2016-05-19 12:14:07 +02:00
|
|
|
|
2016-10-03 09:36:26 +02:00
|
|
|
%package -n libQt53DExtras-devel
|
2017-06-17 10:22:06 +02:00
|
|
|
Summary: Development files for the Qt 5 3D Extras libary
|
2016-10-03 09:36:26 +02:00
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt53DExtras5 = %{version}
|
|
|
|
|
|
|
|
%description -n libQt53DExtras-devel
|
2017-06-17 10:22:06 +02:00
|
|
|
Development files for the Qt 5 3D Extras library.
|
|
|
|
|
|
|
|
%package -n libQt53DAnimation-devel
|
|
|
|
Summary: Development files for the Qt 5 3D Animation library
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt53DAnimation5 = %{version}
|
|
|
|
|
|
|
|
%description -n libQt53DAnimation-devel
|
|
|
|
Development files for the Qt 5 3D Animation library.
|
|
|
|
|
|
|
|
%package -n libQt53DQuickAnimation-devel
|
|
|
|
Summary: Development files for the Qt 5 3D Quick Animation library
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt53DQuickAnimation5 = %{version}
|
|
|
|
|
|
|
|
%description -n libQt53DQuickAnimation-devel
|
|
|
|
Development files for the Qt 5 3D Quick Animation library.
|
|
|
|
|
|
|
|
%package -n libQt53DQuickScene2D-devel
|
|
|
|
Summary: Development files for the Qt 5 3D Quick Scene 2D library
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt53DQuickScene2D5 = %{version}
|
|
|
|
|
|
|
|
%description -n libQt53DQuickScene2D-devel
|
|
|
|
Development files for the Qt 5 3D Quick Scene 2D library.
|
2016-10-03 09:36:26 +02:00
|
|
|
|
|
|
|
%package -n libQt53DQuickExtras-devel
|
2017-06-17 10:22:06 +02:00
|
|
|
Summary: Development files for the Qt 5 3D QuickExtras library
|
2016-10-03 09:36:26 +02:00
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Requires: libQt53DQuickExtras5 = %{version}
|
|
|
|
|
|
|
|
%description -n libQt53DQuickExtras-devel
|
2017-06-17 10:22:06 +02:00
|
|
|
Development files for the Qt 5 Logic 3D library.
|
2016-10-03 09:36:26 +02:00
|
|
|
|
2016-05-19 12:14:07 +02:00
|
|
|
%package devel
|
2017-06-17 10:22:06 +02:00
|
|
|
Summary: Development files for the Qt5 3D library
|
2016-05-19 12:14:07 +02:00
|
|
|
Group: Development/Libraries/X11
|
2019-12-17 11:11:19 +01:00
|
|
|
Requires: libQt53DAnimation-devel = %{version}
|
2016-05-19 12:14:07 +02:00
|
|
|
Requires: libQt53DCore-devel = %{version}
|
2016-10-03 09:36:26 +02:00
|
|
|
Requires: libQt53DExtras-devel = %{version}
|
2016-05-19 12:14:07 +02:00
|
|
|
Requires: libQt53DInput-devel = %{version}
|
|
|
|
Requires: libQt53DLogic-devel = %{version}
|
|
|
|
Requires: libQt53DQuick-devel = %{version}
|
2019-12-17 11:11:19 +01:00
|
|
|
Requires: libQt53DQuickAnimation-devel = %{version}
|
2016-10-03 09:36:26 +02:00
|
|
|
Requires: libQt53DQuickExtras-devel = %{version}
|
2016-05-19 12:14:07 +02:00
|
|
|
Requires: libQt53DQuickInput-devel = %{version}
|
|
|
|
Requires: libQt53DQuickRender-devel = %{version}
|
2017-06-17 10:22:06 +02:00
|
|
|
Requires: libQt53DQuickScene2D-devel = %{version}
|
2016-05-19 12:14:07 +02:00
|
|
|
Requires: libQt53DRender-devel = %{version}
|
|
|
|
# Removed in Qt3D 5.6
|
|
|
|
Provides: libQt53dCollision-devel = %{version}
|
|
|
|
Obsoletes: libQt53dCollision-devel < %{version}
|
|
|
|
|
|
|
|
%description devel
|
2017-06-17 10:22:06 +02:00
|
|
|
You need this package if you want to compile programs with qt3d.
|
2016-05-19 12:14:07 +02:00
|
|
|
|
|
|
|
%package private-headers-devel
|
2017-06-17 10:22:06 +02:00
|
|
|
Summary: Non-ABI stable experimental API for the Qt5 3D library
|
2016-05-19 12:14:07 +02:00
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: %{name}-devel = %{version}
|
2021-06-24 14:00:00 +02:00
|
|
|
Requires: libQt5Core-private-headers-devel >= %{real_version}
|
|
|
|
Requires: libQt5Gui-private-headers-devel >= %{real_version}
|
|
|
|
Requires: libQt5OpenGLExtensions-devel-static >= %{real_version}
|
|
|
|
Requires: libqt5-qtdeclarative-private-headers-devel >= %{real_version}
|
2019-12-17 11:11:19 +01:00
|
|
|
BuildArch: noarch
|
2016-05-19 12:14:07 +02:00
|
|
|
|
|
|
|
%description private-headers-devel
|
|
|
|
This package provides private headers of libqt5-qt3d that are normally
|
|
|
|
not used by application development and that do not have any ABI or
|
|
|
|
API guarantees. The packages that build against these have to require
|
|
|
|
the exact Qt version.
|
|
|
|
|
2019-12-17 11:11:19 +01:00
|
|
|
%post -n %{libname} -p /sbin/ldconfig
|
|
|
|
%postun -n %{libname} -p /sbin/ldconfig
|
2016-05-19 12:14:07 +02:00
|
|
|
%post -n libQt53DInput5 -p /sbin/ldconfig
|
|
|
|
%postun -n libQt53DInput5 -p /sbin/ldconfig
|
|
|
|
%post -n libQt53DQuick5 -p /sbin/ldconfig
|
|
|
|
%postun -n libQt53DQuick5 -p /sbin/ldconfig
|
|
|
|
%post -n libQt53DQuickRender5 -p /sbin/ldconfig
|
|
|
|
%postun -n libQt53DQuickRender5 -p /sbin/ldconfig
|
|
|
|
%post -n libQt53DRender5 -p /sbin/ldconfig
|
|
|
|
%postun -n libQt53DRender5 -p /sbin/ldconfig
|
|
|
|
%post -n libQt53DQuickInput5 -p /sbin/ldconfig
|
|
|
|
%postun -n libQt53DQuickInput5 -p /sbin/ldconfig
|
|
|
|
%post -n libQt53DLogic5 -p /sbin/ldconfig
|
|
|
|
%postun -n libQt53DLogic5 -p /sbin/ldconfig
|
2016-10-03 09:36:26 +02:00
|
|
|
%post -n libQt53DExtras5 -p /sbin/ldconfig
|
|
|
|
%postun -n libQt53DExtras5 -p /sbin/ldconfig
|
2017-06-17 10:22:06 +02:00
|
|
|
%post -n libQt53DAnimation5 -p /sbin/ldconfig
|
|
|
|
%postun -n libQt53DAnimation5 -p /sbin/ldconfig
|
|
|
|
%post -n libQt53DQuickAnimation5 -p /sbin/ldconfig
|
|
|
|
%postun -n libQt53DQuickAnimation5 -p /sbin/ldconfig
|
|
|
|
%post -n libQt53DQuickScene2D5 -p /sbin/ldconfig
|
|
|
|
%postun -n libQt53DQuickScene2D5 -p /sbin/ldconfig
|
2016-10-03 09:36:26 +02:00
|
|
|
%post -n libQt53DQuickExtras5 -p /sbin/ldconfig
|
|
|
|
%postun -n libQt53DQuickExtras5 -p /sbin/ldconfig
|
|
|
|
|
2016-05-19 12:14:07 +02:00
|
|
|
%build
|
2019-07-16 15:56:24 +02:00
|
|
|
# -flto breaks CONFIG += resources_big (QTBUG-73834), but resources_big is needed to prevent excessive memory use
|
|
|
|
%define _lto_cflags %{nil}
|
2019-12-17 11:11:19 +01:00
|
|
|
%if %{qt5_snapshot}
|
2016-05-19 12:14:07 +02:00
|
|
|
#force the configure script to generate the forwarding headers (it checks whether .git directory exists)
|
|
|
|
mkdir .git
|
|
|
|
%endif
|
2020-11-22 22:09:27 +01:00
|
|
|
%qmake5 -- \
|
|
|
|
%if %{enable_assimp}
|
|
|
|
-system-assimp \
|
|
|
|
%else
|
|
|
|
-no-assimp \
|
|
|
|
%endif
|
|
|
|
|
2016-05-19 12:14:07 +02:00
|
|
|
%make_jobs
|
|
|
|
|
|
|
|
%install
|
|
|
|
%qmake5_install
|
|
|
|
|
|
|
|
# kill .la files
|
|
|
|
rm -f %{buildroot}%{_libqt5_libdir}/lib*.la
|
|
|
|
|
2020-11-22 22:09:27 +01:00
|
|
|
%if %{enable_assimp}
|
2016-05-19 12:14:07 +02:00
|
|
|
# put all the binaries to %%_bindir and symlink them back to %%_qt5_bindir
|
|
|
|
mkdir -p %{buildroot}%{_bindir}
|
|
|
|
pushd %{buildroot}%{_libqt5_bindir}
|
|
|
|
for i in * ; do
|
2020-12-15 09:58:02 +01:00
|
|
|
ln -s %{_libqt5_bindir}/$i %{buildroot}%{_bindir}/${i}-qt5
|
|
|
|
ln -s %{_libqt5_bindir}/$i %{buildroot}%{_bindir}/${i}
|
2016-05-19 12:14:07 +02:00
|
|
|
done
|
|
|
|
popd
|
2020-11-22 22:09:27 +01:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%fdupes %{buildroot}
|
2016-05-19 12:14:07 +02:00
|
|
|
|
2019-12-17 11:11:19 +01:00
|
|
|
%files -n %{libname}
|
2016-05-19 12:14:07 +02:00
|
|
|
%defattr(-,root,root,755)
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2016-05-19 12:14:07 +02:00
|
|
|
%{_libqt5_libdir}/libQt53DCore.so.*
|
|
|
|
|
|
|
|
%files -n libQt53DInput5
|
|
|
|
%defattr(-,root,root,755)
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2016-05-19 12:14:07 +02:00
|
|
|
%{_libqt5_libdir}/libQt53DInput.so.*
|
|
|
|
|
|
|
|
%files -n libQt53DQuick5
|
|
|
|
%defattr(-,root,root,755)
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2016-05-19 12:14:07 +02:00
|
|
|
%{_libqt5_libdir}/libQt53DQuick.so.*
|
|
|
|
|
|
|
|
%files -n libQt53DQuickRender5
|
|
|
|
%defattr(-,root,root,755)
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2016-05-19 12:14:07 +02:00
|
|
|
%{_libqt5_libdir}/libQt53DQuickRender.so.*
|
|
|
|
|
|
|
|
%files -n libQt53DRender5
|
|
|
|
%defattr(-,root,root,755)
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2016-05-19 12:14:07 +02:00
|
|
|
%{_libqt5_libdir}/libQt53DRender.so.*
|
|
|
|
%dir %{_libqt5_libdir}/qt5/plugins/sceneparsers
|
2017-06-17 10:22:06 +02:00
|
|
|
%{_libqt5_libdir}/qt5/plugins/sceneparsers/libgltfsceneimport.so
|
|
|
|
%{_libqt5_libdir}/qt5/plugins/sceneparsers/libgltfsceneexport.so
|
2020-11-22 22:09:27 +01:00
|
|
|
%if %{enable_assimp}
|
2017-06-17 10:22:06 +02:00
|
|
|
%{_libqt5_libdir}/qt5/plugins/sceneparsers/libassimpsceneimport.so
|
2019-03-22 15:07:21 +01:00
|
|
|
%endif
|
2017-06-17 10:22:06 +02:00
|
|
|
%dir %{_libqt5_libdir}/qt5/plugins/geometryloaders
|
|
|
|
%{_libqt5_libdir}/qt5/plugins/geometryloaders/libdefaultgeometryloader.so
|
|
|
|
%{_libqt5_libdir}/qt5/plugins/geometryloaders/libgltfgeometryloader.so
|
2020-02-26 13:43:12 +01:00
|
|
|
%dir %{_libqt5_libdir}/qt5/plugins/renderers
|
|
|
|
%{_libqt5_libdir}/qt5/plugins/renderers/libopenglrenderer.so
|
2016-05-19 12:14:07 +02:00
|
|
|
|
|
|
|
%files -n libQt53DQuickInput5
|
|
|
|
%defattr(-,root,root,755)
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2016-05-19 12:14:07 +02:00
|
|
|
%{_libqt5_libdir}/libQt53DQuickInput.so.*
|
|
|
|
|
|
|
|
%files -n libQt53DLogic5
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%{_libqt5_libdir}/libQt53DLogic.so.*
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2016-05-19 12:14:07 +02:00
|
|
|
|
2016-10-03 09:36:26 +02:00
|
|
|
%files -n libQt53DExtras5
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2016-10-03 09:36:26 +02:00
|
|
|
%{_libqt5_libdir}/libQt53DExtras.so.*
|
|
|
|
|
2017-06-17 10:22:06 +02:00
|
|
|
%files -n libQt53DAnimation5
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2017-06-17 10:22:06 +02:00
|
|
|
%{_libqt5_libdir}/libQt53DAnimation.so.*
|
|
|
|
|
|
|
|
%files -n libQt53DQuickAnimation5
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2017-06-17 10:22:06 +02:00
|
|
|
%{_libqt5_libdir}/libQt53DQuickAnimation.so.*
|
|
|
|
|
|
|
|
%files -n libQt53DQuickScene2D5
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2017-06-17 10:22:06 +02:00
|
|
|
%{_libqt5_libdir}/libQt53DQuickScene2D.so.*
|
|
|
|
%dir %{_libqt5_libdir}/qt5/plugins/renderplugins
|
|
|
|
%{_libqt5_libdir}/qt5/plugins/renderplugins/libscene2d.so
|
|
|
|
|
2016-10-03 09:36:26 +02:00
|
|
|
%files -n libQt53DQuickExtras5
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2016-10-03 09:36:26 +02:00
|
|
|
%{_libqt5_libdir}/libQt53DQuickExtras.so.*
|
|
|
|
|
2016-05-19 12:14:07 +02:00
|
|
|
%files imports
|
|
|
|
%defattr(-,root,root,755)
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2016-05-19 12:14:07 +02:00
|
|
|
%{_libqt5_archdatadir}/qml/*/
|
|
|
|
|
|
|
|
%files tools
|
|
|
|
%defattr(-,root,root,755)
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2020-11-22 22:09:27 +01:00
|
|
|
%if %{enable_assimp}
|
2016-05-19 12:14:07 +02:00
|
|
|
%{_bindir}/qgltf
|
2020-11-22 22:09:27 +01:00
|
|
|
%{_bindir}/qgltf-qt5
|
2016-05-19 12:14:07 +02:00
|
|
|
%{_libqt5_bindir}/qgltf
|
2020-11-22 22:09:27 +01:00
|
|
|
%endif
|
2016-05-19 12:14:07 +02:00
|
|
|
|
|
|
|
%files examples
|
|
|
|
%defattr(-,root,root,755)
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2016-05-19 12:14:07 +02:00
|
|
|
%{_libqt5_examplesdir}/
|
|
|
|
|
|
|
|
%files -n libQt53DCore-devel
|
|
|
|
%defattr(-,root,root,755)
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2016-05-19 12:14:07 +02:00
|
|
|
%{_libqt5_libdir}/libQt53DCore.so
|
|
|
|
%{_libqt5_libdir}/libQt53DCore.prl
|
|
|
|
%{_libqt5_libdir}/cmake/Qt53DCore/
|
|
|
|
%{_libqt5_libdir}/pkgconfig/Qt53DCore.pc
|
|
|
|
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dcore.pri
|
|
|
|
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dcore_private.pri
|
|
|
|
%{_libqt5_includedir}/Qt3DCore/
|
|
|
|
%exclude %{_libqt5_includedir}/Qt*/%{so_version}/
|
|
|
|
|
|
|
|
%files -n libQt53DInput-devel
|
|
|
|
%defattr(-,root,root,755)
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2016-05-19 12:14:07 +02:00
|
|
|
%{_libqt5_libdir}/libQt53DInput.so
|
|
|
|
%{_libqt5_libdir}/libQt53DInput.prl
|
|
|
|
%{_libqt5_libdir}/cmake/Qt53DInput/
|
|
|
|
%{_libqt5_libdir}/pkgconfig/Qt53DInput.pc
|
|
|
|
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dinput.pri
|
|
|
|
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dinput_private.pri
|
|
|
|
%{_libqt5_includedir}/Qt3DInput/
|
|
|
|
%exclude %{_libqt5_includedir}/Qt*/%{so_version}/
|
|
|
|
|
|
|
|
%files -n libQt53DQuick-devel
|
|
|
|
%defattr(-,root,root,755)
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2016-05-19 12:14:07 +02:00
|
|
|
%{_libqt5_libdir}/libQt53DQuick.so
|
|
|
|
%{_libqt5_libdir}/libQt53DQuick.prl
|
|
|
|
%{_libqt5_libdir}/cmake/Qt53DQuick/
|
|
|
|
%{_libqt5_libdir}/pkgconfig/Qt53DQuick.pc
|
|
|
|
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dquick.pri
|
|
|
|
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dquick_private.pri
|
|
|
|
%{_libqt5_includedir}/Qt3DQuick/
|
|
|
|
%exclude %{_libqt5_includedir}/Qt*/%{so_version}/
|
|
|
|
|
|
|
|
%files -n libQt53DQuickRender-devel
|
|
|
|
%defattr(-,root,root,755)
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2016-05-19 12:14:07 +02:00
|
|
|
%{_libqt5_includedir}/Qt3DQuickRender/
|
|
|
|
%{_libqt5_libdir}/cmake/Qt53DQuickRender/
|
|
|
|
%{_libqt5_libdir}/libQt53DQuickRender.so
|
|
|
|
%{_libqt5_libdir}/libQt53DQuickRender.prl
|
|
|
|
%{_libqt5_libdir}/pkgconfig/Qt53DQuickRender.pc
|
|
|
|
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dquickrender.pri
|
|
|
|
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dquickrender_private.pri
|
|
|
|
%exclude %{_libqt5_includedir}/Qt*/%{so_version}/
|
|
|
|
|
|
|
|
%files -n libQt53DQuickInput-devel
|
|
|
|
%defattr(-,root,root,755)
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2016-05-19 12:14:07 +02:00
|
|
|
%{_libqt5_includedir}/Qt3DQuickInput/
|
|
|
|
%{_libqt5_libdir}/libQt53DQuickInput.so
|
|
|
|
%{_libqt5_libdir}/libQt53DQuickInput.prl
|
|
|
|
%{_libqt5_libdir}/cmake/Qt53DQuickInput/
|
|
|
|
%{_libqt5_libdir}/pkgconfig/Qt53DQuickInput.pc
|
|
|
|
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dquickinput_private.pri
|
|
|
|
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dquickinput.pri
|
|
|
|
%exclude %{_libqt5_includedir}/Qt*/%{so_version}/
|
|
|
|
|
|
|
|
%files -n libQt53DRender-devel
|
|
|
|
%defattr(-,root,root,755)
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2016-05-19 12:14:07 +02:00
|
|
|
%{_libqt5_includedir}/Qt3DRender/
|
|
|
|
%{_libqt5_libdir}/cmake/Qt53DRender/
|
|
|
|
%{_libqt5_libdir}/libQt53DRender.so
|
|
|
|
%{_libqt5_libdir}/libQt53DRender.prl
|
|
|
|
%{_libqt5_libdir}/pkgconfig/Qt53DRender.pc
|
|
|
|
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3drender_private.pri
|
|
|
|
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3drender.pri
|
|
|
|
%exclude %{_libqt5_includedir}/Qt*/%{so_version}/
|
|
|
|
|
|
|
|
%files -n libQt53DLogic-devel
|
|
|
|
%defattr(-,root,root,755)
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2016-05-19 12:14:07 +02:00
|
|
|
%{_libqt5_libdir}/libQt53DLogic.so
|
|
|
|
%{_libqt5_libdir}/libQt53DLogic.prl
|
|
|
|
%{_libqt5_libdir}/cmake/Qt53DLogic/
|
|
|
|
%{_libqt5_libdir}/pkgconfig/Qt53DLogic.pc
|
|
|
|
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dlogic.pri
|
|
|
|
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dlogic_private.pri
|
|
|
|
%{_libqt5_includedir}/Qt3DLogic/
|
|
|
|
%exclude %{_libqt5_includedir}/Qt*/%{so_version}/
|
|
|
|
|
2016-10-03 09:36:26 +02:00
|
|
|
%files -n libQt53DExtras-devel
|
|
|
|
%defattr(-,root,root,755)
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2016-10-03 09:36:26 +02:00
|
|
|
%{_libqt5_libdir}/libQt53DExtras.so
|
|
|
|
%{_libqt5_libdir}/libQt53DExtras.prl
|
|
|
|
%{_libqt5_libdir}/cmake/Qt53DExtras/
|
|
|
|
%{_libqt5_libdir}/pkgconfig/Qt53DExtras.pc
|
|
|
|
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dextras.pri
|
|
|
|
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dextras_private.pri
|
|
|
|
%{_libqt5_includedir}/Qt3DExtras/
|
|
|
|
%exclude %{_libqt5_includedir}/Qt*/%{so_version}/
|
|
|
|
|
2017-06-17 10:22:06 +02:00
|
|
|
%files -n libQt53DAnimation-devel
|
|
|
|
%defattr(-,root,root,755)
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2017-06-17 10:22:06 +02:00
|
|
|
%{_libqt5_libdir}/libQt53DAnimation.so
|
|
|
|
%{_libqt5_libdir}/libQt53DAnimation.prl
|
|
|
|
%{_libqt5_libdir}/cmake/Qt53DAnimation/
|
|
|
|
%{_libqt5_libdir}/pkgconfig/Qt53DAnimation.pc
|
|
|
|
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3danimation.pri
|
|
|
|
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3danimation_private.pri
|
|
|
|
%{_libqt5_includedir}/Qt3DAnimation/
|
|
|
|
%exclude %{_libqt5_includedir}/Qt*/%{so_version}/
|
|
|
|
|
|
|
|
%files -n libQt53DQuickAnimation-devel
|
|
|
|
%defattr(-,root,root,755)
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2017-06-17 10:22:06 +02:00
|
|
|
%{_libqt5_libdir}/libQt53DQuickAnimation.so
|
|
|
|
%{_libqt5_libdir}/libQt53DQuickAnimation.prl
|
|
|
|
%{_libqt5_libdir}/cmake/Qt53DQuickAnimation/
|
|
|
|
%{_libqt5_libdir}/pkgconfig/Qt53DQuickAnimation.pc
|
|
|
|
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dquickanimation.pri
|
|
|
|
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dquickanimation_private.pri
|
|
|
|
%{_libqt5_includedir}/Qt3DQuickAnimation/
|
|
|
|
%exclude %{_libqt5_includedir}/Qt*/%{so_version}/
|
|
|
|
|
|
|
|
%files -n libQt53DQuickScene2D-devel
|
|
|
|
%defattr(-,root,root,755)
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2017-06-17 10:22:06 +02:00
|
|
|
%{_libqt5_libdir}/libQt53DQuickScene2D.so
|
|
|
|
%{_libqt5_libdir}/libQt53DQuickScene2D.prl
|
|
|
|
%{_libqt5_libdir}/cmake/Qt53DQuickScene2D/
|
|
|
|
%{_libqt5_libdir}/pkgconfig/Qt53DQuickScene2D.pc
|
|
|
|
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dquickscene2d.pri
|
|
|
|
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dquickscene2d_private.pri
|
|
|
|
%{_libqt5_includedir}/Qt3DQuickScene2D/
|
|
|
|
%exclude %{_libqt5_includedir}/Qt*/%{so_version}/
|
|
|
|
|
2016-10-03 09:36:26 +02:00
|
|
|
%files -n libQt53DQuickExtras-devel
|
|
|
|
%defattr(-,root,root,755)
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2016-10-03 09:36:26 +02:00
|
|
|
%{_libqt5_libdir}/libQt53DQuickExtras.so
|
|
|
|
%{_libqt5_libdir}/libQt53DQuickExtras.prl
|
|
|
|
%{_libqt5_libdir}/cmake/Qt53DQuickExtras/
|
|
|
|
%{_libqt5_libdir}/pkgconfig/Qt53DQuickExtras.pc
|
|
|
|
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dquickextras.pri
|
|
|
|
%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dquickextras_private.pri
|
|
|
|
%{_libqt5_includedir}/Qt3DQuickExtras/
|
|
|
|
%exclude %{_libqt5_includedir}/Qt*/%{so_version}/
|
|
|
|
|
2016-05-19 12:14:07 +02:00
|
|
|
%files private-headers-devel
|
|
|
|
%defattr(-,root,root,755)
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2016-05-19 12:14:07 +02:00
|
|
|
%{_libqt5_includedir}/Qt*/%{so_version}/
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,755)
|
2019-10-05 18:00:52 +02:00
|
|
|
%license LICENSE.*
|
2016-05-19 12:14:07 +02:00
|
|
|
|
|
|
|
%changelog
|