[packages/gpsd] correct runtime qt deps; rel 2

atler atler at pld-linux.org
Mon Nov 24 13:30:48 CET 2025


commit 00c2344b2164f6e5fa28f6c54fcc08876049df39
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Nov 24 13:29:24 2025 +0100

    correct runtime qt deps; rel 2

 gpsd.spec | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/gpsd.spec b/gpsd.spec
index 8e05bd5..cdd1746 100644
--- a/gpsd.spec
+++ b/gpsd.spec
@@ -10,7 +10,7 @@ Summary:	Service daemon for mediating access to a GPS
 Summary(pl.UTF-8):	Oprogramowanie komunikujące się z GPS-em
 Name:		gpsd
 Version:	3.26.1
-Release:	1
+Release:	2
 License:	BSD
 Group:		Daemons
 Source0:	http://download.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.xz
@@ -141,7 +141,11 @@ Summary:	GPS Qt4 integration library
 Summary(pl.UTF-8):	Biblioteka integrująca GPS z Qt4
 Group:		X11/Libraries
 Requires:	%{name}-libs = %{version}-%{release}
+%if %{with qt4}
 Requires:	QtNetwork >= 4.4
+%else
+Requires:	Qt5Network >= 5.0
+%endif
 
 %description qt-libs
 GPS Qt4 integration library.
@@ -155,7 +159,11 @@ Summary(pl.UTF-8):	Pliki programistyczne biblioteki integrującej GPS z Qt4
 Group:		X11/Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 Requires:	%{name}-qt-libs = %{version}-%{release}
+%if %{with qt4}
 Requires:	QtNetwork-devel >= 4.4
+%else
+Requires:	Qt5Network-devel >= 5.0
+%endif
 
 %description qt-devel
 Development files for GPS Qt4 integration library.
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gpsd.git/commitdiff/00c2344b2164f6e5fa28f6c54fcc08876049df39




More information about the pld-cvs-commit mailing list