Author: adamg Date: Tue Dec 25 01:01:06 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - reverse tex bcond (docs fail to build)
---- Files affected: SPECS: latex2html.spec (1.41 -> 1.42) ---- Diffs: ================================================================ Index: SPECS/latex2html.spec diff -u SPECS/latex2html.spec:1.41 SPECS/latex2html.spec:1.42 --- SPECS/latex2html.spec:1.41 Tue Feb 13 07:46:50 2007 +++ SPECS/latex2html.spec Tue Dec 25 02:01:01 2007 @@ -1,7 +1,10 @@ # $Revision$, $Date$ +# +# TODO: +# - fix `--with tex' build # # Conditional build: -%bcond_without tex # don't build documentation using LaTeX +%bcond_with tex # try to build documentation using LaTeX # %include /usr/lib/rpm/macros.perl Summary: LaTeX to HTML translator @@ -9,7 +12,7 @@ Name: latex2html Version: 2002 %define subv 2-1 -Release: 5 +Release: 6 License: GPL Group: Applications/Publishing/TeX Source0: http://www.ctan.org/tex-archive/support/latex2html/%{name}-%{version}-%{subv}.tar.gz @@ -81,16 +84,16 @@ %{__make} %if %{with tex} -# build foilhtml modules -cd foilhtml -latex foilhtml.ins -cd .. - -# build documentation -TEXINPUTS="../:../texinputs:$TEXINPUTS"; export TEXINPUTS -%{__make} -C docs manual.dvi -%{__make} -C docs manual.dvi -%{__make} -C docs manual.ps + # build foilhtml modules + cd foilhtml + latex foilhtml.ins + cd .. + + # build documentation + TEXINPUTS="../:../texinputs:$TEXINPUTS"; export TEXINPUTS + %{__make} -j1 -C docs manual.dvi + %{__make} -j1 -C docs manual.dvi + %{__make} -j1 -C docs manual.ps %endif %install @@ -135,7 +138,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.41 2007-02-13 06:46:50 glen +Revision 1.42 2007-12-25 01:01:01 adamg +- reverse tex bcond (docs fail to build) + +Revision 1.41 2007/02/13 06:46:50 glen - tabs in preamble Revision 1.40 2007/02/12 00:49:01 baggins ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/latex2html.spec?r1=1.41&r2=1.42&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
