[R-RCurl/f15] disable tests

Tom Callaway spot at fedoraproject.org
Mon Nov 14 20:47:50 UTC 2011


commit f368a8db5aebb33155d0c16ef54a1fffa45cd268
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Mon Nov 14 15:47:48 2011 -0500

    disable tests

 R-RCurl.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/R-RCurl.spec b/R-RCurl.spec
index 8021729..6a95d2a 100644
--- a/R-RCurl.spec
+++ b/R-RCurl.spec
@@ -4,7 +4,7 @@
 
 Name:             R-%{packname}
 Version:          %{packver}.%{packrel}
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          General network (HTTP/FTP) client interface for R
 Group:            Applications/Productivity
 License:          BSD
@@ -38,7 +38,8 @@ test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
 rm -rf %{buildroot}%{_libdir}/R/library/R.css
 
 %check
-%{_bindir}/R CMD check %{packname}
+# Tests attempt to use the network, which won't work in koji.
+# %{_bindir}/R CMD check %{packname}
 
 %files
 %dir %{_libdir}/R/library/%{packname}
@@ -58,5 +59,8 @@ rm -rf %{buildroot}%{_libdir}/R/library/R.css
 %{_libdir}/R/library/%{packname}/examples/
 
 %changelog
+* Mon Nov 14 2011 Tom Callaway <spot at fedoraproject.org> 1.7.0-2
+- disable tests
+
 * Thu Nov 10 2011 Tom "spot" Callaway <tcallawa at redhat.com> 1.7.0-1
 - initial package for Fedora


More information about the scm-commits mailing list