|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: An HTTP and WebDAV client library
|
|
|
|
|
Name: neon
|
|
|
|
|
Version: 0.27.0
|
|
|
|
|
Release: 1
|
|
|
|
|
Release: 2
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
URL: http://www.webdav.org/neon/
|
|
|
|
@ -34,7 +34,8 @@ The development library for the C language HTTP and WebDAV client library.
|
|
|
|
|
%patch0 -p1 -b .multilib
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --with-ssl --with-expat --enable-shared --enable-warnings
|
|
|
|
|
%configure --with-ssl --with-expat --enable-shared --enable-warnings \
|
|
|
|
|
--enable-threadsafe-ssl=posix
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -66,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Aug 30 2007 Joe Orton <jorton@redhat.com> 0.27.0-2
|
|
|
|
|
- enable thread-safety hooks
|
|
|
|
|
|
|
|
|
|
* Wed Aug 22 2007 Joe Orton <jorton@redhat.com> 0.27.0-1
|
|
|
|
|
- update to 0.27.0 (#243638)
|
|
|
|
|
|
|
|
|
|