Browse Source

Improve description text with variety of english corrections

master
Michael Schloh von Bennewitz 22 years ago committed by Ralf S. Engelschall
parent
commit
884bbca762
  1. 17
      gpp/gpp.spec

17
gpp/gpp.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
Group: Text
License: GPL
Version: 2.1a
Release: 20031123
Release: 20031124
# list of sources
Source0: http://www.math.polytechnique.fr/cmat/auroux/prog/gpp-%{version}.tar.gz
@ -47,16 +47,15 @@ AutoReq: no
AutoReqProv: no
%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
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
is targeted at all common preprocessing tasks where cpp is not
suitable and where no very sophisticated features are needed. In
order to be able to process equally efficiently text files or source
code in a variety of languages, the syntax used by gpp is fully
customizable. The handling of comments and strings is especially
advanced.
targets all common preprocessing tasks where cpp is not suitable
and where sophisticated features are not needed. gcc's syntax is
customizable, allowing it to efficiently process both text files
and source code in a variety of languages. Its handling of
comments and strings is especially advanced.
%prep
%setup -q

Loading…
Cancel
Save