update
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=13
This commit is contained in:
parent
84aec79024
commit
18e3bdf6bd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:31a026279106aabb48aa3cffd94a889325d9247744a53d4ceeda91d12f38430d
|
|
||||||
size 75186625
|
|
@ -1 +0,0 @@
|
|||||||
5e1fe78400dc3b47839a5e10b56771aa PDAL-1.9.1-src.tar.bz2
|
|
3
PDAL-2.0.1-src.tar.bz2
Normal file
3
PDAL-2.0.1-src.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d1e2d5bf031345ed585e340a3bc01100a53955ce0f885c4dfb0345bd2a0fe40a
|
||||||
|
size 93604360
|
1
PDAL-2.0.1-src.tar.bz2.md5
Normal file
1
PDAL-2.0.1-src.tar.bz2.md5
Normal file
@ -0,0 +1 @@
|
|||||||
|
c68974a7e7f3d4c4c6a57fc28bc9cc71 PDAL-2.0.1-src.tar.bz2
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 17 07:35:50 UTC 2019 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||||
|
|
||||||
|
- update to 2.0.1
|
||||||
|
See https://github.com/PDAL/PDAL/releases/tag/2.0.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 8 15:45:21 UTC 2019 - Dirk Stoecker <opensuse@dstoecker.de>
|
Mon Jul 8 15:45:21 UTC 2019 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||||
|
|
||||||
|
46
PDAL.spec
46
PDAL.spec
@ -17,17 +17,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
# Ask upstream to clarify seems sofull_version is build version
|
%define soname 10
|
||||||
%define soname 8
|
%define sovers 10
|
||||||
%define sovers 8
|
|
||||||
%define sofull_version 9.0.1
|
|
||||||
%define lname pdal
|
%define lname pdal
|
||||||
# Temporary fix for Leap 42.3
|
|
||||||
%if ! %{defined make_build}
|
|
||||||
%define make_build %{_bindir}/make %{?_smp_mflags}
|
|
||||||
%endif
|
|
||||||
Name: PDAL
|
Name: PDAL
|
||||||
Version: 1.9.1
|
Version: 2.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Point Data Abstraction Library. GDAL for point cloud data
|
Summary: Point Data Abstraction Library. GDAL for point cloud data
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -49,12 +43,12 @@ BuildRequires: geotiff-devel
|
|||||||
BuildRequires: jsoncpp-devel
|
BuildRequires: jsoncpp-devel
|
||||||
# We need 3.1.1+ for 1.6
|
# We need 3.1.1+ for 1.6
|
||||||
BuildRequires: laszip-devel
|
BuildRequires: laszip-devel
|
||||||
# For tests but don't exist for Leap 42.3
|
BuildRequires: gtest
|
||||||
# BuildRequires: gtest
|
|
||||||
BuildRequires: libgdal-devel
|
BuildRequires: libgdal-devel
|
||||||
BuildRequires: libgeos-devel
|
BuildRequires: libgeos-devel
|
||||||
BuildRequires: libproj-devel
|
BuildRequires: libproj-devel
|
||||||
BuildRequires: libspatialindex-devel
|
BuildRequires: libspatialindex-devel
|
||||||
|
BuildRequires: libopenssl-devel >= 1.1
|
||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -95,6 +89,7 @@ BuildRequires: libboost_program_options-devel
|
|||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: postgresql-devel
|
BuildRequires: postgresql-devel
|
||||||
|
BuildRequires: postgresql-server-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
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.
|
||||||
@ -255,39 +250,32 @@ find %{buildroot} -type f -name "*.la" -o -name "*.a" -delete -print
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc AUTHORS.txt README.md RELEASENOTES.txt
|
%doc AUTHORS.txt README.md RELEASENOTES.txt
|
||||||
%{_libdir}/libpdal_base.so.%{sofull_version}
|
%{_libdir}/libpdal_base.so.%{sovers}
|
||||||
# Plugins
|
# Plugins
|
||||||
%{_libdir}/libpdal_plugin_filter_python.so.%{sofull_version}
|
%{_libdir}/libpdal_plugin_filter_python.so.%{sovers}
|
||||||
%{_libdir}/libpdal_plugin_kernel_fauxplugin.so.%{sofull_version}
|
%{_libdir}/libpdal_plugin_kernel_fauxplugin.so.%{sovers}
|
||||||
%{_libdir}/libpdal_plugin_reader_numpy.so.%{sofull_version}
|
%{_libdir}/libpdal_plugin_reader_numpy.so.%{sovers}
|
||||||
%{_libdir}/libpdal_plugin_reader_sqlite.so.%{sofull_version}
|
%{_libdir}/libpdal_plugin_reader_sqlite.so.%{sovers}
|
||||||
%{_libdir}/libpdal_plugin_writer_sqlite.so.%{sofull_version}
|
%{_libdir}/libpdal_plugin_writer_sqlite.so.%{sovers}
|
||||||
%{_libdir}/libpdal_plugin_reader_pgpointcloud.so.%{sofull_version}
|
%{_libdir}/libpdal_plugin_reader_pgpointcloud.so.%{sovers}
|
||||||
%{_libdir}/libpdal_plugin_writer_pgpointcloud.so.%{sofull_version}
|
%{_libdir}/libpdal_plugin_writer_pgpointcloud.so.%{sovers}
|
||||||
%{_libdir}/libpdal_util.so.%{sofull_version}
|
%{_libdir}/libpdal_util.so.%{sovers}
|
||||||
|
|
||||||
%files -n %{name}-devel
|
%files -n %{name}-devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc AUTHORS.txt README.md CONTRIBUTING.md
|
%doc AUTHORS.txt README.md CONTRIBUTING.md
|
||||||
%{_includedir}/pdal
|
%{_includedir}/pdal
|
||||||
%{_libdir}/libpdal_base.so.%{sovers}
|
# old compatibility link
|
||||||
|
%exclude %{_libdir}/libpdal_*.so.9
|
||||||
%{_libdir}/libpdal_base.so
|
%{_libdir}/libpdal_base.so
|
||||||
%{_libdir}/libpdal_plugin_filter_python.so
|
%{_libdir}/libpdal_plugin_filter_python.so
|
||||||
%{_libdir}/libpdal_plugin_filter_python.so.%{sovers}
|
|
||||||
%{_libdir}/libpdal_plugin_kernel_fauxplugin.so
|
%{_libdir}/libpdal_plugin_kernel_fauxplugin.so
|
||||||
%{_libdir}/libpdal_plugin_kernel_fauxplugin.so.%{sovers}
|
|
||||||
%{_libdir}/libpdal_plugin_reader_numpy.so
|
%{_libdir}/libpdal_plugin_reader_numpy.so
|
||||||
%{_libdir}/libpdal_plugin_reader_numpy.so.%{sovers}
|
|
||||||
%{_libdir}/libpdal_plugin_reader_sqlite.so
|
%{_libdir}/libpdal_plugin_reader_sqlite.so
|
||||||
%{_libdir}/libpdal_plugin_reader_sqlite.so.%{sovers}
|
|
||||||
%{_libdir}/libpdal_plugin_writer_sqlite.so
|
%{_libdir}/libpdal_plugin_writer_sqlite.so
|
||||||
%{_libdir}/libpdal_plugin_writer_sqlite.so.%{sovers}
|
|
||||||
%{_libdir}/libpdal_plugin_reader_pgpointcloud.so
|
%{_libdir}/libpdal_plugin_reader_pgpointcloud.so
|
||||||
%{_libdir}/libpdal_plugin_reader_pgpointcloud.so.%{sovers}
|
|
||||||
%{_libdir}/libpdal_plugin_writer_pgpointcloud.so
|
%{_libdir}/libpdal_plugin_writer_pgpointcloud.so
|
||||||
%{_libdir}/libpdal_plugin_writer_pgpointcloud.so.%{sovers}
|
|
||||||
%{_libdir}/libpdal_util.so.%{sovers}
|
|
||||||
%{_libdir}/libpdal_util.so
|
%{_libdir}/libpdal_util.so
|
||||||
%{_libdir}/libpdalcpp.so
|
%{_libdir}/libpdalcpp.so
|
||||||
%{_libdir}/pkgconfig/pdal.pc
|
%{_libdir}/pkgconfig/pdal.pc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user