From 4370b1ebc818eb7629f38d08e3394e2ffb1a1711bdc09e72a29e672d5ac0dc0b Mon Sep 17 00:00:00 2001 From: Bruno Friedmann Date: Tue, 19 Sep 2023 12:37:26 +0000 Subject: [PATCH] Accepting request 1111332 from home:dstoecker:branches:Application:Geo Typo fix OBS-URL: https://build.opensuse.org/request/show/1111332 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=170 --- gdal.changes | 6 +++++- gdal.spec | 9 +++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) 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