From 2c1a7c1cf3c6cd8c754367ecda27c4988a0dcd5d Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: May 23 2014 19:40:40 +0000 Subject: unbundle js-marked --- diff --git a/ipython.spec b/ipython.spec index 78cdea3..4777044 100644 --- a/ipython.spec +++ b/ipython.spec @@ -268,6 +268,8 @@ BuildRequires: nodejs-underscore Requires: nodejs-underscore BuildRequires: js-highlight Requires: js-highlight +BuildRequires: js-marked +Requires: js-marked %description -n python3-ipython-notebook @@ -358,6 +360,12 @@ popd mkdir -p $folder \ ln -s %{_jsdir}/$folder/ $folder/build \ done \ + \ + for folder in marked; do \ + rm -r $folder \ + mkdir -p $folder \ + ln -s %{_jsdir}/$folder/ $folder/lib \ + done \ ls -l \ ls -l * @@ -610,6 +618,7 @@ popd %changelog * Fri May 23 2014 Thomas Spura - 2.1.0-1 - update to 2.1.0 +- Unbundle js-marked * Tue Apr 22 2014 Thomas Spura - 2.0.0-2 - add BR/R python-path