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:
parent
506f91f739
commit
a15ff1895c
@ -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>
|
Wed Dec 29 17:17:47 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch>
|
||||||
|
|
||||||
|
@ -112,6 +112,8 @@ This package provides tools & utilities using PDAL library libpdal
|
|||||||
%package -n lib%{name}%{soname}
|
%package -n lib%{name}%{soname}
|
||||||
Summary: Point Data Abstraction Library (GDAL for point cloud data)
|
Summary: Point Data Abstraction Library (GDAL for point cloud data)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
Provides: lib%{lname}_base.so.%{soname} = %{version}
|
||||||
|
Provides: lib%{name}%{soname} = %{version}
|
||||||
|
|
||||||
%description -n lib%{name}%{soname}
|
%description -n lib%{name}%{soname}
|
||||||
PDAL is a C++ BSD library for translating and manipulating point cloud data.
|
PDAL is a C++ BSD library for translating and manipulating point cloud data.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user