From 45554aa187f5df61d11214ee356cb05712e4afb5 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Apr 29 2014 14:08:39 +0000 Subject: Unbundle components again after installing (setuptools ignore symlinks...) --- 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}