From 8aaaaf80102812921000a6d4d905fdf2b66f9b85 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Thu, 3 Apr 2014 14:48:29 +0200 Subject: [PATCH] Unbundle nodejs-requirejs --- ipython.spec | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ipython.spec b/ipython.spec index 3666978..2d88e30 100644 --- a/ipython.spec +++ b/ipython.spec @@ -252,8 +252,14 @@ Requires: python3-matplotlib ################################################# ### Bundled stuff from the notebook goes here ### ################################################# +# We need to know nodejs_sitearch and lib +BuildRequires: nodejs-packaging + BuildRequires: fontawesome-fonts-web Requires: fontawesome-fonts-web +BuildRequires: nodejs-requirejs +Requires: nodejs-requirejs + %description -n python3-ipython-notebook %{ipython_desc_base} @@ -331,6 +337,10 @@ pushd IPython/html/static/components done ls -l popd + for folder in requirejs; do + rm -r ${folder} + ln -s %{nodejs_sitelib}/${folder} + done ls -l ls -l * asdf @@ -616,6 +626,7 @@ PYTHONPATH=%{buildroot}%{python_sitelib} \ - update to 2.0.0 - bundled argparse has been dropped - unbundle fontawesome-fonts{,-web} +- unbundle nodejs-requirejs * Wed Feb 5 2014 Thomas Spura - 1.1.0-1 - update to 1.1.0