]> git.pld-linux.org Git - packages/gdal.git/commitdiff
- updated to 1.5.4, make -j1 is required or it will fail to build auto/ti/gdal-1_5_4-1
authorhawk <hawk@pld-linux.org>
Sun, 15 Mar 2009 21:55:21 +0000 (21:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdal.spec -> 1.59

gdal.spec

index 59a0e4ea88a4bd16d690ebbc260f33bf6cfc3683..2579253d5a59335369f9b1da1cc42751388db4ed 100644 (file)
--- a/gdal.spec
+++ b/gdal.spec
@@ -8,18 +8,17 @@
 Summary:       Geospatial Data Abstraction Library
 Summary(pl.UTF-8):     Biblioteka abstrakcji danych dotyczÄ…cych powierzchni Ziemi
 Name:          gdal
-Version:       1.5.2
-Release:       4
+Version:       1.5.4
+Release:       1
 License:       BSD-like
 Group:         Libraries
 Source0:       ftp://ftp.remotesensing.org/gdal/%{name}-%{version}.tar.gz
-# Source0-md5: 1939de5fe43d12884d85fa5d7797e3c2
+# Source0-md5: d5e411b6f11bd1f144af67d2045d2606
 Patch0:                %{name}-dods.patch
 Patch1:                %{name}-perl.patch
 Patch2:                %{name}-ruby.patch
 Patch3:                %{name}-asneeded.patch
 Patch4:                %{name}-ogdi.patch
-Patch5:                %{name}-hdf.patch
 URL:           http://www.gdal.org/
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
@@ -165,7 +164,6 @@ osr.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 
 # need to regenerate (old ones don't support perl 5.10)
 rm swig/perl/{gdal_wrap.cpp,gdalconst_wrap.c,ogr_wrap.cpp,osr_wrap.cpp}
@@ -198,16 +196,16 @@ cp -f /usr/share/automake/config.* .
 # csharp builds, but has no configure option
 
 # regenerate where needed
-%{__make} -C swig/perl generate
+%{__make} -j1 -C swig/perl generate
 
-%{__make}
+%{__make} -j1
 
-%{__make} docs
+%{__make} -j1 docs
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install install-man \
+%{__make} -j1 install install-man \
        DESTDIR=$RPM_BUILD_ROOT
 
 rm -rf _html
This page took 0.144592 seconds and 4 git commands to generate.