packages: netcdf/netcdf.spec - disable dap-remote-tests by default (using t...

qboosh qboosh at pld-linux.org
Sun Jul 3 14:26:00 CEST 2011


Author: qboosh                       Date: Sun Jul  3 12:26:00 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- disable dap-remote-tests by default (using tests_net bcond)

---- Files affected:
packages/netcdf:
   netcdf.spec (1.37 -> 1.38) 

---- Diffs:

================================================================
Index: packages/netcdf/netcdf.spec
diff -u packages/netcdf/netcdf.spec:1.37 packages/netcdf/netcdf.spec:1.38
--- packages/netcdf/netcdf.spec:1.37	Sun Jun 26 09:42:25 2011
+++ packages/netcdf/netcdf.spec	Sun Jul  3 14:25:55 2011
@@ -1,9 +1,10 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-%bcond_without	f90	# don't build Fortran 90 interface (just builtin F77)
-%bcond_without	tests	# don't perform "make check"
-			# (note: tests need endoder-enabled szip)
+%bcond_without	f90		# don't build Fortran 90 interface (just builtin F77)
+%bcond_without	tests		# don't perform "make check"
+				# (note: tests need endoder-enabled szip)
+%bcond_with	tests_net	# remote tests (Internet access required)
 #
 Summary:	NetCDF: Network Common Data Form
 Summary(pl.UTF-8):	NetCDF: obsługa wspólnego sieciowego formatu danych
@@ -192,6 +193,7 @@
 CPPFLAGS="%{rpmcppflags} -DgFortran=1"
 %configure \
 	FCFLAGS="%{rpmcflags}" \
+	%{!?with_tests_net:--disable-dap-remote-tests} \
 	--enable-cxx-4 \
 	--enable-dap \
 	--enable-netcdf-4 \
@@ -357,6 +359,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.38  2011/07/03 12:25:55  qboosh
+- disable dap-remote-tests by default (using tests_net bcond)
+
 Revision 1.37  2011/06/26 07:42:25  qboosh
 - updated to 4.1.3
 - removed obsolete link patch
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/netcdf/netcdf.spec?r1=1.37&r2=1.38&f=u



More information about the pld-cvs-commit mailing list