Add Suggests deps for packages needed to enable LaTeX fragment
embedding
This commit is contained in:
parent
a73c2d5a9d
commit
465c2d150b
@ -1,6 +1,6 @@
|
|||||||
Name: inkscape
|
Name: inkscape
|
||||||
Version: 0.91
|
Version: 0.91
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
Summary: Vector-based drawing program using SVG
|
Summary: Vector-based drawing program using SVG
|
||||||
|
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
@ -53,6 +53,13 @@ Requires: python-lxml
|
|||||||
Requires: numpy
|
Requires: numpy
|
||||||
Requires: uniconvertor
|
Requires: uniconvertor
|
||||||
|
|
||||||
|
# Weak dependencies for the LaTeX plugin
|
||||||
|
Suggests: pstoedit
|
||||||
|
Suggests: tex(latex)
|
||||||
|
Suggests: tex(dvips)
|
||||||
|
Suggests: texlive-amsmath
|
||||||
|
Suggests: texlive-amsfonts
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Inkscape is a vector graphics editor, with capabilities similar to
|
Inkscape is a vector graphics editor, with capabilities similar to
|
||||||
Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable Vector
|
Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable Vector
|
||||||
@ -238,6 +245,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 4 2015 Jonathan Underwood <jonathan.underwood@gmail.com> - 0.91-13
|
||||||
|
- Add Suggests deps for packages needed to enable LaTeX fragment
|
||||||
|
embedding
|
||||||
|
|
||||||
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-12
|
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-12
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user