17d16
< %if "%{stage1}" != "1"
20d18
< %endif
52,56c50,52
< %if "%{stage1}" != "1"
< Requires: libkrb5-devel
< Requires: libproxy-devel
< Requires: libkeyutils-devel
< %endif
---
> Requires:      libkrb5-devel
> Requires:      libproxy-devel
> Requires:      libkeyutils-devel
60,75c56
< Featuring:
< - High-level interface to HTTP and WebDAV methods (PUT, GET, HEAD etc) 
< - Low-level interface to HTTP request handling, to allow implementing new methods easily.
< - Persistent connections
< - RFC2617 basic and digest authentication (including auth-int, md5-sess) 
< - Proxy support (including basic/digest authentication) 
< - SSL/TLS support using OpenSSL (including client certificate support) 
< - Generic WebDAV 207 XML response handling mechanism 
< - XML parsing using the expat or libxml parsers 
< - Easy generation of error messages from 207 error responses 
< - WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL.
< - WebDAV metadata support: set and remove properties, query any set of properties (PROPPATCH/PROPFIND).
< - Autoconf macros supplied for easily embedding neon directly inside an application source tree.
< 
< This package contains static libraries and header files need for development.
< 
---
> This package contains static libraries and header files needed for development.
83,86c64
<    --with-ssl --enable-shared \
< %if "%{stage1}" == "1"
<   --without-libproxy
< %endif
---
>    --with-ssl --enable-shared
92a71
> 
98d76
< 
106a85,86
> %dir %{_includedir}/neon
> %{_includedir}/neon/*.h
110,111d89
< %dir %{_includedir}/neon
< %{_includedir}/neon/*.h
116c94
< %doc BUGS NEWS TODO
---
> %doc NEWS TODO
