update to upstream version 5.15.10
(cherry picked from commit dcba569d21a9ce3af491599023809ad8d8ee9783)
This commit is contained in:
parent
a48d3cf010
commit
368fbd8b06
@ -1,13 +1,13 @@
|
||||
%global qt_module qtwebchannel
|
||||
|
||||
Name: qt5-%{qt_module}
|
||||
Version: 5.15.2
|
||||
Version: 5.15.10
|
||||
Release: 1
|
||||
Summary: Qt5 - WebChannel component
|
||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://qt.io
|
||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/qtwebchannel-everywhere-src-%{version}.tar.xz
|
||||
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||
@ -16,26 +16,23 @@ BuildRequires: qt5-qtbase-private-devel
|
||||
BuildRequires: qt5-qtdeclarative-devel
|
||||
BuildRequires: qt5-qtwebsockets-devel
|
||||
|
||||
%description
|
||||
The Qt WebChannel module provides a library for seamless integration of C++
|
||||
and QML applications with HTML/JavaScript clients. Any QObject can be
|
||||
published to remote clients, where its public API becomes available.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: qt5-qtbase-devel%{?_isa}
|
||||
%description devel
|
||||
%{summary}.
|
||||
|
||||
%package help
|
||||
%package examples
|
||||
Summary: Programming examples for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description
|
||||
This package provides a library for seamless integration of C++
|
||||
and QML applications with HTML/JavaScript clients. Any QObject can be
|
||||
published to remote clients, where its public API becomes available.
|
||||
|
||||
%description devel
|
||||
This package provides development files for %{name}
|
||||
|
||||
%description help
|
||||
This package provides examples files for %{name}
|
||||
|
||||
%description examples
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{qt_module}-everywhere-src-%{version}
|
||||
@ -75,11 +72,14 @@ popd
|
||||
%{_qt5_libdir}/cmake/Qt5WebChannel/Qt5WebChannelConfig*.cmake
|
||||
%{_qt5_libdir}/pkgconfig/Qt5WebChannel.pc
|
||||
|
||||
%files help
|
||||
%files examples
|
||||
%{_qt5_examplesdir}/
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 23 2023 peijiankang <peijiankang@kylinos.cn> - 5.15.10-1
|
||||
- update to upstream version 5.15.10
|
||||
|
||||
* Wed Oct 13 2021 peijiankang <peijiankang@kylinos.cn> - 5.15.2-1
|
||||
- update to upstream version 5.15.2
|
||||
|
||||
|
||||
BIN
qtwebchannel-everywhere-opensource-src-5.15.10.tar.xz
Normal file
BIN
qtwebchannel-everywhere-opensource-src-5.15.10.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user