]> git.pld-linux.org Git - packages/neon.git/blame - neon.spec
- updated to 0.23.4
[packages/neon.git] / neon.spec
CommitLineData
94a59c75 1Summary: An HTTP and WebDAV client library
2Summary(pl): Biblioteka kliencka HTTP i WebDAV
3Name: neon
01caa8ff 4Version: 0.23.4
d5a2bb25 5Release: 1
94a59c75 6License: GPL
7Group: Libraries
94a59c75 8Source0: http://www.webdav.org/neon/%{name}-%{version}.tar.gz
769e704f 9URL: http://www.webdav.org/neon/
60170b09
JB
10BuildRequires: autoconf >= 2.53
11BuildRequires: automake
94a59c75 12BuildRequires: expat-devel
9dc601f3 13BuildRequires: libxml2-devel
8b22bd9b 14BuildRequires: openssl-devel >= 0.9.6f
a8ebb846 15BuildRequires: zlib-devel
e914cc74 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
94a59c75 17
18%description
19neon is an HTTP and WebDAV client library, with a C interface.
20Featuring:
21 - High-level interface to HTTP and WebDAV methods (PUT, GET, HEAD etc)
22 - Low-level interface to HTTP request handling, to allow implementing
23 new methods easily.
24 - HTTP/1.1 and HTTP/1.0 persistent connections
25 - RFC2617 basic and digest authentication (including auth-int,
26 md5-sess)
27 - Proxy support (including basic/digest authentication)
28 - Generic WebDAV 207 XML response handling mechanism
29 - XML parsing using the expat or libxml parsers
30 - Easy generation of error messages from 207 error responses
31 - WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL.
32 - WebDAV metadata support: set and remove properties, query any set of
33 properties (PROPPATCH/PROPFIND).
34
769e704f
JB
35%description -l pl
36neon to biblioteka kliencka HTTP i WebDAV z interfejsem w C.
37