fix devel package usage (opj_codec_set missing otherwise)

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=62
This commit is contained in:
Dirk Stoecker 2018-06-01 10:04:54 +00:00 committed by Git OBS Bridge
parent 9df2edffde
commit f14f8feff7
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
- required 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