]> git.pld-linux.org Git - packages/qt5-qtwebchannel.git/commitdiff
fix intermittent parallel install failure; rel 2 auto/th/qt5-qtwebchannel-5.15.6-2
authorJan Palus <atler@pld-linux.org>
Sat, 10 Sep 2022 18:23:29 +0000 (20:23 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 10 Sep 2022 18:23:29 +0000 (20:23 +0200)
see https://bugreports.qt.io/browse/QTBUG-106494

parallel-install.patch [new file with mode: 0644]
qt5-qtwebchannel.spec

diff --git a/parallel-install.patch b/parallel-install.patch
new file mode 100644 (file)
index 0000000..5e7266e
--- /dev/null
@@ -0,0 +1,12 @@
+--- qtwebchannel-everywhere-src-5.15.6/examples/webchannel/qwclient/qwclient.pro.orig  2022-08-16 19:38:00.000000000 +0200
++++ qtwebchannel-everywhere-src-5.15.6/examples/webchannel/qwclient/qwclient.pro       2022-09-10 20:21:43.069938018 +0200
+@@ -2,8 +2,7 @@
+ exampleassets.files += \
+     qwclient.js \
+-    package.json \
+-    README
++    package.json
+ exampleassets.path = $$[QT_INSTALL_EXAMPLES]/webchannel/qwclient
+ include(../exampleassets.pri)
index 102bf9db9c11a833883114ec5d7b8c0cb90f634b..b30934ae362a744af5a477a2e56a6687038d4833 100644 (file)
@@ -11,11 +11,12 @@ Summary:    The Qt5 WebChannel library
 Summary(pl.UTF-8):     Biblioteka Qt5 WebChannel
 Name:          qt5-%{orgname}
 Version:       5.15.6
-Release:       1
+Release:       2
 License:       LGPL v3 or GPL v2 or GPL v3 or commercial
 Group:         X11/Libraries
 Source0:       https://download.qt.io/official_releases/qt/5.15/%{version}/submodules/%{orgname}-everywhere-opensource-src-%{version}.tar.xz
 # Source0-md5: b661b99682f66912c750dbca3e3b5e1b
+Patch0:                parallel-install.patch
 URL:           https://www.qt.io/
 BuildRequires: Qt5Core-devel >= %{qtbase_ver}
 BuildRequires: Qt5Network-devel >= %{qtbase_ver}
@@ -123,6 +124,7 @@ PrzykĹ‚ady do biblioteki Qt5 WebChannel.
 
 %prep
 %setup -q -n %{orgname}-everywhere-src-%{version}
+%patch0 -p1
 
 %{__sed} -i -e '1{
        s,^#!.*bin/env node,#!/usr/bin/node,
This page took 0.412618 seconds and 4 git commands to generate.