rebuilt with python3 == 3.11 [release 3.25-3mamba;Mon Oct 16 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 23:23:18 +01:00
parent bcceced8f9
commit b7a5376b78

View File

@ -1,6 +1,6 @@
Name: gpsd
Version: 3.25
Release: 2mamba
Release: 3mamba
Summary: A service daemon that monitors one or more GPSes attached to a host computer
Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba
@ -10,6 +10,7 @@ URL: https://www.berlios.de/software/gpsd/
Source: http://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-%{version}.tar.gz
Source1: gpsd.conf
Patch0: gpsd-3.7-rpath.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libbluetooth-devel
@ -17,12 +18,12 @@ BuildRequires: libdbus-devel
BuildRequires: libgcc
BuildRequires: libncurses-devel
BuildRequires: libnsl-devel
BuildRequires: libpython3-devel
BuildRequires: libpython311-devel
BuildRequires: libstdc++6-devel
BuildRequires: libusb-devel
BuildRequires: qt5-qtbase-devel
## AUTOBUILDREQ-END
License: GPL
BuildRequires: libpython3-devel
Requires: libgps = %{?epoch:%epoch:}%{version}-%{release}
%description
@ -191,6 +192,9 @@ install -D -m0644 gpsd-%{version}/systemd/{gpsd.service,gpsd.socket,gpsdctl@.ser
%{_libdir}/pkgconfig/Qgpsmm.pc
%changelog
* Mon Oct 16 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.25-3mamba
- rebuilt with python3 == 3.11
* Sat Feb 25 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.25-2mamba
- install systemd and udev files; added xgps and -debug packages