]> git.pld-linux.org Git - packages/neon.git/blame - neon.spec
- updated to 0.19.4
[packages/neon.git] / neon.spec
CommitLineData
94a59c75 1Summary: An HTTP and WebDAV client library
2Summary(pl): Biblioteka kliencka HTTP i WebDAV
3Name: neon
9ae5e204 4Version: 0.19.4
a8ebb846 5Release: 1
94a59c75 6License: GPL
7Group: Libraries
94a59c75 8Source0: http://www.webdav.org/neon/%{name}-%{version}.tar.gz
a8ebb846 9Patch0: %{name}-libxml2.patch
cae00537 10Patch1: %{name}-no-usr-include.patch
769e704f 11URL: http://www.webdav.org/neon/
94a59c75 12BuildRequires: expat-devel
9dc601f3 13BuildRequires: libxml2-devel
3d00414f 14BuildRequires: openssl-devel
a8ebb846 15BuildRequires: zlib-devel
cae00537
MM
16BuildRequires: autoconf >= 2.53
17BuildRequires: automake
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