From 99ced525b4e4307f0a90765de82b245782d846f8 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 04:35:39 +0100 Subject: [PATCH] restored cpp library [release 1.12.1-2mamba;Sun Aug 01 2021] --- libhdf5.spec | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/libhdf5.spec b/libhdf5.spec index d82fc2b..b59e420 100644 --- a/libhdf5.spec +++ b/libhdf5.spec @@ -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 -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 1.12.1-2mamba +- restored cpp library + +* Sat Jul 10 2021 Automatic Build System 1.12.1-1mamba +- automatic version update by autodist + * Thu May 21 2020 Silvan Calarco 1.12.0-1mamba - update to 1.12.0