aboutsummaryrefslogtreecommitdiff
path: root/proj.spec
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2007-12-21 19:15:09 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2007-12-21 19:15:09 +0000
commitb1148d7597cfaa6db183fe639fd7bddf7933fbdb (patch)
tree866fb9e4e6dc2f7dcc253474466a499d7f8f9c0a /proj.spec
parent732de01edf971a34ca794ac8d42174b29698c27f (diff)
downloadPROJ-b1148d7597cfaa6db183fe639fd7bddf7933fbdb.tar.gz
PROJ-b1148d7597cfaa6db183fe639fd7bddf7933fbdb.zip
prepare for 4.6.0 final releaseproj_4_6_0
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1424 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'proj.spec')
-rw-r--r--proj.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/proj.spec b/proj.spec
index 47f3bc7a..e13f44d1 100644
--- a/proj.spec
+++ b/proj.spec
@@ -1,5 +1,5 @@
%define PACKAGE_NAME proj
-%define PACKAGE_VERSION 4.5.0
+%define PACKAGE_VERSION 4.6.0
%define PACKAGE_URL http://www.remotesensing.org/proj/
%define _prefix /usr
@@ -7,7 +7,7 @@ Summary: Cartographic projection software
Name: %PACKAGE_NAME
Version: %PACKAGE_VERSION
Release: 1
-Source0: proj-4.5.0.tar.gz
+Source0: proj-4.6.0.tar.gz
Copyright: MIT License, Copyright (c) 2000, Frank Warmerdam
Group: Applications/GIS
Vendor: Intevation GmbH <http://intevation.net>
@@ -24,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.5.0
+%setup -D -n proj-4.6.0
%configure
%build
@@ -35,7 +35,7 @@ rm -rf $RPM_BUILD_ROOT
%makeinstall
%clean
-rm -rf %{_builddir}/proj-4.5.0
+rm -rf %{_builddir}/proj-4.6.0
rm -rf $RPM_BUILD_ROOT
%files