summaryrefslogtreecommitdiff
path: root/gpsd.spec.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-10-27 03:22:40 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-10-27 03:22:40 +0000
commit601b22d606e35194204fe486eda20dfce2145b9e (patch)
treeea43e6163b5142943e6b3f45fb29a6c8a71b35c5 /gpsd.spec.in
parenta0a8cf14d4e1720a62ff0951df43077f4679b686 (diff)
downloadgpsd-601b22d606e35194204fe486eda20dfce2145b9e.tar.gz
Switch us to using lesstif rather than OpenMotif, as OpenMotif won't ship
with FCS. Fortunately, lesstif seems to be a drop-in replacement; all this took was installing lesstif-devel and changing the BuildRequre in the spec file. Also, fix a reveresed test in my True North patch of earlier today.
Diffstat (limited to 'gpsd.spec.in')
-rw-r--r--gpsd.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpsd.spec.in b/gpsd.spec.in
index 4fb49fc2..b09ba33c 100644
--- a/gpsd.spec.in
+++ b/gpsd.spec.in
@@ -42,7 +42,7 @@ You will need to have gpsd installed for it to work.
%package -n gpsd-clients
Summary: Clients for gpsd with an X interface.
Group: Applications/System
-BuildRequires: openmotif-devel, libXaw-devel
+BuildRequires: lesstif-devel, libXaw-devel
%description -n gpsd-clients
xgps is a simple test client for gpsd with an X interface. It displays
@@ -149,7 +149,7 @@ cp gpsd.hotplug gpsd.usermap "$RPM_BUILD_ROOT"%{_sysconfdir}/hotplug/usb/
and client sessions. Eliminate use of fuser(1) in gpsfake. Get it
working with EarthMates again, this had been broken since 2.15. Massive
string safety audit and OpenBSD port by Chris Kuethe. J command added.
- sirfmon renamed to sirfctl, itraxctl and garminctl added.
+ sirfctl, itraxctl and garminctl added. Switched to lesstif from openmotif.
* Fri Jun 9 2006 Eric S. Raymond <esr@snark.thyrsus.com> - 2.33-1
- Fix bad unit conversion in V output. Clean up some man-page messes.