unbundle js-marked
This commit is contained in:
parent
f299ce0801
commit
2c1a7c1cf3
@ -268,6 +268,8 @@ BuildRequires: nodejs-underscore
|
|||||||
Requires: nodejs-underscore
|
Requires: nodejs-underscore
|
||||||
BuildRequires: js-highlight
|
BuildRequires: js-highlight
|
||||||
Requires: js-highlight
|
Requires: js-highlight
|
||||||
|
BuildRequires: js-marked
|
||||||
|
Requires: js-marked
|
||||||
|
|
||||||
|
|
||||||
%description -n python3-ipython-notebook
|
%description -n python3-ipython-notebook
|
||||||
@ -358,6 +360,12 @@ popd
|
|||||||
mkdir -p $folder \
|
mkdir -p $folder \
|
||||||
ln -s %{_jsdir}/$folder/ $folder/build \
|
ln -s %{_jsdir}/$folder/ $folder/build \
|
||||||
done \
|
done \
|
||||||
|
\
|
||||||
|
for folder in marked; do \
|
||||||
|
rm -r $folder \
|
||||||
|
mkdir -p $folder \
|
||||||
|
ln -s %{_jsdir}/$folder/ $folder/lib \
|
||||||
|
done \
|
||||||
ls -l \
|
ls -l \
|
||||||
ls -l *
|
ls -l *
|
||||||
|
|
||||||
@ -610,6 +618,7 @@ popd
|
|||||||
%changelog
|
%changelog
|
||||||
* Fri May 23 2014 Thomas Spura <tomspur@fedoraproject.org> - 2.1.0-1
|
* Fri May 23 2014 Thomas Spura <tomspur@fedoraproject.org> - 2.1.0-1
|
||||||
- update to 2.1.0
|
- update to 2.1.0
|
||||||
|
- Unbundle js-marked
|
||||||
|
|
||||||
* Tue Apr 22 2014 Thomas Spura <tomspur@fedoraproject.org> - 2.0.0-2
|
* Tue Apr 22 2014 Thomas Spura <tomspur@fedoraproject.org> - 2.0.0-2
|
||||||
- add BR/R python-path
|
- add BR/R python-path
|
||||||
|
Loading…
Reference in New Issue
Block a user