automatic version update by autodist [release 1.14.0-1mamba;Thu Jan 05 2023]

This commit is contained in:
Automatic Build System 2024-01-06 04:35:40 +01:00
parent cb574ca75c
commit 541cb654ac

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
%define pkgver %(echo %version | tr _ -)
Name: libhdf5
Version: 1.13.0
Version: 1.14.0
Release: 1mamba
Summary: A data model, library, and file format for storing and managing data
Group: System/Libraries
@ -48,7 +48,8 @@ touch release_docs/INSTALL_VMS.txt
%cmake -d build \
-DHDF5_BUILD_HL_LIB=ON \
-DHDF5_BUILD_CPP_LIB=ON \
-DHDF5_INSTALL_LIB_DIR=%{_libdir}
-DHDF5_INSTALL_LIB_DIR=%{_libdir} \
-DHDF5_INSTALL_CMAKE_DIR=%{_libdir}/cmake
%make
@ -93,19 +94,22 @@ done
%{_libdir}/libhdf5_hl_cpp.so
%{_libdir}/libhdf5_tools.so
%{_libdir}/pkgconfig/hdf5*.pc
%{_datadir}/cmake/hdf5-*.cmake
%{_libdir}/cmake/hdf5-*.cmake
%dir %{_docdir}/%{name}
%{_docdir}/%{name}/*
%files tools
%defattr(-,root,root)
%{_bindir}/h5*
%{_bindir}/gif2h5
%{_bindir}/gif2h5-shared
#%{_bindir}/gif2h5
#%{_bindir}/gif2h5-shared
%{_bindir}/mirror_server
%{_bindir}/mirror_server_stop
%changelog
* Thu Jan 05 2023 Automatic Build System <autodist@mambasoft.it> 1.14.0-1mamba
- automatic version update by autodist
* Mon Jan 24 2022 Automatic Build System <autodist@mambasoft.it> 1.13.0-1mamba
- automatic version update by autodist