[latex2html/f18] fix BR and changelog

Jindrich Novy jnovy at fedoraproject.org
Fri Feb 1 17:22:04 UTC 2013


commit cfce01d89a7a9c14b7fd01dc5e6e5cd7ba77d1d6
Author: Jindrich Novy <jnovy at redhat.com>
Date:   Fri Feb 1 18:21:54 2013 +0100

    fix BR and changelog

 latex2html.spec |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/latex2html.spec b/latex2html.spec
index d1bc3b1..c03e2a3 100644
--- a/latex2html.spec
+++ b/latex2html.spec
@@ -3,7 +3,7 @@
 Summary: Converts LaTeX documents to HTML
 Name: latex2html
 Version: 2008
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: GPLv2+
 Group: Applications/Publishing
 URL: http://www.latex2html.org/
@@ -19,8 +19,9 @@ Patch3: latex2html-2K.1beta-DB.patch
 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), tex(url.sty), netpbm-progs
-BuildRequires: perl >= 5.003, ghostscript >= 4.03, netpbm >= 9.21, tex(latex)
+Requires: tex(latex) tex(dvips) tex(url.sty) netpbm-progs > 9.12
+BuildRequires: perl >= 5.003, ghostscript >= 4.03, netpbm > 9.12, netpbm-progs > 9.12
+BuildRequires: tex(latex) tex(dvips)
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 
@@ -195,7 +196,7 @@ for f in cweb2html/cweb2html makeseg/makeseg makemap ; do
 done
 
 # do not clash with texlive, prefer url.sty from texlive instead
-rm -f %{buildroot}%{_datadir}/texmf/tex/latex/html/url.sty
+find %{buildroot} -name url.sty | xargs rm -f
 
 %clean
 rm -rf %{buildroot}
@@ -230,6 +231,10 @@ rm -rf %{buildroot}
 %{_mandir}/man1/pstoimg.*
 
 %changelog
+* Fri Feb 01 2013 Jindrich Novy <jnovy at redhat.com> 2008-9
+- fix BR
+- fix changelog
+
 * Tue Jan 29 2013 Jindrich Novy <jnovy at redhat.com> 2008-8
 - prefer url.sty from texlive (#904888)
 
@@ -297,7 +302,7 @@ rm -rf %{buildroot}
 * Tue May  3 2005 Jindrich Novy <jnovy at redhat.com> 2002.2.1-2
 - run texhash in the %%post and %%postun phase (#156660)
 
-* Fri Mar 15 2005 Jindrich Novy <jnovy at redhat.com> 2002.2.1-1
+* Tue Mar 15 2005 Jindrich Novy <jnovy at redhat.com> 2002.2.1-1
 - create backups for patches
 - update Source1
 - BuildArchitectures -> BuildArch


More information about the scm-commits mailing list