Name: proj Summary: Cartographic reprojection library Version: 4.4.9 Release: mh1 License: MIT URL: http://proj.maptools.org Source0: proj-%{version}.tar.gz Source1: proj-nad27-1.2.tar.gz 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 %build %configure --prefix=/usr make %install %makeinstall /bin/rm -f %{buildroot}/usr/lib/*.la %clean %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) /usr/lib/* /usr/bin/* /usr/share/man/man1/* /usr/share/man/man3/* %dir /usr/share/proj /usr/share/proj/* %files devel %defattr(-,root,root) /usr/include/*.h /usr/lib/*.a