diff --git a/latex2html.spec b/latex2html.spec index 7482123..d1bc3b1 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/ @@ -19,7 +19,7 @@ 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), netpbm-progs +Requires: tex(latex), tex(dvips), tex(url.sty), netpbm-progs BuildRequires: perl >= 5.003, ghostscript >= 4.03, netpbm >= 9.21, tex(latex) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -194,6 +194,9 @@ for f in cweb2html/cweb2html makeseg/makeseg makemap ; do %endif done +# do not clash with texlive, prefer url.sty from texlive instead +rm -f %{buildroot}%{_datadir}/texmf/tex/latex/html/url.sty + %clean rm -rf %{buildroot} @@ -227,6 +230,9 @@ rm -rf %{buildroot} %{_mandir}/man1/pstoimg.* %changelog +* Tue Jan 29 2013 Jindrich Novy 2008-8 +- prefer url.sty from texlive (#904888) + * Thu Jul 19 2012 Fedora Release Engineering - 2008-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild