disable tests

This commit is contained in:
Tom "spot" Callaway 2011-11-14 15:47:39 -05:00
parent e7e2dce374
commit 2b38aac726
1 changed files with 6 additions and 2 deletions

View File

@ -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@fedoraproject.org> 1.7.0-2
- disable tests
* Thu Nov 10 2011 Tom "spot" Callaway <tcallawa@redhat.com> 1.7.0-1
- initial package for Fedora