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