Unbundle components again after installing (setuptools ignore symlinks...)
This commit is contained in:
parent
248f279a0d
commit
45554aa187
16
ipython.spec
16
ipython.spec
@ -364,7 +364,7 @@ ls -l *
|
|||||||
# unbundle components
|
# unbundle components
|
||||||
pushd IPython/html/static/components
|
pushd IPython/html/static/components
|
||||||
%do_global_symlinking
|
%do_global_symlinking
|
||||||
asdf
|
#asdf
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
@ -407,6 +407,20 @@ popd
|
|||||||
|
|
||||||
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
|
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
|
||||||
|
|
||||||
|
# unbundle components again...
|
||||||
|
pushd %{buildroot}%{python_sitelib}
|
||||||
|
pushd IPython/html/static/components
|
||||||
|
%do_global_symlinking
|
||||||
|
popd
|
||||||
|
popd
|
||||||
|
|
||||||
|
%if 0%{?with_python3}
|
||||||
|
pushd %{buildroot}%{python3_sitelib}
|
||||||
|
pushd IPython/html/static/components
|
||||||
|
%do_global_symlinking
|
||||||
|
popd
|
||||||
|
popd
|
||||||
|
%endif # with_python3
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user