Accepting request 1116657 from home:krop:Qt6:Release
Qt 6.6.0. Not built yet OBS-URL: https://build.opensuse.org/request/show/1116657 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-webchannel?expand=0&rev=30
This commit is contained in:
parent
370b6d599b
commit
c9fbee764c
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 10 09:40:03 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.6.0
|
||||
* https://www.qt.io/blog/qt-6.6-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 28 07:34:25 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -16,8 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define real_version 6.5.3
|
||||
%define short_version 6.5
|
||||
%define real_version 6.6.0
|
||||
%define short_version 6.6
|
||||
%define tar_name qtwebchannel-everywhere-src
|
||||
%define tar_suffix %{nil}
|
||||
#
|
||||
@ -27,7 +27,7 @@
|
||||
%endif
|
||||
#
|
||||
Name: qt6-webchannel%{?pkg_suffix}
|
||||
Version: 6.5.3
|
||||
Version: 6.6.0
|
||||
Release: 0
|
||||
Summary: Qt 6 WebChannel library
|
||||
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
|
||||
@ -87,6 +87,28 @@ Requires: cmake(Qt6WebChannel) = %{real_version}
|
||||
This package provides private headers of libQt6WebChannel that do not have any
|
||||
ABI or API guarantees.
|
||||
|
||||
%package -n libQt6WebChannelQuick6
|
||||
Summary: Qt 6 WebChannelQuick library
|
||||
|
||||
%description -n libQt6WebChannelQuick6
|
||||
The Qt 6 WebChannelQuick library.
|
||||
|
||||
%package -n qt6-webchannelquick-devel
|
||||
Summary: Qt 6 WebChannelQuick library - Development files
|
||||
Requires: libQt6WebChannelQuick6 = %{version}
|
||||
Requires: qt6-webchannel-private-devel = %{version}
|
||||
|
||||
%description -n qt6-webchannelquick-devel
|
||||
Development files for the Qt 6 WebChannelQuick library
|
||||
|
||||
%package -n qt6-webchannelquick-private-devel
|
||||
Summary: Non-ABI stable API for the Qt 6 WebChannelQuick library
|
||||
Requires: cmake(Qt6WebChannelQuick) = %{real_version}
|
||||
|
||||
%description -n qt6-webchannelquick-private-devel
|
||||
This package provides private headers of libQt6WebChannelQuick that do not have any
|
||||
ABI or API guarantees.
|
||||
|
||||
%{qt6_examples_package}
|
||||
|
||||
%endif
|
||||
@ -110,6 +132,7 @@ rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%ldconfig_scriptlets -n libQt6WebChannel6
|
||||
%ldconfig_scriptlets -n libQt6WebChannelQuick6
|
||||
|
||||
%files imports
|
||||
%{_qt6_qmldir}/QtWebChannel/
|
||||
@ -134,6 +157,25 @@ rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
|
||||
%{_qt6_includedir}/QtWebChannel/%{real_version}/
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_webchannel_private.pri
|
||||
|
||||
%files -n libQt6WebChannelQuick6
|
||||
%license LICENSES/*
|
||||
%{_qt6_libdir}/libQt6WebChannelQuick.so.*
|
||||
|
||||
%files -n qt6-webchannelquick-devel
|
||||
%{_qt6_cmakedir}/Qt6WebChannelQuick/
|
||||
%{_qt6_descriptionsdir}/WebChannelQuick.json
|
||||
%{_qt6_includedir}/QtWebChannelQuick/
|
||||
%{_qt6_libdir}/libQt6WebChannelQuick.prl
|
||||
%{_qt6_libdir}/libQt6WebChannelQuick.so
|
||||
%{_qt6_metatypesdir}/qt6webchannelquick_*_metatypes.json
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_webchannelquick.pri
|
||||
%{_qt6_pkgconfigdir}/Qt6WebChannelQuick.pc
|
||||
%exclude %{_qt6_includedir}/QtWebChannelQuick/%{real_version}/
|
||||
|
||||
%files -n qt6-webchannelquick-private-devel
|
||||
%{_qt6_includedir}/QtWebChannelQuick/%{real_version}/
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_webchannelquick_private.pri
|
||||
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:129f89a6aba792c47f110582967f4f586457e7b63de3465e5f1dd210ce6bf04a
|
||||
size 214760
|
3
qtwebchannel-everywhere-src-6.6.0.tar.xz
Normal file
3
qtwebchannel-everywhere-src-6.6.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fddcb38e6d5843f9c7570654f1a12aaf0086e5a01f7bf3cf170064fcc5a3f51c
|
||||
size 214924
|
Loading…
Reference in New Issue
Block a user