|
|
|
@ -1,14 +1,14 @@
|
|
|
|
|
Summary: An HTTP and WebDAV client library
|
|
|
|
|
Name: neon
|
|
|
|
|
Version: 0.27.2
|
|
|
|
|
Release: 2
|
|
|
|
|
Release: 3
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
URL: http://www.webdav.org/neon/
|
|
|
|
|
Source0: http://www.webdav.org/neon/neon-%{version}.tar.gz
|
|
|
|
|
Patch0: neon-0.27.0-multilib.patch
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
BuildRequires: expat-devel, openssl-devel, zlib-devel, krb5-devel
|
|
|
|
|
BuildRequires: expat-devel, gnutls-devel, zlib-devel, krb5-devel
|
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
|
Conflicts: subversion < 0.22.2-4
|
|
|
|
|
|
|
|
|
@ -22,7 +22,7 @@ Kerberos authentication, and has complete SSL support.
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development libraries and C header files for the neon library
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: neon = %{version}-%{release}, openssl-devel, zlib-devel, expat-devel
|
|
|
|
|
Requires: neon = %{version}-%{release}, gnutls-devel, zlib-devel, expat-devel
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
Conflicts: subversion-devel < 0.22.2-4
|
|
|
|
|
|
|
|
|
@ -35,8 +35,9 @@ The development library for the C language HTTP and WebDAV client library.
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
export CC="%{__cc} -pthread"
|
|
|
|
|
%configure --with-expat --enable-shared --enable-warnings \
|
|
|
|
|
--with-ssl=openssl --enable-threadsafe-ssl=posix
|
|
|
|
|
%configure --with-expat --enable-shared --disable-static \
|
|
|
|
|
--enable-warnings \
|
|
|
|
|
--with-ssl=gnutls --enable-threadsafe-ssl=posix
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -68,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Dec 4 2007 Joe Orton <jorton@redhat.com> 0.27.2-3
|
|
|
|
|
- rebuild against GnuTLS
|
|
|
|
|
- drop static library
|
|
|
|
|
|
|
|
|
|
* Tue Sep 25 2007 Joe Orton <jorton@redhat.com> 0.27.2-2
|
|
|
|
|
- update to 0.27.2
|
|
|
|
|
|
|
|
|
|