add missing build dependencies for building the manual with TeXLive 2020

This commit is contained in:
Fabio Valentini 2020-05-26 23:58:36 +02:00
parent 89b0c21fdf
commit 2350865b7d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

View File

@ -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 SILs 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 <decathorpe@gmail.com> - 1.3.14-2
- Add missing build dependencies for building the manual with TeXLive 2020.
* Wed Apr 08 2020 Fabio Valentini <decathorpe@gmail.com> - 1.3.14-1
- Update to version 1.3.14.