]> git.pld-linux.org Git - packages/fpc.git/commitdiff
- doc BR: texlive-xetex
authorsparky <sparky@pld-linux.org>
Fri, 15 Jan 2010 00:41:52 +0000 (00:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- make docs with -j1 (without it may fail on references)

Changed files:
    fpc.spec -> 1.74

fpc.spec

index 5f2f92254228a7c07f53153b0a138fd8b1b5b334..40381e60386c94fe50cb137c5daff0a2f1cc1e24 100644 (file)
--- a/fpc.spec
+++ b/fpc.spec
@@ -35,6 +35,7 @@ BuildRequires:        rpmbuild(macros) >= 1.213
 %{?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
@@ -200,7 +201,7 @@ esac
 
 %if %{with doc}
 export save_size=10000
-%{__make} -C fpcdocs \
+%{__make} -j1 -C fpcdocs \
        FPDOC=$NEWFPDOC \
        FPC="$NEWPP" \
        pdf
This page took 0.113736 seconds and 4 git commands to generate.