diff --git a/gdal.changes b/gdal.changes index 3a13f45..998c108 100644 --- a/gdal.changes +++ b/gdal.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 14 07:53:45 UTC 2023 - Dirk Stoecker + +- Seperate drivers.ini from the library package + ------------------------------------------------------------------- Mon Aug 21 19:11:24 UTC 2023 - Bruno Friedmann @@ -1335,4 +1340,3 @@ Mon Jun 19 00:00:00 UTC 2006 - Markus Neteler 1.3.2 Wed Jan 25 00:00:00 UTC 2006 - Otto Dassau 1.3.1 - adapted to SuSE 10.0 - diff --git a/gdal.spec b/gdal.spec index 7c8da47..068d60a 100644 --- a/gdal.spec +++ b/gdal.spec @@ -165,6 +165,7 @@ Provides: lib%{name}-devel = %{version} Development Libraries for the GDAL file format library %package -n lib%{name}%{soversion} +Requires: lib%{name}-drivers >= %{version} Summary: GDAL static libraries %description -n lib%{name}%{soversion} @@ -172,6 +173,12 @@ GDAL and OGR are translator libraries for raster and vector geospatial data formats. As a library, it presents a single abstract data model to the calling application for all supported formats. +%package -n lib%{name}-drivers +Summary: GDAL static libraries drivers files + +%description -n lib%{name}-drivers +Drivers information for library + %package -n python3-%{pypi_package_name} Summary: GDAL Python3 module Requires: %{name} = %{version}-%{release} @@ -335,6 +342,8 @@ popd %license LICENSE.TXT %{_libdir}/*.so.%{soversion}.* %{_libdir}/*.so.%{soversion} + +%files -n lib%{name}-drivers %dir %{_libdir}/gdalplugins %{_libdir}/gdalplugins/drivers.ini