SHA256
1
0
forked from pool/PDAL
Dirk Stoecker 2019-07-08 17:03:31 +00:00 committed by Git OBS Bridge
parent 8262873898
commit 126854c38c
6 changed files with 19 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf5952ab0b9ba1fc07ed879128c64d21b6a22e32166a0fe03072a9589adc75d7
size 76466623

View File

@ -1 +0,0 @@
f2fb81abbd6b9a2fab0b7cb7bd025c86 PDAL-1.8.0-src.tar.gz

3
PDAL-1.9.1-src.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31a026279106aabb48aa3cffd94a889325d9247744a53d4ceeda91d12f38430d
size 75186625

View File

@ -0,0 +1 @@
5e1fe78400dc3b47839a5e10b56771aa PDAL-1.9.1-src.tar.bz2

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 8 15:45:21 UTC 2019 - Dirk Stoecker <opensuse@dstoecker.de>
- update to 1.9.1
For release notes see https://github.com/PDAL/PDAL/releases
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 20 09:30:33 UTC 2019 - Bruno Friedmann <bruno@ioda-net.ch> Wed Feb 20 09:30:33 UTC 2019 - Bruno Friedmann <bruno@ioda-net.ch>

View File

@ -18,23 +18,23 @@
# Ask upstream to clarify seems sofull_version is build version # Ask upstream to clarify seems sofull_version is build version
%define soname 7 %define soname 8
%define sovers 7 %define sovers 8
%define sofull_version 8.0.0 %define sofull_version 9.0.1
%define lname pdal %define lname pdal
# Temporary fix for Leap 42.3 # Temporary fix for Leap 42.3
%if ! %{defined make_build} %if ! %{defined make_build}
%define make_build %{_bindir}/make %{?_smp_mflags} %define make_build %{_bindir}/make %{?_smp_mflags}
%endif %endif
Name: PDAL Name: PDAL
Version: 1.8.0 Version: 1.9.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
Group: Productivity/Graphics/CAD Group: Productivity/Graphics/CAD
URL: https://www.pdal.io/ URL: https://www.pdal.io/
Source0: https://github.com/PDAL/PDAL/releases/download/%{version}/%{name}-%{version}-src.tar.gz Source0: https://github.com/PDAL/PDAL/releases/download/%{version}/%{name}-%{version}-src.tar.bz2
Source1: https://github.com/PDAL/PDAL/releases/download/%{version}/%{name}-%{version}-src.tar.gz.md5 Source1: https://github.com/PDAL/PDAL/releases/download/%{version}/%{name}-%{version}-src.tar.bz2.md5
# Source2: https://www.pdal.io/PDAL.pdf # Source2: https://www.pdal.io/PDAL.pdf
BuildRequires: bash-completion BuildRequires: bash-completion
BuildRequires: cairo-devel BuildRequires: cairo-devel
@ -94,6 +94,7 @@ BuildRequires: libboost_program_options-devel
%else %else
BuildRequires: boost-devel BuildRequires: boost-devel
%endif %endif
BuildRequires: postgresql-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.
@ -253,7 +254,7 @@ find %{buildroot} -type f -name "*.la" -o -name "*.a" -delete -print
%files -n lib%{name}%{soname} %files -n lib%{name}%{soname}
%defattr(-,root,root,-) %defattr(-,root,root,-)
%license LICENSE.txt %license LICENSE.txt
%doc AUTHORS.txt README.md ChangeLog %doc AUTHORS.txt README.md RELEASENOTES.txt
%{_libdir}/libpdal_base.so.%{sofull_version} %{_libdir}/libpdal_base.so.%{sofull_version}
# Plugins # Plugins
%{_libdir}/libpdal_plugin_filter_python.so.%{sofull_version} %{_libdir}/libpdal_plugin_filter_python.so.%{sofull_version}
@ -290,10 +291,8 @@ find %{buildroot} -type f -name "*.la" -o -name "*.a" -delete -print
%{_libdir}/libpdal_util.so %{_libdir}/libpdal_util.so
%{_libdir}/libpdalcpp.so %{_libdir}/libpdalcpp.so
%{_libdir}/pkgconfig/pdal.pc %{_libdir}/pkgconfig/pdal.pc
%{_libdir}/cmake/PDAL
%{_bindir}/pdal-config %{_bindir}/pdal-config
%dir %{_libdir}/pdal/
%dir %{_libdir}/pdal/cmake
%{_libdir}/pdal/cmake/PDAL*.cmake
%files -n %{name}-doc %files -n %{name}-doc
%defattr(-,root,root,-) %defattr(-,root,root,-)