[latex2rtf/epel7: 2/4] Fix missing requires again.

Christopher Meng cicku at fedoraproject.org
Wed Feb 18 12:44:42 UTC 2015


commit 9d4ac1fc5500b1e799c6430ab4dbd76e491ff627
Author: Christopher Meng <i at cicku.me>
Date:   Wed Feb 18 20:40:54 2015 +0800

    Fix missing requires again.

 latex2rtf.spec |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)
---
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 <rpm at cicku.me> - 2.3.8-4
+- Add missing requires again.
+
 * Mon Feb 02 2015 Christopher Meng <rpm at cicku.me> - 2.3.8-3
 - Add missing requires for latex2png
 


More information about the scm-commits mailing list