6.3.0
This commit is contained in:
parent
91cc3820a3
commit
7a09ed1d53
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
|||||||
/qtwayland-everywhere-src-6.2.1.tar.xz
|
/qtwayland-everywhere-src-6.2.1.tar.xz
|
||||||
/qtwayland-everywhere-src-6.2.2.tar.xz
|
/qtwayland-everywhere-src-6.2.2.tar.xz
|
||||||
/qtwayland-everywhere-src-6.2.3.tar.xz
|
/qtwayland-everywhere-src-6.2.3.tar.xz
|
||||||
|
/qtwayland-everywhere-src-6.3.0.tar.xz
|
||||||
|
@ -6,10 +6,12 @@
|
|||||||
%global prerelease rc2
|
%global prerelease rc2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
#global examples 1
|
||||||
|
|
||||||
Summary: Qt6 - Wayland platform support and QtCompositor module
|
Summary: Qt6 - Wayland platform support and QtCompositor module
|
||||||
Name: qt6-%{qt_module}
|
Name: qt6-%{qt_module}
|
||||||
Version: 6.2.3
|
Version: 6.3.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: LGPLv3
|
License: LGPLv3
|
||||||
Url: http://www.qt.io
|
Url: http://www.qt.io
|
||||||
@ -65,19 +67,20 @@ Requires: qt6-qtdeclarative-devel%{?_isa}
|
|||||||
%description devel
|
%description devel
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
|
%if 0%{?examples}
|
||||||
%package examples
|
%package examples
|
||||||
Summary: Programming examples for %{name}
|
Summary: Programming examples for %{name}
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
%description examples
|
%description examples
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{qt_module}-everywhere-src-%{qt_version}%{?unstable:-%{prerelease}} -p1
|
%autosetup -n %{qt_module}-everywhere-src-%{qt_version}%{?unstable:-%{prerelease}} -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_qt6
|
%cmake_qt6 -DQT_BUILD_EXAMPLES:BOOL=%{?examples:ON}%{!?examples:OFF}
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -127,6 +130,7 @@ popd
|
|||||||
%{_qt6_headerdir}/QtWaylandEglClientHwIntegration/
|
%{_qt6_headerdir}/QtWaylandEglClientHwIntegration/
|
||||||
%{_qt6_headerdir}/QtWaylandEglCompositorHwIntegration/
|
%{_qt6_headerdir}/QtWaylandEglCompositorHwIntegration/
|
||||||
%{_qt6_headerdir}/QtWlShellIntegration/
|
%{_qt6_headerdir}/QtWlShellIntegration/
|
||||||
|
%{_qt6_headerdir}/QtWaylandGlobal/
|
||||||
%{_qt6_libdir}/libQt6WaylandCompositor.so
|
%{_qt6_libdir}/libQt6WaylandCompositor.so
|
||||||
%{_qt6_libdir}/libQt6WaylandClient.so
|
%{_qt6_libdir}/libQt6WaylandClient.so
|
||||||
%{_qt6_libdir}/libQt6WaylandEglClientHwIntegration.so
|
%{_qt6_libdir}/libQt6WaylandEglClientHwIntegration.so
|
||||||
@ -157,14 +161,20 @@ popd
|
|||||||
%{_qt6_libdir}/cmake/Qt6WaylandEglCompositorHwIntegrationPrivate/
|
%{_qt6_libdir}/cmake/Qt6WaylandEglCompositorHwIntegrationPrivate/
|
||||||
%dir %{_qt6_libdir}/cmake/Qt6WlShellIntegrationPrivate/
|
%dir %{_qt6_libdir}/cmake/Qt6WlShellIntegrationPrivate/
|
||||||
%{_qt6_libdir}/cmake/Qt6WlShellIntegrationPrivate/
|
%{_qt6_libdir}/cmake/Qt6WlShellIntegrationPrivate/
|
||||||
|
%dir %{_qt6_libdir}/cmake/Qt6WaylandGlobalPrivate/
|
||||||
|
%{_qt6_libdir}/cmake/Qt6WaylandGlobalPrivate/
|
||||||
%{_qt6_libdir}/metatypes/qt6*_metatypes.json
|
%{_qt6_libdir}/metatypes/qt6*_metatypes.json
|
||||||
|
|
||||||
|
|
||||||
|
%if 0%{?examples}
|
||||||
%files examples
|
%files examples
|
||||||
%{_qt6_examplesdir}/wayland/
|
%{_qt6_examplesdir}/wayland/
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 25 2022 Jan Grulich <jgrulich@redhat.com> - 6.2.3-2
|
||||||
- Enable s390x builds
|
- Enable s390x builds
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qtwayland-everywhere-src-6.2.3.tar.xz) = 2481b68001a25ef5359acaa97a0f961d4b79ed800115f234eac7aae3ae327d2358bf851618f6a319790ac9747310a841fc18c546382fe42a591fb9c26ecedfa2
|
SHA512 (qtwayland-everywhere-src-6.3.0.tar.xz) = 0c64b114c5b3edd2b278f03dbc46aa1907e5accf4c9512cc0b594f6a58571eb023541a3bc0185aec24367d9e6e675e32999bc5ac4f0ac671b09100e86add4cd6
|
||||||
|
Loading…
Reference in New Issue
Block a user