forked from pool/libqt5-qt3d
Accepting request 429971 from KDE:Qt5
The Time Has Come to Shoot You Down... What a Sound OBS-URL: https://build.opensuse.org/request/show/429971 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qt3d?expand=0&rev=3
This commit is contained in:
parent
ebac906337
commit
34bfc2b6d1
@ -5,3 +5,5 @@ libQt53DQuickRender5
|
|||||||
libQt53DRender5
|
libQt53DRender5
|
||||||
libQt53DQuickInput5
|
libQt53DQuickInput5
|
||||||
libQt53DLogic5
|
libQt53DLogic5
|
||||||
|
libQt53DExtras5
|
||||||
|
libQt53DQuickExtras5
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 24 18:39:00 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.7.0
|
||||||
|
* For more details please see:
|
||||||
|
https://www.qt.io/qt5-7/
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 8 14:15:14 UTC 2016 - hrvoje.senjan@gmail.com
|
Wed Jun 8 14:15:14 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -21,15 +21,15 @@
|
|||||||
%define libname libQt53DCore5
|
%define libname libQt53DCore5
|
||||||
|
|
||||||
Name: libqt5-qt3d
|
Name: libqt5-qt3d
|
||||||
Version: 5.6.1
|
Version: 5.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt 5 3D Addon
|
Summary: Qt 5 3D Addon
|
||||||
License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
|
License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
Url: http://qt.digia.com
|
Url: http://qt.digia.com
|
||||||
%define base_name libqt5
|
%define base_name libqt5
|
||||||
%define real_version 5.6.1
|
%define real_version 5.7.0
|
||||||
%define so_version 5.6.1
|
%define so_version 5.7.0
|
||||||
%define tar_version qt3d-opensource-src-%{real_version}
|
%define tar_version qt3d-opensource-src-%{real_version}
|
||||||
Source: %{tar_version}.tar.xz
|
Source: %{tar_version}.tar.xz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
@ -146,6 +146,28 @@ Qt is a set of libraries for developing applications.
|
|||||||
This package contains base tools, like string, xml, and network
|
This package contains base tools, like string, xml, and network
|
||||||
handling.
|
handling.
|
||||||
|
|
||||||
|
%package -n libQt53DExtras5
|
||||||
|
Summary: Qt 5 3D Addon
|
||||||
|
Group: Development/Libraries/X11
|
||||||
|
%requires_ge libQt5Core5
|
||||||
|
|
||||||
|
%description -n libQt53DExtras5
|
||||||
|
Qt is a set of libraries for developing applications.
|
||||||
|
|
||||||
|
This package contains base tools, like string, xml, and network
|
||||||
|
handling.
|
||||||
|
|
||||||
|
%package -n libQt53DQuickExtras5
|
||||||
|
Summary: Qt 5 3D Addon
|
||||||
|
Group: Development/Libraries/X11
|
||||||
|
%requires_ge libQt5Core5
|
||||||
|
|
||||||
|
%description -n libQt53DQuickExtras5
|
||||||
|
Qt is a set of libraries for developing applications.
|
||||||
|
|
||||||
|
This package contains base tools, like string, xml, and network
|
||||||
|
handling.
|
||||||
|
|
||||||
%package imports
|
%package imports
|
||||||
Summary: Qt 5 3D Library - QML imports
|
Summary: Qt 5 3D Library - QML imports
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
@ -234,13 +256,31 @@ Requires: libQt53DLogic5 = %{version}
|
|||||||
%description -n libQt53DLogic-devel
|
%description -n libQt53DLogic-devel
|
||||||
The Qt 5 Logic 3D library - development files.
|
The Qt 5 Logic 3D library - development files.
|
||||||
|
|
||||||
|
%package -n libQt53DExtras-devel
|
||||||
|
Summary: Qt 5 3D Extras - development files
|
||||||
|
Group: Development/Libraries/X11
|
||||||
|
Requires: libQt53DExtras5 = %{version}
|
||||||
|
|
||||||
|
%description -n libQt53DExtras-devel
|
||||||
|
The Qt 5 Logic 3D library - development files.
|
||||||
|
|
||||||
|
%package -n libQt53DQuickExtras-devel
|
||||||
|
Summary: Qt 5 3D QuickExtras Library - development files
|
||||||
|
Group: Development/Libraries/X11
|
||||||
|
Requires: libQt53DQuickExtras5 = %{version}
|
||||||
|
|
||||||
|
%description -n libQt53DQuickExtras-devel
|
||||||
|
The Qt 5 Logic 3D library - development files.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Qt Development Kit
|
Summary: Qt Development Kit
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
Requires: libQt53DCore-devel = %{version}
|
Requires: libQt53DCore-devel = %{version}
|
||||||
|
Requires: libQt53DExtras-devel = %{version}
|
||||||
Requires: libQt53DInput-devel = %{version}
|
Requires: libQt53DInput-devel = %{version}
|
||||||
Requires: libQt53DLogic-devel = %{version}
|
Requires: libQt53DLogic-devel = %{version}
|
||||||
Requires: libQt53DQuick-devel = %{version}
|
Requires: libQt53DQuick-devel = %{version}
|
||||||
|
Requires: libQt53DQuickExtras-devel = %{version}
|
||||||
Requires: libQt53DQuickInput-devel = %{version}
|
Requires: libQt53DQuickInput-devel = %{version}
|
||||||
Requires: libQt53DQuickRender-devel = %{version}
|
Requires: libQt53DQuickRender-devel = %{version}
|
||||||
Requires: libQt53DRender-devel = %{version}
|
Requires: libQt53DRender-devel = %{version}
|
||||||
@ -296,6 +336,14 @@ the exact Qt version.
|
|||||||
|
|
||||||
%postun -n libQt53DLogic5 -p /sbin/ldconfig
|
%postun -n libQt53DLogic5 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%post -n libQt53DExtras5 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -n libQt53DExtras5 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%post -n libQt53DQuickExtras5 -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -n libQt53DQuickExtras5 -p /sbin/ldconfig
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if %qt5_snapshot
|
%if %qt5_snapshot
|
||||||
#force the configure script to generate the forwarding headers (it checks whether .git directory exists)
|
#force the configure script to generate the forwarding headers (it checks whether .git directory exists)
|
||||||
@ -345,8 +393,8 @@ popd
|
|||||||
%doc LICENSE.*
|
%doc LICENSE.*
|
||||||
%{_libqt5_libdir}/libQt53DRender.so.*
|
%{_libqt5_libdir}/libQt53DRender.so.*
|
||||||
%dir %{_libqt5_libdir}/qt5/plugins/sceneparsers
|
%dir %{_libqt5_libdir}/qt5/plugins/sceneparsers
|
||||||
%{_libqt5_libdir}/qt5/plugins/sceneparsers/libgltfsceneparser.so
|
%{_libqt5_libdir}/qt5/plugins/sceneparsers/libassimpsceneio.so
|
||||||
%{_libqt5_libdir}/qt5/plugins/sceneparsers/libassimpsceneparser.so
|
%{_libqt5_libdir}/qt5/plugins/sceneparsers/libgltfsceneio.so
|
||||||
|
|
||||||
%files -n libQt53DQuickInput5
|
%files -n libQt53DQuickInput5
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
@ -358,6 +406,14 @@ popd
|
|||||||
%{_libqt5_libdir}/libQt53DLogic.so.*
|
%{_libqt5_libdir}/libQt53DLogic.so.*
|
||||||
%doc LICENSE.*
|
%doc LICENSE.*
|
||||||
|
|
||||||
|
%files -n libQt53DExtras5
|
||||||
|
%doc LICENSE.*
|
||||||
|
%{_libqt5_libdir}/libQt53DExtras.so.*
|
||||||
|
|
||||||
|
%files -n libQt53DQuickExtras5
|
||||||
|
%doc LICENSE.*
|
||||||
|
%{_libqt5_libdir}/libQt53DQuickExtras.so.*
|
||||||
|
|
||||||
%files imports
|
%files imports
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc LICENSE.*
|
%doc LICENSE.*
|
||||||
@ -458,6 +514,30 @@ popd
|
|||||||
%{_libqt5_includedir}/Qt3DLogic/
|
%{_libqt5_includedir}/Qt3DLogic/
|
||||||
%exclude %{_libqt5_includedir}/Qt*/%{so_version}/
|
%exclude %{_libqt5_includedir}/Qt*/%{so_version}/
|
||||||
|
|
||||||
|
%files -n libQt53DExtras-devel
|
||||||
|
%defattr(-,root,root,755)
|
||||||
|
%doc LICENSE.*
|
||||||
|
%{_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}/
|
||||||
|
|
||||||
|
%files -n libQt53DQuickExtras-devel
|
||||||
|
%defattr(-,root,root,755)
|
||||||
|
%doc LICENSE.*
|
||||||
|
%{_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}/
|
||||||
|
|
||||||
%files private-headers-devel
|
%files private-headers-devel
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc LICENSE.*
|
%doc LICENSE.*
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ad93015165b1ab1a8b458e08503c8f4c8450c2b58024a3ac074281a1a90ea80d
|
|
||||||
size 19763900
|
|
3
qt3d-opensource-src-5.7.0.tar.xz
Normal file
3
qt3d-opensource-src-5.7.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a8248a1779b561ea450e92345e8187bacac359df0e92ad61a1ad7652bb233e29
|
||||||
|
size 20001696
|
Loading…
Reference in New Issue
Block a user