- add missing R tornado
- add _bindir to PATH to more tests pass in koji
This commit is contained in:
parent
40fb0db0ff
commit
743c79f1d2
13
ipython.spec
13
ipython.spec
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
Name: ipython
|
Name: ipython
|
||||||
Version: 0.12
|
Version: 0.12
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: An enhanced interactive Python shell
|
Summary: An enhanced interactive Python shell
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -51,6 +51,8 @@ BuildRequires: python-pygments
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires: python-zmq
|
Requires: python-zmq
|
||||||
|
# for notebook
|
||||||
|
Requires: python-tornado
|
||||||
|
|
||||||
#IPython/lib/latextools.py and others in /lib/
|
#IPython/lib/latextools.py and others in /lib/
|
||||||
Requires: python-matplotlib
|
Requires: python-matplotlib
|
||||||
@ -71,6 +73,7 @@ BuildRequires: pyparsing
|
|||||||
# "Tools and libraries available at test time:"
|
# "Tools and libraries available at test time:"
|
||||||
BuildRequires: python3-zmq
|
BuildRequires: python3-zmq
|
||||||
BuildRequires: python3-zmq-tests
|
BuildRequires: python3-zmq-tests
|
||||||
|
BuildRequires: python3-tornado
|
||||||
BuildRequires: pexpect
|
BuildRequires: pexpect
|
||||||
BuildRequires: python3-matplotlib
|
BuildRequires: python3-matplotlib
|
||||||
BuildRequires: pymongo
|
BuildRequires: pymongo
|
||||||
@ -184,7 +187,9 @@ rm -rf %{buildroot}
|
|||||||
%if %{with run_testsuite}
|
%if %{with run_testsuite}
|
||||||
%check
|
%check
|
||||||
# TODO no ipython in path in koji
|
# TODO no ipython in path in koji
|
||||||
PYTHONPATH=%{buildroot}%{python_sitelib} %{buildroot}%{_bindir}/iptest || echo "some tests failed, continue..."
|
PYTHONPATH=%{buildroot}%{python_sitelib} \
|
||||||
|
PATH="%{buildroot}%{_bindir}:$PATH" \
|
||||||
|
%{buildroot}%{_bindir}/iptest || echo "some tests failed, continue..."
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
@ -259,6 +264,10 @@ PYTHONPATH=%{buildroot}%{python_sitelib} %{buildroot}%{_bindir}/iptest || echo "
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 8 2012 Thomas Spura <tomspur@fedoraproject.org> - 0.12-2
|
||||||
|
- add missing R tornado
|
||||||
|
- add _bindir to PATH to more tests pass in koji
|
||||||
|
|
||||||
* Mon Dec 19 2011 Thomas Spura <tomspur@fedoraproject.org> - 0.12-1
|
* Mon Dec 19 2011 Thomas Spura <tomspur@fedoraproject.org> - 0.12-1
|
||||||
- update to new version
|
- update to new version
|
||||||
- bcond_without run_testsuite
|
- bcond_without run_testsuite
|
||||||
|
Loading…
Reference in New Issue
Block a user