fpcdoc.spec 881 B

123456789101112131415161718192021
  1. ###############################################################################
  2. # fpc-docs.rpm
  3. #
  4. # Note: This file will be attached to the fpc.spec
  5. %package docs
  6. Group: Development/Languages
  7. Summary: Free Pascal Compiler - Documentation
  8. %description docs
  9. The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible 32bit
  10. Pascal Compiler. It comes with fully TP 7.0 compatible run-time library.
  11. Some extensions are added to the language, like function overloading. Shared
  12. libraries can be linked. Basic Delphi support is already implemented (classes,
  13. exceptions,ansistrings,RTTI). This package contains commandline compiler and
  14. utils. Provided units are the runtime library (RTL), free component library
  15. (FCL), gtk,ncurses,zlib, mysql,postgres,ibase bindings.
  16. This package contains the documentation in PDF format
  17. %files docs
  18. %defattr(-, root, root)
  19. %doc %{docdir}/*.pdf