|
@@ -1,7 +1,7 @@
|
|
Summary: Libraries for the Unidata network Common Data Form
|
|
Summary: Libraries for the Unidata network Common Data Form
|
|
Name: netcdf
|
|
Name: netcdf
|
|
Version: 4.2.1.1
|
|
Version: 4.2.1.1
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
Source0: http://www.unidata.ucar.edu/downloads/%{name}/ftp/%{name}-%{version}.tar.gz
|
|
Source0: http://www.unidata.ucar.edu/downloads/%{name}/ftp/%{name}-%{version}.tar.gz
|
|
Group: Applications/Engineering
|
|
Group: Applications/Engineering
|
|
License: NetCDF
|
|
License: NetCDF
|
|
@@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: gcc-gfortran
|
|
BuildRequires: gcc-gfortran
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: hdf5-devel
|
|
BuildRequires: hdf5-devel
|
|
|
|
+BuildRequires: curl-devel
|
|
|
|
|
|
%description
|
|
%description
|
|
NetCDF (network Common Data Form) is an interface for
|
|
NetCDF (network Common Data Form) is an interface for
|
|
@@ -60,7 +61,11 @@ pages.
|
|
|
|
|
|
%build
|
|
%build
|
|
#cd src
|
|
#cd src
|
|
-%configure --enable-shared --disable-static
|
|
+%configure \
|
|
|
|
+ --enable-shared \
|
|
|
|
+ --disable-static \
|
|
|
|
+ --enable-netcdf-4 \
|
|
|
|
+ --enable-dap
|
|
%__make
|
|
%__make
|
|
|
|
|
|
|
|
|
|
@@ -102,6 +107,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun May 12 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.1.1-2
|
|
|
|
+- add configure options (--enable-netcdf-4, --enable-dap)
|
|
|
|
+- add BuildRequires: curl-devel
|
|
|
|
+
|
|
* Sun Oct 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.1.1-1
|
|
* Sun Oct 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.2.1.1-1
|
|
- update to 4.2.1.1
|
|
- update to 4.2.1.1
|
|
- add BuildRequires: zlib-devel, hdf5-devel
|
|
- add BuildRequires: zlib-devel, hdf5-devel
|