aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2003-03-31 15:04:50 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2003-03-31 15:04:50 +0000
commitd61a073ddaf3fbfa929db3dfac6edf8d35ac2f64 (patch)
treeb0dbdd3c7d90f51f78c92dafca77dcd6b615f84d
parent442d9f46b22da19c0bfb7304259581fb3791978b (diff)
downloadPROJ-d61a073ddaf3fbfa929db3dfac6edf8d35ac2f64.tar.gz
PROJ-d61a073ddaf3fbfa929db3dfac6edf8d35ac2f64.zip
updated to 4.4.7
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1134 4e78687f-474d-0410-85f9-8d5e500ac6b2
-rw-r--r--proj.spec9
1 files changed, 4 insertions, 5 deletions
diff --git a/proj.spec b/proj.spec
index b216b710..a30f37b8 100644
--- a/proj.spec
+++ b/proj.spec
@@ -1,6 +1,5 @@
-# Fre Jan 11 15:39:33 CET 2002, Silke
%define PACKAGE_NAME PROJ
-%define PACKAGE_VERSION 4.4.6
+%define PACKAGE_VERSION 4.4.7
%define PACKAGE_URL http://www.remotesensing.org/proj/
%define _prefix /usr
@@ -8,7 +7,7 @@ Summary: Cartographic projection software
Name: %PACKAGE_NAME
Version: %PACKAGE_VERSION
Release: 1
-Source0: proj-4.4.6.tar.gz
+Source0: proj-4.4.7.tar.gz
Copyright: MIT License, Copyright (c) 2000, Frank Warmerdam
Group: Applications/GIS
Vendor: Intevation GmbH <http://intevation.net>
@@ -25,7 +24,7 @@ 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.6
+%setup -D -n proj-4.4.7
%configure
%build
@@ -36,7 +35,7 @@ rm -rf $RPM_BUILD_ROOT
%makeinstall
%clean
-rm -rf %{_builddir}/proj-4.4.6
+rm -rf %{_builddir}/proj-4.4.7
rm -rf $RPM_BUILD_ROOT
%files