forked from pool/python-jupyter-server
This commit is contained in:
parent
a634704756
commit
eac7e3739c
@ -108,6 +108,9 @@ rm jupyter_server/bundler/tests/resources/subdir/subsubdir/.gitkeep
|
|||||||
%python_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
|
# Avoid conflict with jupyter-notebook
|
||||||
|
mv %{buildroot}%{_bindir}/jupyter-bundlerextension %{buildroot}%{_bindir}/jupyter-server-bundlerextension
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
%python_expand nosetests-%{$python_bin_suffix} -v jupyter_server
|
%python_expand nosetests-%{$python_bin_suffix} -v jupyter_server
|
||||||
@ -121,6 +124,6 @@ export LANG=en_US.UTF-8
|
|||||||
%license COPYING.md
|
%license COPYING.md
|
||||||
%{_bindir}/jupyter-server
|
%{_bindir}/jupyter-server
|
||||||
%{_bindir}/jupyter-extension
|
%{_bindir}/jupyter-extension
|
||||||
%{_bindir}/jupyter-bundlerextension
|
%{_bindir}/jupyter-server-bundlerextension
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user