Nuke junk after %check, it makes f10 mock barf

This commit is contained in:
Jarod Wilson 2008-05-29 15:24:31 +00:00
parent 49935f5b6d
commit f5d840eca9

View File

@ -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