OBS User unknown 2008-04-28 13:53:59 +00:00 committed by Git OBS Bridge
parent eda66992f3
commit 9a13a43d94
3 changed files with 15 additions and 4 deletions

View File

@ -1,2 +1 @@
curl
libcurl4

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 28 11:30:24 CEST 2008 - mmarek@suse.cz
- disable c-ares support again until bnc#381709 is fixed
- build with libssh2 support in the devel:libraries:c_c++ project
-------------------------------------------------------------------
Fri Apr 11 14:22:20 CEST 2008 - mmarek@suse.cz

View File

@ -12,16 +12,19 @@
Name: curl
BuildRequires: libcares-devel libidn-devel openldap2-devel openssl-devel zlib-devel
BuildRequires: libidn-devel openldap2-devel openssl-devel zlib-devel
%if 0%{suse_version} > 930
BuildRequires: krb5-devel
%else
BuildRequires: heimdal-devel
%endif
%if 0%{?_with_libssh2:1}
BuildRequires: libssh2-devel openssh
%endif
# used by the testsuite
BuildRequires: stunnel
Version: 7.18.1
Release: 5
Release: 9
AutoReqProv: on
License: BSD 3-Clause; X11/MIT
Group: Productivity/Networking/Web/Utilities
@ -94,7 +97,6 @@ export CFLAGS="$RPM_OPT_FLAGS"
./configure \
--prefix=%{_prefix} \
--enable-ipv6 \
--enable-ares \
--with-ssl \
--with-ca-path=/etc/ssl/certs/ \
%if %suse_version > 930
@ -102,6 +104,7 @@ export CFLAGS="$RPM_OPT_FLAGS"
%else
--with-gssapi=/usr/lib/heimdal \
%endif
%{?_with_libssh2} \
--libdir=%{_libdir} \
--enable-hidden-symbols \
--disable-static
@ -163,6 +166,9 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man3/*
%changelog
* Mon Apr 28 2008 mmarek@suse.cz
- disable c-ares support again until bnc#381709 is fixed
- build with libssh2 support in the devel:libraries:c_c++ project
* Fri Apr 11 2008 mmarek@suse.cz
- build with c-ares support
- fixed build for older dists