From 9fd562b0d3bde69b3c04350f9fcf08bcbc2eb105 Mon Sep 17 00:00:00 2001 From: Ed Hill Date: Thu, 11 May 2006 20:21:22 +0000 Subject: [PATCH] add missing BuildRequires for the g77 interface --- netcdf.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/netcdf.spec b/netcdf.spec index 44c8747..6b92e67 100644 --- a/netcdf.spec +++ b/netcdf.spec @@ -1,6 +1,6 @@ Name: netcdf Version: 3.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Libraries for the Unidata network Common Data Form (NetCDF v3) Group: Applications/Engineering @@ -10,6 +10,7 @@ Source0: ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-3.6.1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-gfortran +BuildRequires: compat-gcc-32-g77 %package devel Summary: Development files for netcdf-3 @@ -120,6 +121,9 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Thu May 11 2006 Ed Hill - 3.6.1-2 +- add missing BuildRequires for the g77 interface + * Fri Apr 21 2006 Ed Hill - 3.6.1-1 - update to upstream 3.6.1