diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2002-01-23 14:02:45 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2002-01-23 14:02:45 +0000 |
| commit | 9cddd71d4265a0f82a88b1a658ed774fbc9c4e95 (patch) | |
| tree | 5f4b2c187bd9c4cce0a8265ebf9c8d9174edc087 | |
| parent | 59941c67e5adeb3057ff643f62748df4b17f4dbe (diff) | |
| download | PROJ-9cddd71d4265a0f82a88b1a658ed774fbc9c4e95.tar.gz PROJ-9cddd71d4265a0f82a88b1a658ed774fbc9c4e95.zip | |
New
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@990 4e78687f-474d-0410-85f9-8d5e500ac6b2
| -rw-r--r-- | proj.spec | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/proj.spec b/proj.spec new file mode 100644 index 00000000..f181ee01 --- /dev/null +++ b/proj.spec @@ -0,0 +1,51 @@ +# Fre Jan 11 15:39:33 CET 2002, Silke +%define PACKAGE_NAME PROJ +%define PACKAGE_VERSION 4.4.5 +%define PACKAGE_URL http://www.remotesensing.org/proj/ +%define _prefix /usr + +Summary: Cartographic projection software +Name: %PACKAGE_NAME +Version: %PACKAGE_VERSION +Release: 1 +Source0: proj-4.4.5.tar.gz +Copyright: MIT License, Copyright (c) 2000, Frank Warmerdam +Group: Applications/GIS +Vendor: Intevation GmbH <http://intevation.net> +Distribution: FreeGIS CD + +BuildRoot: %{_builddir}/%{name}-root +Prefix: %{_prefix} + +Conflicts: PROJ.4 + +%description +This package offers commandline tools and a library for performing respective +forward and inverse transformation of cartographic data to or from cartesian +data with a wide range of selectable projection functions. + +%prep +%setup -D -n proj-4.4.5 +%configure + +%build +make + +%install +rm -rf $RPM_BUILD_ROOT +%makeinstall + +%clean +rm -rf %{_builddir}/proj-4.4.5 +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%{_libdir}/* +%{_bindir}/* +%{_includedir}/* +%{_datadir}/proj/* +%{_mandir}/man1/* +%{_mandir}/man3/* + +%doc AUTHORS COPYING ChangeLog NEWS README |
