From 465c2d150b4c3657a9a19be964ad441b870889bf Mon Sep 17 00:00:00 2001 From: Jonathan Underwood Date: Tue, 4 Aug 2015 16:41:43 +0100 Subject: [PATCH] Add Suggests deps for packages needed to enable LaTeX fragment embedding --- inkscape.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/inkscape.spec b/inkscape.spec index 624e8b9..e15dc23 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -1,6 +1,6 @@ Name: inkscape Version: 0.91 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Vector-based drawing program using SVG Group: Applications/Productivity @@ -53,6 +53,13 @@ Requires: python-lxml Requires: numpy Requires: uniconvertor +# Weak dependencies for the LaTeX plugin +Suggests: pstoedit +Suggests: tex(latex) +Suggests: tex(dvips) +Suggests: texlive-amsmath +Suggests: texlive-amsfonts + %description Inkscape is a vector graphics editor, with capabilities similar to Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable Vector @@ -238,6 +245,10 @@ fi %changelog +* Tue Aug 4 2015 Jonathan Underwood - 0.91-13 +- Add Suggests deps for packages needed to enable LaTeX fragment + embedding + * Wed Jul 29 2015 Fedora Release Engineering - 0.91-12 - Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159