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
This commit is contained in:
parent
eaf16da376
commit
4370b1ebc8
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 14 07:53:45 UTC 2023 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||
|
||||
- Seperate drivers.ini from the library package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 21 19:11:24 UTC 2023 - Bruno Friedmann <bruno@ioda-net.ch>
|
||||
|
||||
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user