automatic version update by autodist [release 1.14.0-1mamba;Thu Jan 05 2023]
This commit is contained in:
parent
cb574ca75c
commit
541cb654ac
14
libhdf5.spec
14
libhdf5.spec
@ -1,7 +1,7 @@
|
|||||||
%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.13.0
|
Version: 1.14.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
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
|
||||||
@ -48,7 +48,8 @@ touch release_docs/INSTALL_VMS.txt
|
|||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
-DHDF5_BUILD_HL_LIB=ON \
|
-DHDF5_BUILD_HL_LIB=ON \
|
||||||
-DHDF5_BUILD_CPP_LIB=ON \
|
-DHDF5_BUILD_CPP_LIB=ON \
|
||||||
-DHDF5_INSTALL_LIB_DIR=%{_libdir}
|
-DHDF5_INSTALL_LIB_DIR=%{_libdir} \
|
||||||
|
-DHDF5_INSTALL_CMAKE_DIR=%{_libdir}/cmake
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -93,19 +94,22 @@ done
|
|||||||
%{_libdir}/libhdf5_hl_cpp.so
|
%{_libdir}/libhdf5_hl_cpp.so
|
||||||
%{_libdir}/libhdf5_tools.so
|
%{_libdir}/libhdf5_tools.so
|
||||||
%{_libdir}/pkgconfig/hdf5*.pc
|
%{_libdir}/pkgconfig/hdf5*.pc
|
||||||
%{_datadir}/cmake/hdf5-*.cmake
|
%{_libdir}/cmake/hdf5-*.cmake
|
||||||
%dir %{_docdir}/%{name}
|
%dir %{_docdir}/%{name}
|
||||||
%{_docdir}/%{name}/*
|
%{_docdir}/%{name}/*
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/h5*
|
%{_bindir}/h5*
|
||||||
%{_bindir}/gif2h5
|
#%{_bindir}/gif2h5
|
||||||
%{_bindir}/gif2h5-shared
|
#%{_bindir}/gif2h5-shared
|
||||||
%{_bindir}/mirror_server
|
%{_bindir}/mirror_server
|
||||||
%{_bindir}/mirror_server_stop
|
%{_bindir}/mirror_server_stop
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 24 2022 Automatic Build System <autodist@mambasoft.it> 1.13.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user