From 5e5d7dc3fb7388e8df67d53daab2d1287263f56e Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Thu, 3 Apr 2014 15:19:47 +0200 Subject: [PATCH] Unbundle underscore and highlight-js --- ipython.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ipython.spec b/ipython.spec index 2d88e30..a7fc4e7 100644 --- a/ipython.spec +++ b/ipython.spec @@ -259,6 +259,10 @@ BuildRequires: fontawesome-fonts-web Requires: fontawesome-fonts-web BuildRequires: nodejs-requirejs Requires: nodejs-requirejs +BuildRequires: nodejs-underscore +Requires: nodejs-underscore +BuildRequires: nodejs-highlight-js +Requires: nodejs-highlight-js %description -n python3-ipython-notebook @@ -337,7 +341,8 @@ pushd IPython/html/static/components done ls -l popd - for folder in requirejs; do +# TODO backbone bootstrap google-caja jquery jquery-ui marked + for folder in highlight.js requirejs underscore; do rm -r ${folder} ln -s %{nodejs_sitelib}/${folder} done @@ -627,6 +632,8 @@ PYTHONPATH=%{buildroot}%{python_sitelib} \ - bundled argparse has been dropped - unbundle fontawesome-fonts{,-web} - unbundle nodejs-requirejs +- unbundle nodejs-underscore +- unbundle nodejs-highlight-js * Wed Feb 5 2014 Thomas Spura - 1.1.0-1 - update to 1.1.0