]> git.pld-linux.org Git - packages/gdal.git/commitdiff
- --without-geos (it wasn't buildrequired, and it broke build. Make it auto/ac/gdal-1_2_3-3
authorsaq <saq@pld-linux.org>
Sun, 9 Jan 2005 22:04:53 +0000 (22:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  work if you care.)
- release 3

Changed files:
    gdal.spec -> 1.19

gdal.spec

index 3226d4768a7a32019755508fe09fcf2886639493..477fc0cd455da3725e03cb301c2780417053771d 100644 (file)
--- a/gdal.spec
+++ b/gdal.spec
@@ -6,14 +6,13 @@ Summary:      Geospatial Data Abstraction Library
 Summary(pl):   Biblioteka abstrakcji danych dotycz±cych powierzchni Ziemi
 Name:          gdal
 Version:       1.2.3
-Release:       2
+Release:       3
 License:       BSD-like
 Group:         Libraries
 Source0:       ftp://ftp.remotesensing.org/pub/gdal/%{name}-%{version}.tar.gz
 # Source0-md5: 6fe5b737e3ab323a34dea7578cc7fc9b
 Patch0:                %{name}-pgsql.patch
 Patch1:                %{name}-DESTDIR.patch
-Patch2:                %{name}-cxx.patch
 URL:           http://www.remotesensing.org/gdal/
 BuildRequires: autoconf
 BuildRequires: cfitsio-devel
@@ -110,7 +109,6 @@ Modu
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %{__perl} -pi -e "s@lib/python@%{_lib}/python@" aclocal.m4
 
@@ -122,7 +120,8 @@ Modu
        --with-xerces \
        --with-xerces-inc=/usr/include/xercesc \
        --with-xerces-lib="-lxerces-c" \
-       --without-grass
+       --without-grass \
+       --without-geos
 
 %{__make}
 
This page took 0.20921 seconds and 4 git commands to generate.