From 70e6c31e5b432c9df8bc072b8c8517474b4fc0e0 Mon Sep 17 00:00:00 2001 From: Matthew D Truch Date: Sep 26 2006 21:43:41 +0000 Subject: Switch from openmotif to lesstif. I am not able to fully test functionality of the client in rawhide, but I think it is better to have a partially functional gpsd and gpsd-clients rather than the non-functional failed dependancy packages that are out there now. --- diff --git a/gpsd.spec b/gpsd.spec index a2a30f3..591c927 100644 --- a/gpsd.spec +++ b/gpsd.spec @@ -1,6 +1,6 @@ Name: gpsd Version: 2.33 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Service daemon for mediating access to a GPS Group: System Environment/Daemons @@ -12,7 +12,7 @@ Source2: xgpsspeed.desktop BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: dbus-devel dbus-glib-devel ncurses-devel xmlto python -BuildRequires: openmotif-devel libXaw-devel desktop-file-utils +BuildRequires: lesstif-devel libXaw-devel desktop-file-utils Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -150,6 +150,9 @@ rm -rf %{buildroot} %{_datadir}/applications/*.desktop %changelog +* Tue Sep 26 2006 Matthew Truch - 2.33-5 +- Remove openmotif requirment, and switch to lesstif. + * Mon Aug 28 2006 Matthew Truch - 2.33-4 - Bump release for rebuild in prep. for FC6.