diff --git a/gdal.changes b/gdal.changes index e379263..2d6c9a0 100644 --- a/gdal.changes +++ b/gdal.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Mar 8 20:39:00 UTC 2015 - mpluskal@suse.com + +- Update perl package dependencies + ------------------------------------------------------------------- Mon Feb 9 16:46:37 UTC 2015 - mpluskal@suse.com diff --git a/gdal.spec b/gdal.spec index 66e312c..96aecd3 100644 --- a/gdal.spec +++ b/gdal.spec @@ -1,7 +1,7 @@ # # spec file for package gdal # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,8 +29,9 @@ Patch0: gdal-python_install.patch Patch1: gdal-configure.patch Patch2: gdal-perl.patch # Fix occasional paralle build failure -Patch3: GDALmake.opt.in.patch +Patch3: GDALmake.opt.in.patch BuildRequires: blas-devel +BuildRequires: chrpath BuildRequires: curl-devel BuildRequires: doxygen >= 1.4.2 BuildRequires: fdupes @@ -47,6 +48,7 @@ BuildRequires: libproj-devel BuildRequires: libspatialite-devel BuildRequires: libtiff-devel >= 3.6.0 BuildRequires: libtool +BuildRequires: libxerces-c-devel BuildRequires: netcdf-devel BuildRequires: openjpeg2-devel BuildRequires: poppler-devel @@ -57,20 +59,18 @@ BuildRequires: sqlite-devel >= 3 BuildRequires: swig BuildRequires: unixODBC-devel BuildRequires: zlib-devel >= 1.1.4 -BuildRequires: chrpath -BuildRequires: libxerces-c-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %{with ecw_support} BuildRequires: libecwj2-devel %endif %if 0%{?suse_version} >= 1310 -BuildRequires: hdf5-devel BuildRequires: autoconf BuildRequires: automake +BuildRequires: hdf5-devel %endif %if 0%{?suse_version} > 1310 && 0%{?suse_version} != 1315 -BuildRequires: perl-ExtUtils-MakeMaker BuildRequires: libwebp-devel +BuildRequires: perl-ExtUtils-MakeMaker %else BuildRequires: hdf-devel >= 4.0 %endif @@ -111,7 +111,6 @@ Requires: perl = %{perl_version} %{perl_requires} %endif - %description -n perl-gdal Perl bindings for GDAL - Geo::GDAL, Geo::OGR and Geo::OSR modules.