Browse Source

add BR: curl-devel

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7670 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 11 years ago
parent
commit
07e6e7f0ee
1 changed files with 11 additions and 2 deletions
  1. 11 2
      n/netcdf/netcdf-vl.spec

+ 11 - 2
n/netcdf/netcdf-vl.spec

@@ -1,7 +1,7 @@
 Summary:	Libraries for the Unidata network Common Data Form
 Name:		netcdf
 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
 Group:		Applications/Engineering
 License:	NetCDF
@@ -12,6 +12,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  gcc-gfortran
 BuildRequires:  zlib-devel
 BuildRequires:  hdf5-devel
+BuildRequires:  curl-devel
 
 %description
 NetCDF (network Common Data Form) is an interface for
@@ -60,7 +61,11 @@ pages.
 
 %build
 #cd src
-%configure --enable-shared --disable-static
+%configure \
+	--enable-shared \
+	--disable-static \
+	--enable-netcdf-4 \
+	--enable-dap 
 %__make
 
 
@@ -102,6 +107,10 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %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
 - update to 4.2.1.1
 - add BuildRequires: zlib-devel, hdf5-devel