- Fix libcurl inappropriate GSSAPI delegation. Full details at
http://curl.haxx.se/docs/adv_20110623.html - Use the lzma compressed tarball provided upstreams. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=48
This commit is contained in:
parent
fd7ee2a250
commit
0fd32f71d0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9a3d3593796147ad9ca994c9e6834a42b49756420a10e996dbf849495d3d955
|
||||
size 2311355
|
3
curl-7.21.7.tar.lzma
Normal file
3
curl-7.21.7.tar.lzma
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b85e3eca6a57e5dcc11625bfbd1252fef65556e1a21556819de135dcf46befe
|
||||
size 1893556
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 11 11:40:17 CEST 2011 - pth@suse.de
|
||||
|
||||
- Fix libcurl inappropriate GSSAPI delegation. Full details at
|
||||
http://curl.haxx.se/docs/adv_20110623.html
|
||||
- Use the lzma compressed tarball provided upstreams.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 20 16:25:34 UTC 2011 - crrodriguez@opensuse.org
|
||||
|
||||
|
10
curl.spec
10
curl.spec
@ -22,7 +22,7 @@
|
||||
%bcond_without testsuite
|
||||
|
||||
Name: curl
|
||||
BuildRequires: libidn-devel openldap2-devel pkg-config zlib-devel
|
||||
BuildRequires: libidn-devel openldap2-devel pkg-config zlib-devel lzma
|
||||
%if %{with openssl}
|
||||
BuildRequires: openssl-devel
|
||||
%endif
|
||||
@ -41,7 +41,7 @@ BuildRequires: libcares-devel
|
||||
BuildRequires: stunnel
|
||||
%endif
|
||||
#define cvs_suffix -20090302
|
||||
Version: 7.21.6
|
||||
Version: 7.21.7
|
||||
Release: 2
|
||||
AutoReqProv: on
|
||||
# bug437293
|
||||
@ -53,7 +53,7 @@ License: BSD3c(or similar) ; MIT License (or similar)
|
||||
Group: Productivity/Networking/Web/Utilities
|
||||
Summary: A Tool for Transferring Data from URLs
|
||||
Url: http://curl.haxx.se/
|
||||
Source: curl-%version%{?cvs_suffix}.tar.bz2
|
||||
Source: curl-%version%{?cvs_suffix}.tar.lzma
|
||||
Source2: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -94,7 +94,7 @@ user interaction or any kind of interactivity.
|
||||
# (currently, libtool sets link_all_deplibs=(yes|unknown) everywhere,
|
||||
# will hopefully change in the future)
|
||||
sed -i 's/link_all_deplibs=unknown/link_all_deplibs=no/' configure
|
||||
export CFLAGS="$RPM_OPT_FLAGS"
|
||||
export CFLAGS="%{optflags}"
|
||||
./configure \
|
||||
--prefix=%{_prefix} \
|
||||
--enable-ipv6 \
|
||||
@ -146,7 +146,7 @@ perl ./runtests.pl -a -b$base || {
|
||||
%endif
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
|
||||
%{makeinstall}
|
||||
rm $RPM_BUILD_ROOT%_libdir/libcurl.la
|
||||
install -d $RPM_BUILD_ROOT/usr/share/aclocal
|
||||
install -m 644 docs/libcurl/libcurl.m4 $RPM_BUILD_ROOT/usr/share/aclocal/
|
||||
|
Loading…
x
Reference in New Issue
Block a user