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