| Name: | liblas |
|---|---|
| Version: | 1.8.0 |
| Release: | 3.el7 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 3787609 |
| License: | BSD and Boost |
| RPM: | liblas-1.8.0-3.el7.x86_64.rpm |
| Source RPM: | liblas-1.8.0-3.el7.src.rpm |
| Build Date: | Mon Oct 30 2017 |
| Build Host: | x86-ol7-builder-03.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://www.liblas.org/ |
| Summary: | LAS 1.0/1.1/1.2 ASPRS LiDAR data translation toolset |
| Description: | libLAS is a C/C++ library for reading and writing the very common LAS LiDAR format. The ASPRS LAS format is a sequential binary format used to store data from LiDAR sensors and by LiDAR processing software for data interchange and archival. |
- Various updates, per Fedora review from Rex:
- Update license
- omit INSTALL from %doc
- Own directories in -devel subpackage
- omit deprecated Group: tags and %clean section
- Use better macros for make and cmake
- use %{?_isa} macro in subpkg dependencies
- have %build section envoke 'make'
- Update %install section
- Improve cmake build parameters, also fix rpath
- move liblaszip.so symlink to -devel subpkg
- move liblas-config to -devel subpackage
- Split -devel and -libs subpackages
- Various updates: * Split -devel and -libs subpackages * Use %license macro * Use %make_install macro * Get rid of BuildRoot definition * No need to cleanup buildroot during %install * Remove %defattr * Run ldconfig * Fix version numbers in spec file * BR laszip-devel, and require laszip, per recent laszip changes.
- Initial packaging