add zlib-devel BR to enable gzip compressed transfers in curl (#292211)
This commit is contained in:
parent
46d4964680
commit
7a7a90d7b7
@ -4,7 +4,7 @@
|
|||||||
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
|
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
|
||||||
Name: curl
|
Name: curl
|
||||||
Version: 7.16.4
|
Version: 7.16.4
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
|
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
|
||||||
@ -15,7 +15,7 @@ Patch4: curl-7.16.4-nsspem.patch
|
|||||||
Provides: webclient
|
Provides: webclient
|
||||||
URL: http://curl.haxx.se/
|
URL: http://curl.haxx.se/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: libtool, pkgconfig, libidn-devel
|
BuildRequires: libtool, pkgconfig, libidn-devel, zlib-devel
|
||||||
BuildRequires: nss-devel >= 3.11.7-7
|
BuildRequires: nss-devel >= 3.11.7-7
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/aclocal/libcurl.m4
|
%{_datadir}/aclocal/libcurl.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 17 2007 Jindrich Novy <jnovy@redhat.com> 7.16.4-7
|
||||||
|
- add zlib-devel BR to enable gzip compressed transfers in curl (#292211)
|
||||||
|
|
||||||
* Mon Sep 10 2007 Jindrich Novy <jnovy@redhat.com> 7.16.4-6
|
* Mon Sep 10 2007 Jindrich Novy <jnovy@redhat.com> 7.16.4-6
|
||||||
- provide webclient (#225671)
|
- provide webclient (#225671)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user