]> git.pld-linux.org Git - packages/fpc.git/commitdiff
- release 2
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 3 Dec 2004 12:27:07 +0000 (12:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- build and install docs

Changed files:
    fpc.spec -> 1.37

fpc.spec

index 04e5a11af6902ccea1289ce66076520b734a6942..f1787c8f3bb6e53440756ffb60b4d7c2142b00be 100644 (file)
--- a/fpc.spec
+++ b/fpc.spec
@@ -4,7 +4,7 @@ Summary(ru):    
 Summary(uk):   ÷¦ÌØÎÉÊ ËÏÍЦÌÑÔÏÒ Pascal
 Name:          fpc
 Version:       1.0.10
-Release:       1
+Release:       2
 License:       GPL
 Group:         Development/Languages
 Vendor:                Michael Van Canneyt <michael@tfdec1.fys.kuleuven.ac.be>
@@ -126,7 +126,7 @@ export PATH="/usr/bin:/bin"
        FPC="$NEWPP" \
        rtl_clean rtl_smart packages_base_smart fcl_smart packages_extra_smart utils_all
 
-%{__make} -C src/%{name}-%{version}/docs pdf FPDOC=${NEWFPDOC}
+%{__make} -C src/%{name}-%{version}/docs pdf FPDOC=${NEWFPDOC}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -152,7 +152,7 @@ NEWPP=`pwd`/src/fpc-%{version}/compiler/ppc386
        utils_distinstall \
        man_install
 
-%{__make} -C src/%{name}-%{version}/docs pdfinstall DOCINSTALLDIR=$RPM_BUILD_ROOT%{_docdir}
+%{__make} -C src/%{name}-%{version}/docs pdfinstall DOCINSTALLDIR=$RPM_BUILD_ROOT%{_docdir}
 
 mv -f src/%{name}-%{version}/doc/examples/* $RPM_BUILD_ROOT%{_examplesdir}/fpc
 
@@ -197,6 +197,6 @@ rm -f %{_sysconfdir}/fpc.cfg.new
 %defattr(644,root,root,755)
 %{_examplesdir}/fpc
 
-#%files doc
-#%defattr(644,root,root,755)
-#%doc src/%{name}-%{version}/doc/*.pdf
+%files doc
+%defattr(644,root,root,755)
+%doc src/%{name}-%{version}/doc/*.pdf
This page took 0.109049 seconds and 4 git commands to generate.