From ec8176a023b28e7e7cf00afaff283f67771724fe Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 04:35:39 +0100 Subject: [PATCH] automatic version update by autodist [release 1.8.13-1mamba;Sun Sep 21 2014] --- libhdf5.spec | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/libhdf5.spec b/libhdf5.spec index a56a877..40bd75f 100644 --- a/libhdf5.spec +++ b/libhdf5.spec @@ -1,6 +1,6 @@ %define pkgver %(echo %version | tr _ -) Name: libhdf5 -Version: 1.8.10_patch1 +Version: 1.8.13 Release: 1mamba Summary: A data model, library, and file format for storing and managing data Group: System/Libraries @@ -30,6 +30,7 @@ This package contains static libraries and header files need for development. %prep %setup -q -n hdf5-%{pkgver} +touch release_docs/INSTALL_VMS.txt %build %cmake -d build \ @@ -43,7 +44,7 @@ This package contains static libraries and header files need for development. %makeinstall -C build install -d -m0755 %{buildroot}%{_docdir}/%{name} -for f in release_docs ACKNOWLEDGMENTS COPYING README.txt; do +for f in RELEASE.txt COPYING USING_HDF5_CMake.txt; do mv %{buildroot}%{_datadir}/$f %{buildroot}%{_docdir}/%{name}/ done @@ -57,7 +58,7 @@ done %defattr(-,root,root) %{_libdir}/libhdf5.so.* %{_libdir}/libhdf5_hl.so.* -%doc COPYING README.txt +%doc COPYING %files devel %defattr(-,root,root) @@ -73,6 +74,15 @@ done %{_docdir}/%{name}/* %changelog +* Sun Sep 21 2014 Automatic Build System 1.8.13-1mamba +- automatic version update by autodist + +* Wed Feb 12 2014 Automatic Build System 1.8.12-1mamba +- automatic version update by autodist + +* Sat Nov 16 2013 Automatic Build System 1.8.11-1mamba +- automatic version update by autodist + * Mon May 13 2013 Automatic Build System 1.8.10_patch1-1mamba - update to 1.8.10_patch1