From fc71acddce20486930cee5387712d215161e8a01 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 09:05:14 +0000 Subject: [PATCH] auto-import changelog data from neon-0.23.5-2.src.rpm Mon Nov 11 2002 Jeff Johnson 0.23.5-2 - avoid subversion-devel until libxml2 vs. expat is resolved. Sat Nov 09 2002 Jeff Johnson 0.23.5-1 - Create. --- .cvsignore | 1 + neon.spec | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 89 insertions(+) create mode 100644 neon.spec diff --git a/.cvsignore b/.cvsignore index e69de29..233c0e5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +neon-0.23.5.tar.gz diff --git a/neon.spec b/neon.spec new file mode 100644 index 0000000..e709b5c --- /dev/null +++ b/neon.spec @@ -0,0 +1,87 @@ +Summary: An HTTP and WebDAV client library +Name: neon +Version: 0.23.5 +Release: 2 +Copyright: LGPL +Group: Applications/Publishing +Prefix: %{_prefix} +URL: http://www.webdav.org/neon +Source0: http://www.webdav.org/neon/neon-%{version}.tar.gz +BuildPreReq: libxml2-devel +BuildPreReq: autoconf >= 2.53 +BuildPreReq: automake >= 1.5 +BuildPreReq: xmlto +BuildRoot: %{_tmppath}/%{name}-root + +%description +neon is an HTTP and WebDAV client library, with a C interface. 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. + * HTTP/1.1 and HTTP/1.0 persistent connections + * RFC2617 basic and digest authentication (including auth-int, md5-sess) + * Proxy support (including basic/digest authentication) + * 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). + +%package devel +Summary: Static libraries and C header files for the neon library. +Group: Development/Libraries + +# XXX avoid subversion-devel until libxml2 vs. expat is resolved. +Conflicts: subversion-devel +Requires: neon = %{version} + +%description devel +The development library for the C language HTTP and WebDAV client library. + +%prep +%setup -q + +%build +%configure --with-ssl --enable-shared --with-force-ssl + +make +make docs + +%install +rm -rf $RPM_BUILD_ROOT +%makeinstall + +# XXX Concatenate TODO lists +cat TODO >> doc/TODO + +# XXX avoid subversion-devel until libxml2 vs. expat is resolved. +rm -rf ${RPM_BUILD_ROOT}%{_bindir} +rm -rf ${RPM_BUILD_ROOT}%{_mandir}/man1 + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc AUTHORS BUGS ChangeLog doc/* INSTALL.win32 NEWS README THANKS +# XXX avoid subversion-devel until libxml2 vs. expat is resolved. +#%{_bindir}/* +#%{_mandir}/man1/* +#%{_libdir}/*.so.* +%{_libdir}/*.so.*.* + +%files devel +%defattr(-,root,root) +%{_includedir}/* +%{_mandir}/man3/* +%{_libdir}/*.a +%{_libdir}/*.la +%{_libdir}/*.so + +%changelog +* Mon Nov 11 2002 Jeff Johnson 0.23.5-2 +- avoid subversion-devel until libxml2 vs. expat is resolved. + +* Sat Nov 9 2002 Jeff Johnson 0.23.5-1 +- Create. diff --git a/sources b/sources index e69de29..6858a15 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +fd7d1bca0927490c5bd32787b0f2f4b1 neon-0.23.5.tar.gz