|
|
@ -1,6 +1,6 @@
|
|
|
|
Summary: An HTTP and WebDAV client library
|
|
|
|
Summary: An HTTP and WebDAV client library
|
|
|
|
Name: neon
|
|
|
|
Name: neon
|
|
|
|
Version: 0.29.2
|
|
|
|
Version: 0.29.3
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
@ -36,7 +36,7 @@ The development library for the C language HTTP and WebDAV client library.
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
export CC="%{__cc} -pthread"
|
|
|
|
export CC="%{__cc} -pthread"
|
|
|
|
# Use standard OpenSSL-provided CA bundle:
|
|
|
|
# Use standard system CA bundle:
|
|
|
|
%define cabundle %{_sysconfdir}/pki/tls/certs/ca-bundle.crt
|
|
|
|
%define cabundle %{_sysconfdir}/pki/tls/certs/ca-bundle.crt
|
|
|
|
%configure --with-expat --enable-shared --disable-static \
|
|
|
|
%configure --with-expat --enable-shared --disable-static \
|
|
|
|
--enable-warnings --with-ca-bundle=%{cabundle} \
|
|
|
|
--enable-warnings --with-ca-bundle=%{cabundle} \
|
|
|
@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Mar 25 2010 Joe Orton <jorton@redhat.com> - 0.29.3-1
|
|
|
|
|
|
|
|
- update to 0.29.3
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 8 2010 Joe Orton <jorton@redhat.com> - 0.29.2-1
|
|
|
|
* Fri Jan 8 2010 Joe Orton <jorton@redhat.com> - 0.29.2-1
|
|
|
|
- update to 0.29.2
|
|
|
|
- update to 0.29.2
|
|
|
|
|
|
|
|
|
|
|
|