Summary: Georeference TIFF library Name: libgeotiff Version: 1.1.4 Release: 1 License: PD/X-consortium Group: Applications/GIS URL: http://www.remotesensing.org/geotiff/geotiff.html Source0: ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/%{name}-%{version}.tar.gz Patch0: libgeotiff-Makefile-ln.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Requires: proj >= 4.4.7, libtiff == 3.5.7 Provides: libgeotiff.so %description GeoTIFF represents an effort by over 160 different remote sensing, GIS, cartographic, and surveying related companies and organizations to establish a TIFF based interchange format for georeferenced raster imagery. %prep %setup -q %patch0 %build ./configure --prefix=/usr make %install rm -rf $RPM_BUILD_ROOT %makeinstall %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ChangeLog HOWTO-RELEASE LICENSE README %{_prefix}/ %changelog * Thu May 15 2003 Alan Crosswell - Initial build.