From f5d840eca9a8534c338589db719a8b85f050c70b Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Thu, 29 May 2008 15:24:31 +0000 Subject: [PATCH] Nuke junk after %check, it makes f10 mock barf --- numpy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numpy.spec b/numpy.spec index eaff93b..9f43d43 100644 --- a/numpy.spec +++ b/numpy.spec @@ -56,7 +56,7 @@ pushd $RPM_BUILD_ROOT%{_bindir} &> /dev/null ln -s f2py f2py.numpy popd &> /dev/null -%check ||: +%check pushd doc &> /dev/null PYTHONPATH="$RPM_BUILD_ROOT%{python_sitearch}" %{__python} -c "import pkg_resources, numpy ; numpy.test(1, 1)" popd &> /dev/null