- add patch for NTLM domains (#160071)
This commit is contained in:
parent
ba79086f06
commit
9873b60381
13
libsoup.spec
13
libsoup.spec
@ -1,11 +1,15 @@
|
||||
Summary: Soup, an HTTP library implementation
|
||||
Name: libsoup
|
||||
Version: 2.2.3
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: LGPL
|
||||
Group: Development/Libraries
|
||||
Source0: ftp://ftp.gnome.org/pub/gnome/sources/libsoup/2.2/%{name}-%{version}.tar.bz2
|
||||
URL: ftp://ftp.gnome.org/pub/gnome/sources/libsoup/
|
||||
|
||||
# Patch for bug #160071:
|
||||
Patch0: gnome-bug-306877-soup-connection-ntlm.c.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
Requires: glib2 >= 2.0, gnutls, libxml2
|
||||
BuildRequires: glib2-devel, pkgconfig, gtk-doc, gnutls-devel, libxml2-devel
|
||||
@ -34,6 +38,10 @@ you to develop applications that use the libsoup library.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
cd libsoup
|
||||
%patch0 -p0 -b .fix-for-160071
|
||||
cd ..
|
||||
|
||||
%build
|
||||
%configure --enable-gtk-doc
|
||||
make
|
||||
@ -65,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gtk-doc/html/libsoup
|
||||
|
||||
%changelog
|
||||
* Tue Jun 14 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.3-4
|
||||
- add patch for NTLM domains (#160071)
|
||||
|
||||
* Sun Apr 24 2005 Florian La Roche <laroche@redhat.com>
|
||||
- rebuild for new gnutls
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user