[packages/qt5-qtwebview] - typo, disable webengine on x32
qboosh
qboosh at pld-linux.org
Tue Apr 20 21:58:55 CEST 2021
commit b3971eef02fa3eb13f19470b3eabc0f454b66b92
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Apr 20 22:00:42 2021 +0200
- typo, disable webengine on x32
qt5-qtwebview.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/qt5-qtwebview.spec b/qt5-qtwebview.spec
index 2dbd220..1e40b91 100644
--- a/qt5-qtwebview.spec
+++ b/qt5-qtwebview.spec
@@ -3,6 +3,10 @@
%bcond_without doc # Documentation
%bcond_without webengine # WebEngine plugin
+%ifarch x32
+%undefine webengine
+%endif
+
%define orgname qtwebview
%define qtbase_ver %{version}
%define qtdeclarative_ver %{version}
@@ -74,7 +78,7 @@ Summary(pl.UTF-8): Biblioteka Qt5 WebView - pliki programistyczne
Group: X11/Development/Libraries
Requires: Qt5Core-devel >= %{qtbase_ver}
Requires: Qt5Gui-devel >= %{qtbase_ver}
-Requires: Qt5WebView-devel = %{version}-%{release}
+Requires: Qt5WebView = %{version}-%{release}
%description -n Qt5WebView-devel
Qt5 WebView - development files.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtwebview.git/commitdiff/b3971eef02fa3eb13f19470b3eabc0f454b66b92
More information about the pld-cvs-commit
mailing list