|
|
|
@ -1,14 +1,14 @@
|
|
|
|
|
Summary: An HTTP and WebDAV client library
|
|
|
|
|
Name: neon
|
|
|
|
|
Version: 0.29.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
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, gnutls-devel, zlib-devel, krb5-devel
|
|
|
|
|
BuildRequires: expat-devel, gnutls-devel, zlib-devel, krb5-devel, libproxy-devel
|
|
|
|
|
BuildRequires: pkgconfig, pakchois-devel
|
|
|
|
|
Requires: ca-certificates
|
|
|
|
|
Conflicts: subversion < 0.22.2-4
|
|
|
|
@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Sep 13 2009 Joe Orton <jorton@redhat.com> 0.29.0-2
|
|
|
|
|
- enable libproxy support
|
|
|
|
|
|
|
|
|
|
* Sun Sep 13 2009 Joe Orton <jorton@redhat.com> 0.29.0-1
|
|
|
|
|
- update to 0.29.0
|
|
|
|
|
|
|
|
|
|