|
|
|
@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS] |
|
|
|
Group: Text |
|
|
|
Group: Text |
|
|
|
License: GPL |
|
|
|
License: GPL |
|
|
|
Version: 2.1a |
|
|
|
Version: 2.1a |
|
|
|
Release: 20031123 |
|
|
|
Release: 20031124 |
|
|
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
# list of sources |
|
|
|
Source0: http://www.math.polytechnique.fr/cmat/auroux/prog/gpp-%{version}.tar.gz |
|
|
|
Source0: http://www.math.polytechnique.fr/cmat/auroux/prog/gpp-%{version}.tar.gz |
|
|
|
@ -47,16 +47,15 @@ AutoReq: no |
|
|
|
AutoReqProv: no |
|
|
|
AutoReqProv: no |
|
|
|
|
|
|
|
|
|
|
|
%description |
|
|
|
%description |
|
|
|
gpp is a general-purpose preprocessor with customizable syntax, |
|
|
|
gpp is a general purpose preprocessor with customizable syntax, |
|
|
|
suitable for a wide range of preprocessing tasks. Its independence |
|
|
|
suitable for a wide range of preprocessing tasks. Its independence |
|
|
|
on any programming language makes it much more versatile than cpp, |
|
|
|
of any programming language makes it much more versatile than cpp, |
|
|
|
while its syntax is lighter and more flexible than that of m4. gpp |
|
|
|
while its syntax is lighter and more flexible than that of m4. gpp |
|
|
|
is targeted at all common preprocessing tasks where cpp is not |
|
|
|
targets all common preprocessing tasks where cpp is not suitable |
|
|
|
suitable and where no very sophisticated features are needed. In |
|
|
|
and where sophisticated features are not needed. gcc's syntax is |
|
|
|
order to be able to process equally efficiently text files or source |
|
|
|
customizable, allowing it to efficiently process both text files |
|
|
|
code in a variety of languages, the syntax used by gpp is fully |
|
|
|
and source code in a variety of languages. Its handling of |
|
|
|
customizable. The handling of comments and strings is especially |
|
|
|
comments and strings is especially advanced. |
|
|
|
advanced. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
%prep |
|
|
|
%setup -q |
|
|
|
%setup -q |
|
|
|
|