View | Details | Raw Unified | Return to bug 13442
Collapse All | Expand All

(-)packages/specs/fpc.spec (-2 / +2 lines)
Lines 19-25 Link Here
19
ExclusiveArch: %ix86 amd64 x86_64
19
ExclusiveArch: %ix86 amd64 x86_64
20
Requires: fpc-units-rtl fpc-compiler fpc-units-base fpc-ide fpc-units-fcl fpc-units-fv fpc-units-gtk fpc-units-gtk2 fpc-units-gnome1 fpc-units-db fpc-units-gfx fpc-units-net fpc-units-misc fpc-units-media 
20
Requires: fpc-units-rtl fpc-compiler fpc-units-base fpc-ide fpc-units-fcl fpc-units-fv fpc-units-gtk fpc-units-gtk2 fpc-units-gnome1 fpc-units-db fpc-units-gfx fpc-units-net fpc-units-misc fpc-units-media 
21
21
22
BuildRequires: fpc rpm-build-fpc
22
BuildRequires: fpc libgdb-devel libexpat-devel-static libncurses-devel-static libreadline-devel-static rpm-build-fpc
23
%if %makedoc
23
%if %makedoc
24
BuildRequires: tetex latex2html tetex-bibtex8 tetex-context tetex-dvilj tetex-latex tetex-latex-babelbib tetex-latex-beamer tetex-devel
24
BuildRequires: tetex latex2html tetex-bibtex8 tetex-context tetex-dvilj tetex-latex tetex-latex-babelbib tetex-latex-beamer tetex-devel
25
%endif
25
%endif
Lines 52-58 Link Here
52
%__cp -fR  fpcsrc/* ../fpcsrc/
52
%__cp -fR  fpcsrc/* ../fpcsrc/
53
53
54
export OPT="-vwn "
54
export OPT="-vwn "
55
55
export GDBLIBDIR=%_libdir
56
(cd fpcsrc/compiler; fpcmake -r -Tall)
56
(cd fpcsrc/compiler; fpcmake -r -Tall)
57
(cd fpcsrc/rtl; fpcmake -r -Tall)
57
(cd fpcsrc/rtl; fpcmake -r -Tall)
58
(cd fpcsrc/packages; fpcmake -r -Tall)
58
(cd fpcsrc/packages; fpcmake -r -Tall)

Return to bug 13442