From 2350865b7dd74d075388271af342abf1f5001025 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 26 May 2020 23:58:36 +0200 Subject: [PATCH] add missing build dependencies for building the manual with TeXLive 2020 --- graphite2.spec | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/graphite2.spec b/graphite2.spec index dd9c109..10fdf9c 100644 --- a/graphite2.spec +++ b/graphite2.spec @@ -1,6 +1,6 @@ Name: graphite2 Version: 1.3.14 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Font rendering capabilities for complex non-Roman writing systems License: (LGPLv2+ or GPLv2+ or MPLv1.1) and (Netscape or GPLv2+ or LGPLv2+) @@ -25,6 +25,18 @@ BuildRequires: texlive-tocloft BuildRequires: texlive-xtab BuildRequires: texlive-multirow +BuildRequires: tex(hanging.sty) +BuildRequires: tex(adjustbox.sty) +BuildRequires: tex(stackengine.sty) +BuildRequires: tex(ulem.sty) +BuildRequires: tex(wasysym.sty) +BuildRequires: tex(newunicodechar.sty) +BuildRequires: tex(etoc.sty) +BuildRequires: /usr/bin/gsftopk +BuildRequires: tex(psfonts.map) +BuildRequires: tex(8r.enc) +BuildRequires: /usr/bin/makeindex + %description Graphite2 is a project within SIL’s Non-Roman Script Initiative and Language Software Development groups to provide rendering capabilities for complex @@ -87,6 +99,9 @@ ctest %changelog +* Tue May 26 2020 Fabio Valentini - 1.3.14-2 +- Add missing build dependencies for building the manual with TeXLive 2020. + * Wed Apr 08 2020 Fabio Valentini - 1.3.14-1 - Update to version 1.3.14.