- update to GSSAPI code from trunk
This commit is contained in:
parent
bf0ce8b75d
commit
f27aceb7c8
@ -1,13 +1,14 @@
|
||||
Summary: An HTTP and WebDAV client library
|
||||
Name: neon
|
||||
Version: 0.24.7
|
||||
Release: 3
|
||||
Release: 4
|
||||
Copyright: LGPL
|
||||
Group: Applications/Publishing
|
||||
Prefix: %{_prefix}
|
||||
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
|
||||
BuildRequires: expat-devel, openssl-devel, zlib-devel, krb5-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
@ -32,6 +33,7 @@ The development library for the C language HTTP and WebDAV client library.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .config
|
||||
%patch1 -p1 -b .gssapi
|
||||
|
||||
%build
|
||||
export CFLAGS="-Wall $RPM_OPT_FLAGS"
|
||||
@ -73,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Tue Oct 12 2004 Joe Orton <jorton@redhat.com> 0.24.7-4
|
||||
- update to GSSAPI code from trunk
|
||||
|
||||
* Fri Jul 23 2004 Joe Orton <jorton@redhat.com> 0.24.7-3
|
||||
- rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user