From 107b5a1d517086a9f9cb7a5ee7fb3f9a10bb0d14 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sat, 20 Jun 2020 04:48:13 -0400 Subject: [PATCH] Sort texlive packages, by type, then name. --- python-matplotlib.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/python-matplotlib.spec b/python-matplotlib.spec index c258ee1..1b95427 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -84,15 +84,13 @@ BuildRequires: qhull-devel BuildRequires: xorg-x11-server-Xvfb BuildRequires: zlib-devel +BuildRequires: tex(utf8x.def) BuildRequires: tex(avant.sty) -BuildRequires: tex(cmss10.tfm) -BuildRequires: tex(cmss12.tfm) -BuildRequires: tex(courier.sty) -BuildRequires: tex(ecrm1000.tfm) -BuildRequires: tex(geometry.sty) -BuildRequires: tex(helvet.sty) BuildRequires: tex(chancery.sty) BuildRequires: tex(charter.sty) +BuildRequires: tex(courier.sty) +BuildRequires: tex(geometry.sty) +BuildRequires: tex(helvet.sty) BuildRequires: tex(inputenc.sty) BuildRequires: tex(mathpazo.sty) BuildRequires: tex(mathptmx.sty) @@ -101,7 +99,9 @@ BuildRequires: tex(sfmath.sty) BuildRequires: tex(textcomp.sty) BuildRequires: tex(txfonts.sty) BuildRequires: tex(type1ec.sty) -BuildRequires: tex(utf8x.def) +BuildRequires: tex(cmss10.tfm) +BuildRequires: tex(cmss12.tfm) +BuildRequires: tex(ecrm1000.tfm) %description Matplotlib is a Python 2D plotting library which produces publication