aboutsummaryrefslogtreecommitdiff
path: root/proj.spec
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2004-05-04 03:36:37 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2004-05-04 03:36:37 +0000
commitd0383d65a0b8781dbea7b9cbba34a4b728f4160c (patch)
tree667820bc6c73d389060ac36521846b3ce198cfd7 /proj.spec
parentd560fd8c016772d39d49e1dde09f42c85da57bb2 (diff)
downloadPROJ-d0383d65a0b8781dbea7b9cbba34a4b728f4160c.tar.gz
PROJ-d0383d65a0b8781dbea7b9cbba34a4b728f4160c.zip
Updated to 4.4.8.
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1196 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 a30f37b8..46b9563b 100644
--- a/proj.spec
+++ b/proj.spec
@@ -1,5 +1,5 @@
%define PACKAGE_NAME PROJ
-%define PACKAGE_VERSION 4.4.7
+%define PACKAGE_VERSION 4.4.8
%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.4.7.tar.gz
+Source0: proj-4.4.8.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.4.7
+%setup -D -n proj-4.4.8
%configure
%build
@@ -35,7 +35,7 @@ rm -rf $RPM_BUILD_ROOT
%makeinstall
%clean
-rm -rf %{_builddir}/proj-4.4.7
+rm -rf %{_builddir}/proj-4.4.8
rm -rf $RPM_BUILD_ROOT
%files