update to 1.10.5 [release 1.10.5-1mamba;Tue Dec 03 2019]

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

View File

@ -1,6 +1,6 @@
%define pkgver %(echo %version | tr _ -) %define pkgver %(echo %version | tr _ -)
Name: libhdf5 Name: libhdf5
Version: 1.8.15_patch1 Version: 1.10.5
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
@ -12,6 +12,8 @@ Source: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-%{pkgver}.tar.b
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires(post):%{__install_info} Requires(post):%{__install_info}
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -36,6 +38,8 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description tools %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. 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.
%debug_package
%prep %prep
%setup -q -n hdf5-%{pkgver} %setup -q -n hdf5-%{pkgver}
touch release_docs/INSTALL_VMS.txt touch release_docs/INSTALL_VMS.txt
@ -64,7 +68,6 @@ done
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libhdf5.settings
%{_libdir}/libhdf5.so.* %{_libdir}/libhdf5.so.*
%{_libdir}/libhdf5_cpp.so.* %{_libdir}/libhdf5_cpp.so.*
%{_libdir}/libhdf5_hl.so.* %{_libdir}/libhdf5_hl.so.*
@ -76,24 +79,32 @@ done
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/hdf5.h %{_includedir}/hdf5.h
%{_includedir}/hdf5_hl.h %{_includedir}/hdf5_hl.h
%{_includedir}/h5*.h
%{_includedir}/H5*.h %{_includedir}/H5*.h
#%dir %{_datadir}/cmake/hdf5 %{_libdir}/libhdf5.settings
%{_datadir}/cmake/FindHDF5.cmake %{_libdir}/libhdf5.a
%{_datadir}/cmake/hdf5-*.cmake %{_libdir}/libhdf5_cpp.a
%{_libdir}/libhdf5_hl.a
%{_libdir}/libhdf5_hl_cpp.a
%{_libdir}/libhdf5_tools.a
%{_libdir}/libhdf5.so %{_libdir}/libhdf5.so
%{_libdir}/libhdf5_cpp.so %{_libdir}/libhdf5_cpp.so
%{_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
%{_datadir}/cmake/hdf5/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
%changelog %changelog
* Tue Dec 03 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.5-1mamba
- update to 1.10.5
* Fri Aug 21 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.15_patch1-1mamba * Fri Aug 21 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.15_patch1-1mamba
- update to 1.8.15_patch1 - update to 1.8.15_patch1