|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: An HTTP and WebDAV client library
|
|
|
|
|
Name: neon
|
|
|
|
|
Version: 0.24.7
|
|
|
|
|
Release: 4
|
|
|
|
|
Release: 5
|
|
|
|
|
Copyright: LGPL
|
|
|
|
|
Group: Applications/Publishing
|
|
|
|
|
Prefix: %{_prefix}
|
|
|
|
@ -9,6 +9,7 @@ URL: http://www.webdav.org/neon
|
|
|
|
|
Source0: http://www.webdav.org/neon/neon-%{version}.tar.gz
|
|
|
|
|
Patch0: neon-0.23.9-config.patch
|
|
|
|
|
Patch1: neon-0.24.7-gssapi.patch
|
|
|
|
|
Patch2: neon-0.24.7-min.patch
|
|
|
|
|
BuildRequires: expat-devel, openssl-devel, zlib-devel, krb5-devel
|
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
|
|
|
@ -34,6 +35,7 @@ The development library for the C language HTTP and WebDAV client library.
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch0 -p1 -b .config
|
|
|
|
|
%patch1 -p1 -b .gssapi
|
|
|
|
|
%patch2 -p1 -b .min
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
export CFLAGS="-Wall $RPM_OPT_FLAGS"
|
|
|
|
@ -75,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Feb 10 2005 Joe Orton <jorton@redhat.com> 0.24.7-5
|
|
|
|
|
- don't define min() in ne_utils.h (Caolan McNamara, #147228)
|
|
|
|
|
|
|
|
|
|
* Tue Oct 12 2004 Joe Orton <jorton@redhat.com> 0.24.7-4
|
|
|
|
|
- update to GSSAPI code from trunk
|
|
|
|
|
|
|
|
|
|