automatic version update by autodist [release 3.25-1mamba;Tue Jan 17 2023]

This commit is contained in:
Automatic Build System 2024-01-05 23:23:15 +01:00
parent d00f0ee47b
commit 9950c942fd

View File

@ -1,30 +1,28 @@
Name: gpsd Name: gpsd
Version: 3.21 Version: 3.25
Release: 1mamba Release: 1mamba
Summary: A service daemon that monitors one or more GPSes attached to a host computer Summary: A service daemon that monitors one or more GPSes attached to a host computer
Group: Graphical Desktop/Applications/Utilities Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://gpsd.berlios.de URL: https://www.berlios.de/software/gpsd/
Source: http://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-%{version}.tar.gz Source: http://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-%{version}.tar.gz
Patch0: gpsd-3.7-rpath.patch Patch0: gpsd-3.7-rpath.patch
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libbluetooth-devel BuildRequires: libbluetooth-devel
BuildRequires: libdbus-devel BuildRequires: libdbus-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libncurses-devel BuildRequires: libncurses-devel
BuildRequires: libnsl-devel BuildRequires: libnsl-devel
BuildRequires: libpython-devel BuildRequires: libpython3-devel
BuildRequires: libqt5-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
BuildRequires: libusb-devel BuildRequires: libusb-devel
BuildRequires: qt5-qtbase-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
License: GPL License: GPL
Requires: libgps = %{?epoch:%epoch:}%{version}-%{release} Requires: libgps = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
gpsd is a service daemon that monitors one or more GPSes attached to a host computer through serial or USB ports, making all data on the location/course/velocity of the sensors available to be queried on TCP port 2947 of the host computer. With gpsd, multiple GPS client applications (such as navigational and wardriving software) can share access to GPSes without contention or loss of data. Also, gpsd responds to queries with a format that is substantially easier to parse than the NMEA 0183 emitted by most GPSes. The gpsd distribution includes a linkable C service library, a C++ wrapper class, and a Python module that developers of gpsd-aware applications can use to encapsulate all communication with gpsd. gpsd is a service daemon that monitors one or more GPSes attached to a host computer through serial or USB ports, making all data on the location/course/velocity of the sensors available to be queried on TCP port 2947 of the host computer. With gpsd, multiple GPS client applications (such as navigational and wardriving software) can share access to GPSes without contention or loss of data. Also, gpsd responds to queries with a format that is substantially easier to parse than the NMEA 0183 emitted by most GPSes. The gpsd distribution includes a linkable C service library, a C++ wrapper class, and a Python module that developers of gpsd-aware applications can use to encapsulate all communication with gpsd.
@ -44,7 +42,7 @@ Summary: Devel package for libgps
Group: Development/Libraries Group: Development/Libraries
Requires: libgps = %{?epoch:%epoch:}%{version}-%{release} Requires: libgps = %{?epoch:%epoch:}%{version}-%{release}
Provides: %{name}-devel Provides: %{name}-devel
Obsoletes: %{name}-devel Obsoletes: %{name}-devel < 3.25
%description -n libgps-devel %description -n libgps-devel
gpsd is a service daemon that monitors one or more GPSes attached to a host computer through serial or USB ports, making all data on the location/course/velocity of the sensors available to be queried on TCP port 2947 of the host computer. With gpsd, multiple GPS client applications (such as navigational and wardriving software) can share access to GPSes without contention or loss of data. Also, gpsd responds to queries with a format that is substantially easier to parse than the NMEA 0183 emitted by most GPSes. The gpsd distribution includes a linkable C service library, a C++ wrapper class, and a Python module that developers of gpsd-aware applications can use to encapsulate all communication with gpsd. gpsd is a service daemon that monitors one or more GPSes attached to a host computer through serial or USB ports, making all data on the location/course/velocity of the sensors available to be queried on TCP port 2947 of the host computer. With gpsd, multiple GPS client applications (such as navigational and wardriving software) can share access to GPSes without contention or loss of data. Also, gpsd responds to queries with a format that is substantially easier to parse than the NMEA 0183 emitted by most GPSes. The gpsd distribution includes a linkable C service library, a C++ wrapper class, and a Python module that developers of gpsd-aware applications can use to encapsulate all communication with gpsd.
@ -103,6 +101,7 @@ scons install prefix=%{_prefix} libdir=%{_lib}
%{_datadir}/gpsd/icons/gpsd-logo.png %{_datadir}/gpsd/icons/gpsd-logo.png
%dir %{_datadir}/gpsd/doc %dir %{_datadir}/gpsd/doc
%{_datadir}/gpsd/doc/* %{_datadir}/gpsd/doc/*
%{_datadir}/snmp/mibs/gpsd/GPSD-MIB
%{_mandir}/man1/* %{_mandir}/man1/*
%{_mandir}/man8/* %{_mandir}/man8/*
@ -134,6 +133,21 @@ scons install prefix=%{_prefix} libdir=%{_lib}
%{_libdir}/pkgconfig/Qgpsmm.pc %{_libdir}/pkgconfig/Qgpsmm.pc
%changelog %changelog
* Tue Jan 17 2023 Automatic Build System <autodist@mambasoft.it> 3.25-1mamba
- automatic version update by autodist
* Thu Apr 28 2022 Automatic Build System <autodist@mambasoft.it> 3.24-1mamba
- automatic version update by autodist
* Wed Sep 22 2021 Automatic Build System <autodist@mambasoft.it> 3.23.1-1mamba
- automatic version update by autodist
* Sat Aug 07 2021 Automatic Build System <autodist@mambasoft.it> 3.23-1mamba
- automatic version update by autodist
* Sat Jan 09 2021 Automatic Build System <autodist@mambasoft.it> 3.22-1mamba
- automatic version update by autodist
* Fri Aug 14 2020 Automatic Build System <autodist@mambasoft.it> 3.21-1mamba * Fri Aug 14 2020 Automatic Build System <autodist@mambasoft.it> 3.21-1mamba
- automatic version update by autodist - automatic version update by autodist