fpc-docs-0.99.12b.spec 893 B

123456789101112131415161718192021222324252627282930313233343536
  1. Name: fpc-docs
  2. Version: 0.99.12b
  3. Release: 1
  4. ExclusiveArch: i386
  5. Copyright: GPL
  6. Group: Development/Languages
  7. Source: fpc-docs-0.99.12b-src.tar.gz
  8. Summary: Free Pascal Compiler Documentation
  9. Packager: Michael Van Canneyt ([email protected])
  10. URL: http://tfdec1.fys.kuleuven.ac.be/~michael/fpc/fpc.html
  11. %description
  12. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32bit
  13. Pascal Compiler. It comes with fully TP 7.0 compatible run-time library.
  14. Some extensions are added to the language, like function overloading. Shared
  15. libraries can be linked and created. Basic Delphi support is already
  16. implemented (classes,exceptions,ansistrings). This package contains
  17. the documentation in HTML format
  18. %define docdir /usr/doc/fpc-0.99.12
  19. %prep
  20. %setup -c
  21. %build
  22. make -C docs pdf
  23. %install
  24. make -C docs pdfinstall
  25. %clean
  26. make -C docs clean
  27. %files
  28. %{docdir}/*.pdf