update to 1.8.15_patch1 [release 1.8.15_patch1-1mamba;Fri Aug 21 2015]

This commit is contained in:
Silvan Calarco 2024-01-06 04:35:39 +01:00
parent ec8176a023
commit 6bf43de467

View File

@ -1,6 +1,6 @@
%define pkgver %(echo %version | tr _ -)
Name: libhdf5
Version: 1.8.13
Version: 1.8.15_patch1
Release: 1mamba
Summary: A data model, library, and file format for storing and managing data
Group: System/Libraries
@ -28,6 +28,14 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
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.
This package contains static libraries and header files need for development.
%package tools
Group: System/Tools
Summary: Tools for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description tools
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.
%prep
%setup -q -n hdf5-%{pkgver}
touch release_docs/INSTALL_VMS.txt
@ -56,24 +64,39 @@ done
%files
%defattr(-,root,root)
%{_libdir}/libhdf5.settings
%{_libdir}/libhdf5.so.*
%{_libdir}/libhdf5_cpp.so.*
%{_libdir}/libhdf5_hl.so.*
%{_libdir}/libhdf5_hl_cpp.so.*
%{_libdir}/libhdf5_tools.so.*
%doc COPYING
%files devel
%defattr(-,root,root)
%{_includedir}/hdf5.h
%{_includedir}/hdf5_hl.h
%{_includedir}/h5*.h
%{_includedir}/H5*.h
%dir %{_datadir}/cmake/hdf5
%{_datadir}/cmake/hdf5/*.cmake
%{_datadir}/cmake/hdf5/libhdf5.settings
#%dir %{_datadir}/cmake/hdf5
%{_datadir}/cmake/FindHDF5.cmake
%{_datadir}/cmake/hdf5-*.cmake
%{_libdir}/libhdf5.so
%{_libdir}/libhdf5_cpp.so
%{_libdir}/libhdf5_hl.so
%{_libdir}/libhdf5_hl_cpp.so
%{_libdir}/libhdf5_tools.so
%dir %{_docdir}/%{name}
%{_docdir}/%{name}/*
%files tools
%defattr(-,root,root)
%{_bindir}/h5*
%changelog
* Fri Aug 21 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.15_patch1-1mamba
- update to 1.8.15_patch1
* Sun Sep 21 2014 Automatic Build System <autodist@mambasoft.it> 1.8.13-1mamba
- automatic version update by autodist