Name: proj Summary: Cartographic reprojection library Version: 4.5.0 Release: 1.fc4 License: MIT URL: http://proj.maptools.org Source0: ftp://ftp.remotesensing.org/proj/proj-%{version}.tar.gz Source1: ftp://ftp.remotesensing.org/proj/proj-datumgrid-1.3.zip Prefix: /usr Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-root Prereq: /sbin/ldconfig %description The proj library provides cartographic reprojection support used in GIS software for converting shapes from one coordinate system to another. %package devel Summary: Development Libraries for the Proj reprojection library Group: Development/Libraries Requires: proj = %{version} %description devel The proj library provides cartographic reprojection support used in GIS software for converting shapes from one coordinate system to another. %prep %setup -b 0 #%setup -D -T -a 1 cd nad unzip -o %{SOURCE1} %build %configure --prefix=/usr make %install %makeinstall /bin/rm -f %{buildroot}%{_libdir}/*.la /bin/rm -f %{buildroot}%{_mandir}/*/*.gz %clean %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_libdir}/* %{_bindir}/* %{_mandir}/man1/* %{_mandir}/man3/* %dir %{_datadir}/proj %{_datadir}/proj/* %files devel %defattr(-,root,root) %{_includedir}/*.h %{_libdir}/*.a %Changelog * Wed Oct 25 2006 Markus Neteler - PROJ 4.5.0