|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
Summary: A general purpose library and file format for storing scientific data
|
|
Summary: A general purpose library and file format for storing scientific data
|
|
Name: hdf5
|
|
Name: hdf5
|
|
-Version: 1.12.1
|
|
+Version: 1.12.2
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Group: system
|
|
Group: system
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -12,7 +12,7 @@ License: BSD
|
|
URL: http://www.hdfgroup.org/HDF5/
|
|
URL: http://www.hdfgroup.org/HDF5/
|
|
|
|
|
|
%define shortver %(echo %{version} | cut -d . -f 1-2)
|
|
%define shortver %(echo %{version} | cut -d . -f 1-2)
|
|
-Source0: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-%{shortver}/hdf5-1.12.1/src/hdf5-%{version}.tar.bz2
|
|
+Source0: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-%{shortver}/hdf5-%{version}/src/hdf5-%{version}.tar.bz2
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: zlib-devel, gcc-gfortran, time
|
|
BuildRequires: zlib-devel, gcc-gfortran, time
|
|
@@ -82,7 +82,8 @@ export F9X=gfortran
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc COPYING MANIFEST README.txt release_docs/RELEASE.txt
|
|
+%license COPYING
|
|
|
|
+%doc README* release_docs/RELEASE.txt
|
|
%doc release_docs/HISTORY*.txt
|
|
%doc release_docs/HISTORY*.txt
|
|
%{_bindir}/gif2h5
|
|
%{_bindir}/gif2h5
|
|
%{_bindir}/h52gif
|
|
%{_bindir}/h52gif
|
|
@@ -102,8 +103,6 @@ export F9X=gfortran
|
|
%{_bindir}/h5stat
|
|
%{_bindir}/h5stat
|
|
%{_bindir}/h5unjam
|
|
%{_bindir}/h5unjam
|
|
%{_bindir}/h5watch
|
|
%{_bindir}/h5watch
|
|
-%{_bindir}/mirror_server
|
|
|
|
-%{_bindir}/mirror_server_stop
|
|
|
|
%attr(0755,root,root) %{_libdir}/*.so.*
|
|
%attr(0755,root,root) %{_libdir}/*.so.*
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
@@ -123,6 +122,9 @@ export F9X=gfortran
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Nov 09 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.12.2-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Wed Sep 01 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.12.1-1
|
|
* Wed Sep 01 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.12.1-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
- dropped ldconfig scriptlets.
|
|
- dropped ldconfig scriptlets.
|