Summary: GPS manager Name: gpsman Version: 6.0.1 Release: 1 License: GPL Group: Applications/GIS BuildArch: noarch URL: http://www.ncc.up.pt/gpsman/ Source0: %{name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot %description GPS Manager (GPSMan) is a graphical manager of GPS data that makes possible the preparation, inspection and edition of GPS data in a friendly environment. GPSMan supports communication and real-time logging with both Garmin, Lowrance and Magellan receivers and accepts real-time logging information in NMEA 0183 from any GPS receiver. GPSMan can also be used in command mode (with no graphical interface) %prep %setup -q %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/share/gpsman/gmicons mkdir -p $RPM_BUILD_ROOT/usr/X11R6/bin sed -e 's:set SRCDIR gmsrc:set SRCDIR /usr/share/gpsman:' $RPM_BUILD_ROOT/usr/share/gpsman/gpsman.tcl chmod 755 $RPM_BUILD_ROOT/usr/share/gpsman/gpsman.tcl (cd $RPM_BUILD_ROOT/usr/X11R6/bin; ln -s ../../share/gpsman/gpsman.tcl gpsman) cd gmsrc install -c *.tcl $RPM_BUILD_ROOT/usr/share/gpsman cd gmicons install -c * $RPM_BUILD_ROOT/usr/share/gpsman/gmicons %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc LICENSE %{_prefix}/ %changelog * Thu May 15 2003 Alan Crosswell - Initial build.