rpms/netcdf/devel netcdf.spec,1.50,1.51

Dan Horák sharkcz at fedoraproject.org
Mon Jul 19 08:12:48 UTC 2010


Author: sharkcz

Update of /cvs/pkgs/rpms/netcdf/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15818

Modified Files:
	netcdf.spec 
Log Message:
* Mon Jul 19 2010 Dan Horák <dan[at]danny.cz> - 4.1.1-4
- no valgrind on s390(x)



Index: netcdf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/netcdf/devel/netcdf.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -p -r1.50 -r1.51
--- netcdf.spec	19 Apr 2010 17:47:36 -0000	1.50
+++ netcdf.spec	19 Jul 2010 08:12:48 -0000	1.51
@@ -1,6 +1,6 @@
 Name:           netcdf
 Version:        4.1.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Libraries for the Unidata network Common Data Form
 
 Group:          Applications/Engineering
@@ -18,7 +18,9 @@ BuildRequires:  gcc-gfortran, gawk
 BuildRequires:  hdf5-devel >= 1.8.4
 BuildRequires:  libcurl-devel
 BuildRequires:  zlib-devel
+%ifnarch s390 s390x
 BuildRequires:  valgrind
+%endif
 
 %package devel
 Summary:        Development files for netcdf
@@ -92,7 +94,9 @@ export FCFLAGS="$FFLAGS"
            --enable-dap \
            --enable-ncgen4 \
            --enable-extra-example-tests \
+%ifnarch s390 s390x
            --enable-valgrind-tests \
+%endif
            --disable-dap-remote-tests
 #Need to be able to properly list all hdf4 library deps and location
 #           --enable-hdf4 \
@@ -161,6 +165,9 @@ fi
 
 
 %changelog
+* Mon Jul 19 2010 Dan Horák <dan[at]danny.cz> - 4.1.1-4
+- no valgrind on s390(x)
+
 * Mon Apr 19 2010 Orion Poplawski <orion at cora.nwra.com> - 4.1.1-3
 - Explicitly link libnetcdf.so against -lhdf5_hl -lhdf5
 



More information about the scm-commits mailing list