SHA256
1
0
forked from pool/gdal

Accepting request 613443 from Application:Geo

- require libopenjp2 for devel package

Otherwise compilation fails with hard to understand error that opj_codec_set is missing)

OBS-URL: https://build.opensuse.org/request/show/613443
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=27
This commit is contained in:
Dominique Leuenberger 2018-06-02 10:14:10 +00:00 committed by Git OBS Bridge
commit 31ffd7a274
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 1 10:04:15 UTC 2018 - opensuse@dstoecker.de
- require libopenjp2 for devel package
-------------------------------------------------------------------
Mon May 14 14:03:36 UTC 2018 - bruno@ioda-net.ch

View File

@ -28,7 +28,7 @@ Release: 0
Summary: GDAL/OGR - a translator library for raster and vector geospatial data formats
License: MIT AND BSD-3-Clause AND SUSE-Public-Domain
Group: Development/Libraries/C and C++
URL: http://www.gdal.org/
Url: http://www.gdal.org/
Source0: http://download.osgeo.org/%{name}/%{version}/%{sourcename}-%{version}.tar.xz
Patch0: gdal-perl.patch
# Fix occasional parallel build failure
@ -118,6 +118,7 @@ Group: Development/Languages/C and C++
Requires: lib%{name}%{soversion} = %{version}
Provides: lib%{name}%{soversion}-devel
Provides: lib%{name}-devel
Requires: pkgconfig(libopenjp2)
%description devel
Development Libraries for the GDAL file format library