[packages/gpsbabel] - release 3, disable qt5 gui build on x32

adamg adamg at pld-linux.org
Wed Dec 12 17:26:27 CET 2018


commit 190316b33fea69b86a4d3b6afad58e6d52372db7
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date:   Wed Dec 12 17:26:19 2018 +0100

    - release 3, disable qt5 gui build on x32

 gpsbabel.spec | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/gpsbabel.spec b/gpsbabel.spec
index 09769dc..4801a2b 100644
--- a/gpsbabel.spec
+++ b/gpsbabel.spec
@@ -4,11 +4,18 @@
 #
 %define		qtver		5.11.1
 %define         fver    %(echo %{version} | tr . _)
+
+# disable qt5 on x32 until qt5-qtwebengine builds
+# (python segfaults as of 20181212)
+%ifarch x32
+%undefine with_qt5
+%endif
+
 Summary:	GPSBabel - convert GPS waypoint, route and track data
 Summary(pl.UTF-8):	GPSBabel - konwertowanie danych GPS: waypointów, tras i śladów
 Name:		gpsbabel
 Version:	1.5.4
-Release:	2
+Release:	3
 License:	GPL v2+
 Group:		Applications/Engineering
 # Source0Download via POST form at https://www.gpsbabel.org/download.html#downloading
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gpsbabel.git/commitdiff/190316b33fea69b86a4d3b6afad58e6d52372db7



More information about the pld-cvs-commit mailing list