From 9d4ac1fc5500b1e799c6430ab4dbd76e491ff627 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Feb 18 2015 12:40:54 +0000 Subject: Fix missing requires again. --- diff --git a/latex2rtf.spec b/latex2rtf.spec index 937f636..464bdad 100644 --- a/latex2rtf.spec +++ b/latex2rtf.spec @@ -27,11 +27,18 @@ BuildRequires: man %else BuildRequires: man2html-core %endif - -# For converting images +Requires: awk +Requires: grep +# For converting images, /usr/bin/convert Requires: ImageMagick -# For latex2png(Tex packaging is totally a mess, we use path here) -Requires: /usr/bin/latex +Requires: sed +# For latex2png, ghostscript +Requires: /usr/bin/eps2eps +# Including netpbm, latex2html, some sty files might be missing from userland +Requires: texlive-collection-basic +Requires: texlive-collection-latex +Requires: texlive-collection-latexextra +Requires: texlive-collection-latexrecommended # Info file requirement Requires(post): info Requires(preun):info @@ -96,6 +103,9 @@ fi %{_mandir}/man1/latex2rtf.1.* %changelog +* Tue Feb 17 2015 Christopher Meng - 2.3.8-4 +- Add missing requires again. + * Mon Feb 02 2015 Christopher Meng - 2.3.8-3 - Add missing requires for latex2png