Summary: A Tcl Package to Read and Write Shapefiles Name: gpsmanshp Version: 1.0.2 Release: 1 License: GPL Group: Applications/GIS URL: http://www.ncc.up.pt/gpsmanshp/ Source0: http://www.ncc.up.pt/gpsmanshp/%{name}_%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Requires: tcl >= 8.3 %description A Tcl Package to Read and Write Shapefiles %prep %setup -q -n gpsmanshp %build make %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/share/tcl8.3 make INSTALLDIR=$RPM_BUILD_ROOT/usr/share/tcl8.3 install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc GPL.txt %{_prefix}/ %changelog * Thu May 15 2003 Alan Crosswell - Initial build.