aboutsummaryrefslogtreecommitdiff
path: root/proj.spec
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2012-02-21 05:56:52 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2012-02-21 05:56:52 +0000
commita7caf9b4c24a039865df13ec75b92484fb730022 (patch)
tree0279a78abb80a4b9c46bfc6487eb323dbfb101d1 /proj.spec
parentd7ec98fae831daa49ce31ad62ede3cc0c2799cd4 (diff)
downloadPROJ-a7caf9b4c24a039865df13ec75b92484fb730022.tar.gz
PROJ-a7caf9b4c24a039865df13ec75b92484fb730022.zip
prepare for 4.8.0 beta1
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2167 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 d3f9d437..2b05f6b7 100644
--- a/proj.spec
+++ b/proj.spec
@@ -1,5 +1,5 @@
%define PACKAGE_NAME proj
-%define PACKAGE_VERSION 4.6.1
+%define PACKAGE_VERSION 4.8.0
%define PACKAGE_URL http://trac.osgeo.org/proj
%define _prefix /usr
@@ -7,7 +7,7 @@ Summary: Cartographic projection software
Name: %PACKAGE_NAME
Version: %PACKAGE_VERSION
Release: 1
-Source0: proj-4.6.1.tar.gz
+Source0: proj-4.8.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.6.1
+%setup -D -n proj-4.8.0
%configure
%build
@@ -35,7 +35,7 @@ rm -rf $RPM_BUILD_ROOT
%makeinstall
%clean
-rm -rf %{_builddir}/proj-4.6.1
+rm -rf %{_builddir}/proj-4.8.0
rm -rf $RPM_BUILD_ROOT
%files