|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: An HTTP and WebDAV client library
|
|
|
|
|
Name: neon
|
|
|
|
|
Version: 0.29.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
URL: http://www.webdav.org/neon/
|
|
|
|
@ -40,7 +40,8 @@ export CC="%{__cc} -pthread"
|
|
|
|
|
%define cabundle %{_sysconfdir}/pki/tls/certs/ca-bundle.crt
|
|
|
|
|
%configure --with-expat --enable-shared --disable-static \
|
|
|
|
|
--enable-warnings --with-ca-bundle=%{cabundle} \
|
|
|
|
|
--with-ssl=gnutls --enable-threadsafe-ssl=posix
|
|
|
|
|
--with-ssl=gnutls --enable-threadsafe-ssl=posix \
|
|
|
|
|
--with-libproxy
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -75,7 +76,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Sep 13 2009 Joe Orton <jorton@redhat.com> 0.29.0-2
|
|
|
|
|
* Sun Sep 13 2009 Joe Orton <jorton@redhat.com> 0.29.0-3
|
|
|
|
|
- enable libproxy support
|
|
|
|
|
|
|
|
|
|
* Sun Sep 13 2009 Joe Orton <jorton@redhat.com> 0.29.0-1
|
|
|
|
|