From 45554aa187f5df61d11214ee356cb05712e4afb5 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Tue, 29 Apr 2014 16:08:39 +0200 Subject: [PATCH] Unbundle components again after installing (setuptools ignore symlinks...) --- ipython.spec | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/ipython.spec b/ipython.spec index 1f721db..2319308 100644 --- a/ipython.spec +++ b/ipython.spec @@ -364,7 +364,7 @@ ls -l * # unbundle components pushd IPython/html/static/components %do_global_symlinking -asdf +#asdf popd %if 0%{?with_python3} @@ -407,6 +407,20 @@ popd %{__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 rm -rf %{buildroot}