Unbundle underscore and highlight-js
This commit is contained in:
parent
8aaaaf8010
commit
5e5d7dc3fb
@ -259,6 +259,10 @@ BuildRequires: fontawesome-fonts-web
|
|||||||
Requires: fontawesome-fonts-web
|
Requires: fontawesome-fonts-web
|
||||||
BuildRequires: nodejs-requirejs
|
BuildRequires: nodejs-requirejs
|
||||||
Requires: nodejs-requirejs
|
Requires: nodejs-requirejs
|
||||||
|
BuildRequires: nodejs-underscore
|
||||||
|
Requires: nodejs-underscore
|
||||||
|
BuildRequires: nodejs-highlight-js
|
||||||
|
Requires: nodejs-highlight-js
|
||||||
|
|
||||||
|
|
||||||
%description -n python3-ipython-notebook
|
%description -n python3-ipython-notebook
|
||||||
@ -337,7 +341,8 @@ pushd IPython/html/static/components
|
|||||||
done
|
done
|
||||||
ls -l
|
ls -l
|
||||||
popd
|
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}
|
rm -r ${folder}
|
||||||
ln -s %{nodejs_sitelib}/${folder}
|
ln -s %{nodejs_sitelib}/${folder}
|
||||||
done
|
done
|
||||||
@ -627,6 +632,8 @@ PYTHONPATH=%{buildroot}%{python_sitelib} \
|
|||||||
- bundled argparse has been dropped
|
- bundled argparse has been dropped
|
||||||
- unbundle fontawesome-fonts{,-web}
|
- unbundle fontawesome-fonts{,-web}
|
||||||
- unbundle nodejs-requirejs
|
- unbundle nodejs-requirejs
|
||||||
|
- unbundle nodejs-underscore
|
||||||
|
- unbundle nodejs-highlight-js
|
||||||
|
|
||||||
* Wed Feb 5 2014 Thomas Spura <tomspur@fedoraproject.org> - 1.1.0-1
|
* Wed Feb 5 2014 Thomas Spura <tomspur@fedoraproject.org> - 1.1.0-1
|
||||||
- update to 1.1.0
|
- update to 1.1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user