Summary: ESRI shapefile library Name: shapelib Version: 1.2.10 Release: 1 License: MIT/LGPL Group: Applications/GIS URL: ttp://gdal.velocet.ca/projects/shapelib/index.html Source0: ftp://gdal.velocet.ca/pub/outgoing/%{name}-%{version}.tar.gz Patch0: shapelib-Makefile-prefix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot %description Shapelib is a simple C API for reading and writing ESRI Shapefiles. It is Free Software available in source form, under an MIT Style (preferred) and GNU LGPL (optional) license. %prep %setup -q %patch0 %build make prefix=/usr lib %install rm -rf $RPM_BUILD_ROOT make prefix=$RPM_BUILD_ROOT/usr lib_install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README LICENSE.LGPL ChangeLog %{_prefix}/ %changelog * Thu May 15 2003 Alan Crosswell - Initial build.