~ubuntu-branches/debian/lenny/fpc/lenny

« back to all changes in this revision

Viewing changes to install/fpcdoc.spec

  • Committer: Bazaar Package Importer
  • Author(s): Mazen Neifer, Torsten Werner, Mazen Neifer
  • Date: 2008-05-17 17:12:11 UTC
  • mfrom: (3.1.9 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080517171211-9qi33xhd9evfa0kg
Tags: 2.2.0-dfsg1-9
[ Torsten Werner ]
* Add Mazen Neifer to Uploaders field.

[ Mazen Neifer ]
* Moved FPC sources into a version dependent directory from /usr/share/fpcsrc
  to /usr/share/fpcsrc/${FPCVERSION}. This allow installing more than on FPC
  release.
* Fixed far call issue in compiler preventing building huge binearies.
  (closes: #477743)
* Updated building dependencies, recomennded and suggested packages.
* Moved fppkg to fp-utils as it is just a helper tool and is not required by
  compiler.

Show diffs side-by-side

added added

removed removed

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