[latex2html] Fix BuildRequires

Jindrich Novy jnovy at fedoraproject.org
Thu Nov 15 11:58:12 UTC 2012


commit 882008bca1475e1d9a8b06da341e1e97892cd67c
Author: Jindrich Novy <jnovy at redhat.com>
Date:   Thu Nov 15 12:56:26 2012 +0100

    Fix BuildRequires

 latex2html.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/latex2html.spec b/latex2html.spec
index 7482123..f702781 100644
--- a/latex2html.spec
+++ b/latex2html.spec
@@ -3,7 +3,7 @@
 Summary: Converts LaTeX documents to HTML
 Name: latex2html
 Version: 2008
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPLv2+
 Group: Applications/Publishing
 URL: http://www.latex2html.org/
@@ -20,7 +20,7 @@ Patch4: latex2html-2002-2-1-SHLIB.patch
 Patch5: latex2html-2002-2-1-gsfont.patch
 Patch6: latex2html-2002.2.1-grayimg.patch
 Requires: tex(latex), tex(dvips), netpbm-progs
-BuildRequires: perl >= 5.003, ghostscript >= 4.03, netpbm >= 9.21, tex(latex)
+BuildRequires: perl >= 5.003, ghostscript >= 4.03, netpbm-progs >= 9.21, tex(latex)
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 
@@ -227,6 +227,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/pstoimg.*
 
 %changelog
+* Thu Nov 15 2012 Jindrich Novy <jnovy at redhat.com> 2008-8
+- BR: netpbm-progs to fix build
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2008-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list