packages: fpc/fpc.spec - doc BR: texlive-xetex - make docs with -j1 (withou...

sparky sparky at pld-linux.org
Fri Jan 15 01:41:58 CET 2010


Author: sparky                       Date: Fri Jan 15 00:41:58 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- doc BR: texlive-xetex
- make docs with -j1 (without it may fail on references)

---- Files affected:
packages/fpc:
   fpc.spec (1.73 -> 1.74) 

---- Diffs:

================================================================
Index: packages/fpc/fpc.spec
diff -u packages/fpc/fpc.spec:1.73 packages/fpc/fpc.spec:1.74
--- packages/fpc/fpc.spec:1.73	Thu Jan 14 21:39:22 2010
+++ packages/fpc/fpc.spec	Fri Jan 15 01:41:52 2010
@@ -36,6 +36,7 @@
 %{?with_doc:BuildRequires:	tetex-format-pdflatex}
 %{?with_doc:BuildRequires:	tetex-makeindex}
 %{?with_doc:BuildRequires:	tetex-metafont}
+%{?with_doc:BuildRequires:	texlive-xetex}
 Requires:	binutils
 Provides:	fpc-bootstrap
 ExclusiveArch:	%{ix86} %{x8664} ppc
@@ -201,7 +202,7 @@
 
 %if %{with doc}
 export save_size=10000
-%{__make} -C fpcdocs \
+%{__make} -j1 -C fpcdocs \
 	FPDOC=$NEWFPDOC \
 	FPC="$NEWPP" \
 	pdf
@@ -281,6 +282,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.74  2010/01/15 00:41:52  sparky
+- doc BR: texlive-xetex
+- make docs with -j1 (without it may fail on references)
+
 Revision 1.73  2010/01/14 20:39:22  arekm
 - up to 2.4.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/fpc/fpc.spec?r1=1.73&r2=1.74&f=u



More information about the pld-cvs-commit mailing list