diff --git a/libhdf5.spec b/libhdf5.spec index 6fe80e8..a95f5b1 100644 --- a/libhdf5.spec +++ b/libhdf5.spec @@ -1,6 +1,6 @@ %define pkgver %(echo %version | tr _ -) Name: libhdf5 -Version: 1.8.15_patch1 +Version: 1.10.5 Release: 1mamba Summary: A data model, library, and file format for storing and managing data Group: System/Libraries @@ -12,6 +12,8 @@ Source: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-%{pkgver}.tar.b License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libgcc +BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END Requires(post):%{__install_info} BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -36,6 +38,8 @@ 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. +%debug_package + %prep %setup -q -n hdf5-%{pkgver} touch release_docs/INSTALL_VMS.txt @@ -64,7 +68,6 @@ done %files %defattr(-,root,root) -%{_libdir}/libhdf5.settings %{_libdir}/libhdf5.so.* %{_libdir}/libhdf5_cpp.so.* %{_libdir}/libhdf5_hl.so.* @@ -76,24 +79,32 @@ done %defattr(-,root,root) %{_includedir}/hdf5.h %{_includedir}/hdf5_hl.h -%{_includedir}/h5*.h %{_includedir}/H5*.h -#%dir %{_datadir}/cmake/hdf5 -%{_datadir}/cmake/FindHDF5.cmake -%{_datadir}/cmake/hdf5-*.cmake +%{_libdir}/libhdf5.settings +%{_libdir}/libhdf5.a +%{_libdir}/libhdf5_cpp.a +%{_libdir}/libhdf5_hl.a +%{_libdir}/libhdf5_hl_cpp.a +%{_libdir}/libhdf5_tools.a %{_libdir}/libhdf5.so %{_libdir}/libhdf5_cpp.so %{_libdir}/libhdf5_hl.so %{_libdir}/libhdf5_hl_cpp.so %{_libdir}/libhdf5_tools.so +%{_libdir}/pkgconfig/hdf5*-%{version}.pc +%{_datadir}/cmake/hdf5/hdf5-*.cmake %dir %{_docdir}/%{name} %{_docdir}/%{name}/* %files tools %defattr(-,root,root) %{_bindir}/h5* +%{_bindir}/gif2h5 %changelog +* Tue Dec 03 2019 Silvan Calarco 1.10.5-1mamba +- update to 1.10.5 + * Fri Aug 21 2015 Silvan Calarco 1.8.15_patch1-1mamba - update to 1.8.15_patch1