SHA256
1
0
forked from pool/PDAL

Accepting request 944722 from home:licehunter:branches:Application:Geo

- Add `Provides:` so that PDAL-devel can find libPDAL.

This should allow QGIS 3.22 to build for Tumbleweed (though not for Leap, as Python dependencies are not fulfilled there).

OBS-URL: https://build.opensuse.org/request/show/944722
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=28
This commit is contained in:
Bruno Friedmann 2022-01-07 12:29:07 +00:00 committed by Git OBS Bridge
parent 506f91f739
commit a15ff1895c
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 7 10:37:32 UTC 2022 - D. Berge <opensuse@navlost.eu>
- Add `Provides:` so that PDAL-devel can find libPDAL.
-------------------------------------------------------------------
Wed Dec 29 17:17:47 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch>

View File

@ -112,6 +112,8 @@ This package provides tools & utilities using PDAL library libpdal
%package -n lib%{name}%{soname}
Summary: Point Data Abstraction Library (GDAL for point cloud data)
Group: System/Libraries
Provides: lib%{lname}_base.so.%{soname} = %{version}
Provides: lib%{name}%{soname} = %{version}
%description -n lib%{name}%{soname}
PDAL is a C++ BSD library for translating and manipulating point cloud data.