Don't enable tnt gps driver as it causes havoc. See bug 189220.
This commit is contained in:
parent
01f06dd6e4
commit
f53d3e0af8
@ -1,6 +1,6 @@
|
|||||||
Name: gpsd
|
Name: gpsd
|
||||||
Version: 2.32
|
Version: 2.32
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Service daemon for mediating access to a GPS
|
Summary: Service daemon for mediating access to a GPS
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -57,7 +57,7 @@ can run on a serial terminal or terminal emulator.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-tnt --enable-dbus --disable-static
|
%configure --enable-dbus --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -146,6 +146,10 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 19 2006 Matthew Truch <matt at truch.net> - 2.32-5
|
||||||
|
- Don't --enable-tnt in build as it causes some gpses to not work
|
||||||
|
properly with sattelite view mode. See bugzilla bug 189220.
|
||||||
|
|
||||||
* Thu Apr 13 2006 Matthew Truch <matt at truch.net> - 2.32-4
|
* Thu Apr 13 2006 Matthew Truch <matt at truch.net> - 2.32-4
|
||||||
- Add dbus-glib to BuildRequires as needed for build.
|
- Add dbus-glib to BuildRequires as needed for build.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user