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