6.3.0
This commit is contained in:
parent
8330165e72
commit
fed9fa9594
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/qt3d-everywhere-src-6.2.1.tar.xz
|
||||
/qt3d-everywhere-src-6.2.2.tar.xz
|
||||
/qt3d-everywhere-src-6.2.3.tar.xz
|
||||
/qt3d-everywhere-src-6.3.0.tar.xz
|
||||
|
@ -8,8 +8,10 @@
|
||||
|
||||
Summary: Qt6 - Qt3D QML bindings and C++ APIs
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.2.3
|
||||
Release: 2%{?dist}
|
||||
Version: 6.3.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
#global examples 1
|
||||
|
||||
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
|
||||
# See also http://doc.qt.io/qt-5/licensing.html
|
||||
@ -53,12 +55,13 @@ Requires: qt6-qtbase-devel%{?_isa}
|
||||
%description devel
|
||||
%{summary}.
|
||||
|
||||
%if 0%{?examples}
|
||||
%package examples
|
||||
Summary: Programming examples for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%description examples
|
||||
%{summary}.
|
||||
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%autosetup -n %{qt_module}-everywhere-src-%{qt_version}%{?unstable:-%{prerelease}} -p1
|
||||
@ -71,7 +74,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
# Disable LTO
|
||||
%define _lto_cflags %{nil}
|
||||
|
||||
%cmake_qt6
|
||||
%cmake_qt6 -DQT_BUILD_EXAMPLES:BOOL=%{?examples:ON}%{!?examples:OFF}
|
||||
# -DQT_FEATURE_qt3d_system_assimp=ON
|
||||
|
||||
%cmake_build
|
||||
@ -192,13 +195,16 @@ popd
|
||||
%{_qt6_libdir}/metatypes/qt6*_metatypes.json
|
||||
|
||||
|
||||
%if 0%{?_qt6_examplesdir:1}
|
||||
%if 0%{?examples}
|
||||
%files examples
|
||||
%{_qt6_examplesdir}/
|
||||
%endif
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Apr 13 2022 Jan Grulich <jgrulich@redhat.com> - 6.3.0-1
|
||||
- 6.3.0
|
||||
|
||||
* Fri Feb 25 2022 Jan Grulich <jgrulich@redhat.com> - 6.2.3-2
|
||||
- Enable s390x builds
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qt3d-everywhere-src-6.2.3.tar.xz) = 21bc5d39c5c5f1a79fae67fdaac1ef5e571e06697762eb91b3edf168e7df6eabea5c4791d1f85a44a0ad961b810f5071b4032a92523e02b4038a26eff6088df5
|
||||
SHA512 (qt3d-everywhere-src-6.3.0.tar.xz) = 14fcd607fc6d93f8c97142f6bbb62ec4b7ff108c3233cdb919de1382a21b29aa901a82c5b6d1a0244b3a863e713ba42f65efc21b2eb807cbe0e007b5be17fea9
|
||||
|
Loading…
Reference in New Issue
Block a user