move gpsprof to clients subpackage

This commit is contained in:
Miroslav Lichvar 2021-01-12 14:56:17 +01:00
parent c475124f58
commit 59778058e7

View File

@ -63,7 +63,7 @@ Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
%description -n python3-%{name} %description -n python3-%{name}
This package contains the python3 modules that manage access to a GPS for This package contains the python3 modules that manage access to a GPS for
applications, and commonly useful python applications for use with gpsd. applications.
%package devel %package devel
Summary: Development files for the gpsd library Summary: Development files for the gpsd library
@ -99,20 +99,7 @@ Requires: python3-pyserial
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release} Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
%description clients %description clients
xgps is a simple test client for gpsd with an X interface. It displays This package contains various clients using gpsd.
current GPS position/time/velocity information and (for GPSes that
support the feature) the locations of accessible satellites.
xgpsspeed is a speedometer that uses position information from the GPS.
It accepts an -h option and optional argument as for gps, or a -v option
to dump the package version and exit. Additionally, it accepts -rv
(reverse video) and -nc (needle color) options.
cgps resembles xgps, but without the pictorial satellite display. It
can run on a serial terminal or terminal emulator.
gpsfake can feed data from files to simulate data coming from many
different gps devices.
%prep %prep
%setup -q %setup -q
@ -230,8 +217,6 @@ rm -rf %{buildroot}%{_docdir}/gpsd
%{_libdir}/libgps.so.28* %{_libdir}/libgps.so.28*
%files -n python3-%{name} %files -n python3-%{name}
%{_bindir}/gpsprof
%{_mandir}/man1/gpsprof.1*
%{_libdir}/libgpsdpacket.so* %{_libdir}/libgpsdpacket.so*
%{python3_sitearch}/gps* %{python3_sitearch}/gps*
@ -265,6 +250,7 @@ rm -rf %{buildroot}%{_docdir}/gpsd
%{_bindir}/gpsdecode %{_bindir}/gpsdecode
%{_bindir}/gpspipe %{_bindir}/gpspipe
%{_bindir}/gpsplot %{_bindir}/gpsplot
%{_bindir}/gpsprof
%{_bindir}/gpsrinex %{_bindir}/gpsrinex
%{_bindir}/gpssubframe %{_bindir}/gpssubframe
%{_bindir}/gpxlogger %{_bindir}/gpxlogger
@ -281,6 +267,7 @@ rm -rf %{buildroot}%{_docdir}/gpsd
%{_mandir}/man1/gpsdecode.1* %{_mandir}/man1/gpsdecode.1*
%{_mandir}/man1/gpspipe.1* %{_mandir}/man1/gpspipe.1*
%{_mandir}/man1/gpsplot.1* %{_mandir}/man1/gpsplot.1*
%{_mandir}/man1/gpsprof.1*
%{_mandir}/man1/gpsrinex.1* %{_mandir}/man1/gpsrinex.1*
%{_mandir}/man1/gpssubframe.1* %{_mandir}/man1/gpssubframe.1*
%{_mandir}/man1/gpxlogger.1* %{_mandir}/man1/gpxlogger.1*