libhdf5/libhdf5.spec

167 lines
5.9 KiB
RPMSpec

%define majver %(echo %version | cut -d. -f1-2)
%define pkgver %(echo %version | tr _ -)
Name: libhdf5
Version: 1.14.4.3
Release: 1mamba
Summary: A data model, library, and file format for storing and managing data
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://portal.hdfgroup.org/
Source: https://github.com/HDFGroup/hdf5.git/hdf5_%{version}/hdf5-%{version}.tar.bz2
License: BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libstdc++6-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
Requires(post):%{__install_info}
%description
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.
%package devel
Group: Development/Libraries
Summary: Static libraries and headers for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
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.
%debug_package
%prep
%setup -q -n hdf5-%{version}
touch release_docs/INSTALL_VMS.txt
%build
%cmake -d build \
-DHDF5_BUILD_HL_LIB=ON \
-DHDF5_BUILD_CPP_LIB=ON \
-DHDF5_INSTALL_LIB_DIR=%{_libdir} \
-DHDF5_INSTALL_CMAKE_DIR=%{_libdir}/cmake
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
install -d -m0755 %{buildroot}%{_docdir}/%{name}
for f in RELEASE.txt COPYING USING_HDF5_CMake.txt; do
mv %{buildroot}%{_datadir}/$f %{buildroot}%{_docdir}/%{name}/
done
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_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
%{_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*.pc
%{_libdir}/cmake/hdf5-*.cmake
%dir %{_docdir}/%{name}
%{_docdir}/%{name}/*
%files tools
%defattr(-,root,root)
%{_bindir}/h5*
#%{_bindir}/gif2h5
#%{_bindir}/gif2h5-shared
%{_bindir}/mirror_server
%{_bindir}/mirror_server_stop
%changelog
* Fri May 31 2024 Automatic Build System <autodist@openmamba.org> 1.14.4.3-1mamba
- automatic version update by autodist
* Mon Apr 29 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.14.4.2-1mamba
- update to 1.14.4.2
* Tue Oct 31 2023 Automatic Build System <autodist@mambasoft.it> 1.14.3-1mamba
- automatic version update by autodist
* Thu Aug 17 2023 Automatic Build System <autodist@mambasoft.it> 1.14.2-1mamba
- automatic version update by autodist
* Thu May 11 2023 Automatic Build System <autodist@mambasoft.it> 1.14.1-1mamba
- automatic version update by autodist
* 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
- automatic version update by autodist
* Sun Aug 01 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.1-2mamba
- restored cpp library
* Sat Jul 10 2021 Automatic Build System <autodist@mambasoft.it> 1.12.1-1mamba
- automatic version update by autodist
* Thu May 21 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.0-1mamba
- update to 1.12.0
* 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
- 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
* Wed Feb 12 2014 Automatic Build System <autodist@mambasoft.it> 1.8.12-1mamba
- automatic version update by autodist
* Sat Nov 16 2013 Automatic Build System <autodist@mambasoft.it> 1.8.11-1mamba
- automatic version update by autodist
* Mon May 13 2013 Automatic Build System <autodist@mambasoft.it> 1.8.10_patch1-1mamba
- update to 1.8.10_patch1
* Sat Mar 09 2013 Automatic Build System <autodist@mambasoft.it> 1.8.10-1mamba
- automatic version update by autodist
* Fri Jan 07 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.5-2mamba
- enabled build of libhdf5_hl library
* Thu Jan 06 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.5-1mamba
- package created by autospec