summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-12-15 13:37:25 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-12-15 13:37:25 +0000
commit669ad6b125218cc2d41e234af622f5cdf6ff03cf (patch)
tree7e9edb253d4ee15e5177523158bf737cd9b73da5 /packaging
parent1dfd7aaf235e81b54f5daa1a2f6191dddee55dc4 (diff)
downloadgpsd-669ad6b125218cc2d41e234af622f5cdf6ff03cf.tar.gz
Replace the old Motif-based xgps with a new pygtk-based xgps (formerly xgps2).
Replaces 1200-odd lines of difficult-to-maintain C code with 400-odd-lines of Python.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/gpsd.spec.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/packaging/gpsd.spec.in b/packaging/gpsd.spec.in
index 196fdc54..5978b978 100644
--- a/packaging/gpsd.spec.in
+++ b/packaging/gpsd.spec.in
@@ -45,10 +45,7 @@ You will need to have gpsd installed for it to work.
%package clients
Summary: Clients for gpsd with an X interface
Group: Applications/System
-BuildRequires: lesstif-devel
-#############################################################################
-# libXaw-devel was repackaged for FC6; on FC<6 this package is not required #
-#############################################################################
+BuildRequires: pygtk
BuildRequires: libXaw-devel
%description clients
@@ -57,7 +54,7 @@ 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
+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.