- Update perl package dependencies
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=5
This commit is contained in:
parent
685d9c48dd
commit
bbdf099cb6
@ -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
|
Mon Feb 9 16:46:37 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
11
gdal.spec
11
gdal.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gdal
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -31,6 +31,7 @@ Patch2: gdal-perl.patch
|
|||||||
# Fix occasional paralle build failure
|
# Fix occasional paralle build failure
|
||||||
Patch3: GDALmake.opt.in.patch
|
Patch3: GDALmake.opt.in.patch
|
||||||
BuildRequires: blas-devel
|
BuildRequires: blas-devel
|
||||||
|
BuildRequires: chrpath
|
||||||
BuildRequires: curl-devel
|
BuildRequires: curl-devel
|
||||||
BuildRequires: doxygen >= 1.4.2
|
BuildRequires: doxygen >= 1.4.2
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -47,6 +48,7 @@ BuildRequires: libproj-devel
|
|||||||
BuildRequires: libspatialite-devel
|
BuildRequires: libspatialite-devel
|
||||||
BuildRequires: libtiff-devel >= 3.6.0
|
BuildRequires: libtiff-devel >= 3.6.0
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
BuildRequires: libxerces-c-devel
|
||||||
BuildRequires: netcdf-devel
|
BuildRequires: netcdf-devel
|
||||||
BuildRequires: openjpeg2-devel
|
BuildRequires: openjpeg2-devel
|
||||||
BuildRequires: poppler-devel
|
BuildRequires: poppler-devel
|
||||||
@ -57,20 +59,18 @@ BuildRequires: sqlite-devel >= 3
|
|||||||
BuildRequires: swig
|
BuildRequires: swig
|
||||||
BuildRequires: unixODBC-devel
|
BuildRequires: unixODBC-devel
|
||||||
BuildRequires: zlib-devel >= 1.1.4
|
BuildRequires: zlib-devel >= 1.1.4
|
||||||
BuildRequires: chrpath
|
|
||||||
BuildRequires: libxerces-c-devel
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if %{with ecw_support}
|
%if %{with ecw_support}
|
||||||
BuildRequires: libecwj2-devel
|
BuildRequires: libecwj2-devel
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} >= 1310
|
%if 0%{?suse_version} >= 1310
|
||||||
BuildRequires: hdf5-devel
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
BuildRequires: hdf5-devel
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} > 1310 && 0%{?suse_version} != 1315
|
%if 0%{?suse_version} > 1310 && 0%{?suse_version} != 1315
|
||||||
BuildRequires: perl-ExtUtils-MakeMaker
|
|
||||||
BuildRequires: libwebp-devel
|
BuildRequires: libwebp-devel
|
||||||
|
BuildRequires: perl-ExtUtils-MakeMaker
|
||||||
%else
|
%else
|
||||||
BuildRequires: hdf-devel >= 4.0
|
BuildRequires: hdf-devel >= 4.0
|
||||||
%endif
|
%endif
|
||||||
@ -111,7 +111,6 @@ Requires: perl = %{perl_version}
|
|||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%description -n perl-gdal
|
%description -n perl-gdal
|
||||||
Perl bindings for GDAL - Geo::GDAL, Geo::OGR and Geo::OSR modules.
|
Perl bindings for GDAL - Geo::GDAL, Geo::OGR and Geo::OSR modules.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user