restored cpp library [release 1.12.1-2mamba;Sun Aug 01 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 04:35:39 +01:00
parent 0efd2df525
commit 99ced525b4

View File

@ -1,14 +1,14 @@
%define majver %(echo %version | cut -d. -f1-2)
%define pkgver %(echo %version | tr _ -)
Name: libhdf5
Version: 1.12.0
Release: 1mamba
Version: 1.12.1
Release: 2mamba
Summary: A data model, library, and file format for storing and managing data
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.hdfgroup.org/HDF5/
URL: https://www.hdfgroup.org/solutions/hdf5/
Source: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-%{majver}/hdf5-%{version}/src/hdf5-%{version}.tar.bz2
License: BSD
## AUTOBUILDREQ-BEGIN
@ -17,7 +17,6 @@ BuildRequires: libgcc
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
Requires(post):%{__install_info}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
HDF5 is a data model, library, and file format for storing and managing data. It supports an unlimited variety of datatypes, and is designed for flexible and efficient I/O and for high volume and complex data. HDF5 is portable and is extensible, allowing applications to evolve in their use of HDF5. The HDF5 Technology suite includes tools and applications for managing, manipulating, viewing, and analyzing data in the HDF5 format.
@ -48,6 +47,7 @@ touch release_docs/INSTALL_VMS.txt
%build
%cmake -d build \
-DHDF5_BUILD_HL_LIB=ON \
-DHDF5_BUILD_CPP_LIB=ON \
-DHDF5_INSTALL_LIB_DIR=%{_libdir}
%make
@ -92,7 +92,7 @@ done
%{_libdir}/libhdf5_hl.so
%{_libdir}/libhdf5_hl_cpp.so
%{_libdir}/libhdf5_tools.so
%{_libdir}/pkgconfig/hdf5*-%{version}.pc
%{_libdir}/pkgconfig/hdf5*.pc
%{_datadir}/cmake/hdf5/hdf5-*.cmake
%dir %{_docdir}/%{name}
%{_docdir}/%{name}/*
@ -102,8 +102,16 @@ done
%{_bindir}/h5*
%{_bindir}/gif2h5
%{_bindir}/gif2h5-shared
%{_bindir}/mirror_server
%{_bindir}/mirror_server_stop
%changelog
* Sun Aug 01 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.1-2mamba
- restored cpp library
* Sat Jul 10 2021 Automatic Build System <autodist@mambasoft.it> 1.12.1-1mamba
- automatic version update by autodist
* Thu May 21 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.0-1mamba
- update to 1.12.0