diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2005-02-10 05:53:53 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2005-02-10 05:53:53 +0000 |
commit | 7f6e0a08fb10ac184ebe32bc2492e7cf85d068fb (patch) | |
tree | 84470b34f842fee4ee56d4af3a4ad06b673f1fdf /gpsd.spec.in | |
parent | f7338b37000a946f4edfa40edb67568fe7a3fdc5 (diff) | |
download | gpsd-7f6e0a08fb10ac184ebe32bc2492e7cf85d068fb.tar.gz |
Integrated gpsprof.
Diffstat (limited to 'gpsd.spec.in')
-rw-r--r-- | gpsd.spec.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gpsd.spec.in b/gpsd.spec.in index cb026603..7b48279c 100644 --- a/gpsd.spec.in +++ b/gpsd.spec.in @@ -94,7 +94,7 @@ if [ -d /etc/udev/rules.d/ ]; then rm /etc/udev/rules.d/80-gpsd.rules; fi %files %defattr(-,root,root,-) -%doc README INSTALL COPYING gpsd.xml TODO +%doc README INSTALL COPYING TODO %defattr(-,root,root,-) %attr(755, root, root) %{_sbindir}/gpsd %attr(755, root, root) %{_bindir}/xgps @@ -104,6 +104,7 @@ if [ -d /etc/udev/rules.d/ ]; then rm /etc/udev/rules.d/80-gpsd.rules; fi %{_libdir}/libgps.so.%{SO1VERSION} %{_mandir}/man1/gpsd.1* %{_mandir}/man1/gpsprobe.1* +%{_mandir}/man1/gpsprof.1* %{_mandir}/man3/libgps.3* %{_mandir}/man3/libgpsd.3* %attr(755, root, root) %{_sysconfdir}/init.d/gpsd @@ -127,6 +128,7 @@ if [ -d /etc/udev/rules.d/ ]; then rm /etc/udev/rules.d/80-gpsd.rules; fi protocol, though not speak it. Fixed a math domain error in gps.EarthDistance due to numeric blowup on points very close together, and another in gps.MeterOffset() that was screwing up gpsprobe plots. + Added gpsprof and profiling capability. * Tue Feb 1 2005 Eric S. Raymond <esr@snark.thyrsus.com> - 2.10 - Add -N option to explicitly foreground the daemon. Fixed a bug |