]> git.pld-linux.org Git - packages/cgicc.git/blame - cgicc.spec
- pl, BR: libtool 1.5 for C++
[packages/cgicc.git] / cgicc.spec
CommitLineData
e9d74984 1Summary: A C++ library for CGI programming
2Summary(pl): Biblioteka C++ do programowania CGI
3Name: cgicc
4Version: 3.2.3
5Release: 0.1
6License: GPL v2
7Group: Libraries
e9d74984 8Source0: ftp://ftp.cgicc.org/%{name}-%{version}.tar.bz2
9# Source0-md5: cd7a7a5a1fd186bd8f481c4e17354a0b
10URL: http://www.cgicc.org/
f715ef0f 11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: doxygen
14BuildRequires: libstdc++-devel
d2048c08 15BuildRequires: libtool >= 2:1.5
e9d74984 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19GNU cgicc is a C++ class library that greatly simplifies the creation
20of CGI applications for the World Wide Web. cgicc performs the
21following functions:
22- Parses both GET and POST form data transparently.
23- Provides string, integer, floating-point and single- and
24 multiple-choice retrieval methods for form data.
25- Provides methods for saving and restoring CGI environments to aid in
26 application debugging.
27- Provides full on-the-fly HTML generation capabilities, with support
28 for cookies.
29- Supports HTTP file upload.
30- Compatible with FastCGI.
31
d2048c08
JB
32%description -l pl
33