restored cpp library [release 1.12.1-2mamba;Sun Aug 01 2021]
This commit is contained in:
parent
0efd2df525
commit
99ced525b4
18
libhdf5.spec
18
libhdf5.spec
@ -1,14 +1,14 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
%define pkgver %(echo %version | tr _ -)
|
%define pkgver %(echo %version | tr _ -)
|
||||||
Name: libhdf5
|
Name: libhdf5
|
||||||
Version: 1.12.0
|
Version: 1.12.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A data model, library, and file format for storing and managing data
|
Summary: A data model, library, and file format for storing and managing data
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-%{majver}/hdf5-%{version}/src/hdf5-%{version}.tar.bz2
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -17,7 +17,6 @@ BuildRequires: libgcc
|
|||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires(post):%{__install_info}
|
Requires(post):%{__install_info}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
-DHDF5_BUILD_HL_LIB=ON \
|
-DHDF5_BUILD_HL_LIB=ON \
|
||||||
|
-DHDF5_BUILD_CPP_LIB=ON \
|
||||||
-DHDF5_INSTALL_LIB_DIR=%{_libdir}
|
-DHDF5_INSTALL_LIB_DIR=%{_libdir}
|
||||||
|
|
||||||
%make
|
%make
|
||||||
@ -92,7 +92,7 @@ done
|
|||||||
%{_libdir}/libhdf5_hl.so
|
%{_libdir}/libhdf5_hl.so
|
||||||
%{_libdir}/libhdf5_hl_cpp.so
|
%{_libdir}/libhdf5_hl_cpp.so
|
||||||
%{_libdir}/libhdf5_tools.so
|
%{_libdir}/libhdf5_tools.so
|
||||||
%{_libdir}/pkgconfig/hdf5*-%{version}.pc
|
%{_libdir}/pkgconfig/hdf5*.pc
|
||||||
%{_datadir}/cmake/hdf5/hdf5-*.cmake
|
%{_datadir}/cmake/hdf5/hdf5-*.cmake
|
||||||
%dir %{_docdir}/%{name}
|
%dir %{_docdir}/%{name}
|
||||||
%{_docdir}/%{name}/*
|
%{_docdir}/%{name}/*
|
||||||
@ -102,8 +102,16 @@ done
|
|||||||
%{_bindir}/h5*
|
%{_bindir}/h5*
|
||||||
%{_bindir}/gif2h5
|
%{_bindir}/gif2h5
|
||||||
%{_bindir}/gif2h5-shared
|
%{_bindir}/gif2h5-shared
|
||||||
|
%{_bindir}/mirror_server
|
||||||
|
%{_bindir}/mirror_server_stop
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu May 21 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.0-1mamba
|
||||||
- update to 1.12.0
|
- update to 1.12.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user