]> git.pld-linux.org Git - packages/fpc.git/commitdiff
- manuals
authorundefine <undefine@pld-linux.org>
Fri, 20 May 2005 15:18:48 +0000 (15:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- gcc is not needed. binutils(ld and as) are required

Changed files:
    fpc.spec -> 1.48

fpc.spec

index 30e8d9b9f27f0e815f700fc9e2785b54e1c8ecf2..62d3163346ba0b26dfe400a468f9f429c08ab032 100644 (file)
--- a/fpc.spec
+++ b/fpc.spec
@@ -27,7 +27,7 @@ URL:          http://www.freepascal.org/
 BuildRequires: ncurses-devel
 BuildRequires: gpm-devel
 BuildRequires: tetex-format-pdflatex
-Requires:      gcc >= 2.95.2
+Requires:      binutils
 ExclusiveArch: %{ix86} m68k amd64 ppc sparc
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -155,6 +155,7 @@ FPCMAKE=`pwd`/utils/fpcm/fpcmake
        packages_distinstall \
        ide_distinstall \
        utils_distinstall \
+       man_install \
        PP="$NEWPP" \
        FPCMAKE="$FPCMAKE" \
        SMARTLINK=YES \
@@ -165,6 +166,7 @@ FPCMAKE=`pwd`/utils/fpcm/fpcmake
        INSTALL_MANDIR=$RPM_BUILD_ROOT%{_mandir} \
        INSTALL_BASEDIR=$RPM_BUILD_ROOT%{_libdir}/%{name}/%{version} \
        INSTALL_EXAMPLEDIR=$RPM_BUILD_ROOT%{_examplesdir}/%{name} \
+       INSTALL_MANDIR=$RPM_BUILD_ROOT%{_mandir} \
        CODPATH=$RPM_BUILD_ROOT%{_libdir}/%{name}/lexyacc
 
 ln -sf %{_libdir}/%{name}/%{version}/ppc%{_bname} $RPM_BUILD_ROOT%{_bindir}
@@ -209,7 +211,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/%{name}/lexyacc/*
 %attr(755,root,root) %{_libdir}/%{name}/%{version}/ppc%{_bname}
 %attr(755,root,root) %{_libdir}/%{name}/%{version}/samplecfg
-#%{_mandir}/man*/*
+%{_mandir}/man*/*
 
 %files examples
 %defattr(644,root,root,755)
This page took 0.109416 seconds and 4 git commands to generate.