Rebuild for hdf5 1.8.8, add explicit requires

epel9
Orion Poplawski 13 years ago
parent 114b6e0de3
commit df6dc9b077

@ -1,6 +1,6 @@
Name: netcdf Name: netcdf
Version: 4.1.3 Version: 4.1.3
Release: 2%{?dist} Release: 3%{?dist}
Summary: Libraries for the Unidata network Common Data Form Summary: Libraries for the Unidata network Common Data Form
Group: Applications/Engineering Group: Applications/Engineering
@ -21,6 +21,7 @@ BuildRequires: zlib-devel
%ifnarch s390 s390x %{arm} %ifnarch s390 s390x %{arm}
BuildRequires: valgrind BuildRequires: valgrind
%endif %endif
Requires: hdf5 = %{?_hdf5_version}
%package devel %package devel
Summary: Development files for netcdf Summary: Development files for netcdf
@ -37,7 +38,6 @@ Group: Development/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
%description %description
NetCDF (network Common Data Form) is an interface for array-oriented NetCDF (network Common Data Form) is an interface for array-oriented
data access and a freely-distributed collection of software libraries data access and a freely-distributed collection of software libraries
for C, Fortran, C++, and perl that provides an implementation of the for C, Fortran, C++, and perl that provides an implementation of the
@ -157,6 +157,9 @@ fi
%changelog %changelog
* Fri Nov 18 2011 Orion Poplawski <orion@cora.nwra.com> - 4.1.3-3
- Rebuild for hdf5 1.8.8, add explicit requires
* Thu Aug 11 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 4.1.3-2 * Thu Aug 11 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 4.1.3-2
- Add ARM to valgrind excludes - Add ARM to valgrind excludes

Loading…
Cancel
Save