diff --git a/libhdf5.spec b/libhdf5.spec index 41edd58..8568502 100644 --- a/libhdf5.spec +++ b/libhdf5.spec @@ -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 1.14.0-1mamba +- automatic version update by autodist + * Mon Jan 24 2022 Automatic Build System 1.13.0-1mamba - automatic version update by autodist