]> git.pld-linux.org Git - packages/gdal.git/commitdiff
- updated to 1.3.1, updated DESTDIR patch
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 19 Oct 2005 21:26:29 +0000 (21:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdal.spec -> 1.25

gdal.spec

index 82df4c6d83d1da99cabf3d8b9bc180714ccd3528..6a90bc6d8a7550468bad0e2ce80280035dac42cb 100644 (file)
--- a/gdal.spec
+++ b/gdal.spec
@@ -1,16 +1,12 @@
-#
-# TODO:
-# - consider using GRASS (or GDAL in GRASS? build trap possible)
-#
 Summary:       Geospatial Data Abstraction Library
 Summary(pl):   Biblioteka abstrakcji danych dotycz±cych powierzchni Ziemi
 Name:          gdal
-Version:       1.3.0
+Version:       1.3.1
 Release:       1
 License:       BSD-like
 Group:         Libraries
 Source0:       ftp://ftp.remotesensing.org/pub/gdal/%{name}-%{version}.tar.gz
-# Source0-md5: fbf4e137c9d0f64f5a70273e555bf777
+# Source0-md5: 7ff1ceff745ee011793e1f860c02c172
 Patch0:                %{name}-pgsql.patch
 Patch1:                %{name}-DESTDIR.patch
 Patch2:                %{name}-dods.patch
@@ -124,6 +120,7 @@ Modu
 %{__perl} -pi -e "s@lib/python@%{_lib}/python@" aclocal.m4
 
 %build
+# disable grass/libgrass here, it can be built from separate gdal-grass package
 %{__autoconf}
 %configure \
        --datadir=%{_datadir}/gdal \
@@ -133,7 +130,8 @@ Modu
        --with-xerces \
        --with-xerces-inc=/usr/include/xercesc \
        --with-xerces-lib="-lxerces-c" \
-       --without-grass
+       --without-grass \
+       --without-libgrass
 
 %{__make}
 
This page took 0.054763 seconds and 4 git commands to generate.