Author: hawk Date: Sun Mar 15 21:55:26 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.5.4, make -j1 is required or it will fail to build
---- Files affected: SPECS: gdal.spec (1.58 -> 1.59) ---- Diffs: ================================================================ Index: SPECS/gdal.spec diff -u SPECS/gdal.spec:1.58 SPECS/gdal.spec:1.59 --- SPECS/gdal.spec:1.58 Sat Mar 14 01:15:40 2009 +++ SPECS/gdal.spec Sun Mar 15 22:55:21 2009 @@ -9,18 +9,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 @@ -166,7 +165,6 @@ %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} @@ -199,16 +197,16 @@ # 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 @@ -317,6 +315,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.59 2009/03/15 21:55:21 hawk +- updated to 1.5.4, make -j1 is required or it will fail to build + Revision 1.58 2009/03/14 00:15:40 hawk - release 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gdal.spec?r1=1.58&r2=1.59&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
