From: Karol Krenski Date: Tue, 30 Jan 2007 17:44:17 +0000 (+0000) Subject: - updated to 7.16.1 X-Git-Tag: auto/th/curl-7_16_1-1~3 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=e9604180fa4f90307b71f3f8586119b916c977c4;p=packages%2Fcurl.git - updated to 7.16.1 - added SSH suport (with bcond); BR: libssh2-devel Changed files: curl.spec -> 1.124 --- diff --git a/curl.spec b/curl.spec index 7c53c19..1161471 100644 --- a/curl.spec +++ b/curl.spec @@ -1,6 +1,7 @@ # # Conditional build: %bcond_with ares # with c-ares (asynchronous DNS operations) library (disables IPv6) +%bcond_without ssh # without SSH support %bcond_without ssl # without SSL support %bcond_without heimdal # without HEIMDAL support # @@ -11,12 +12,12 @@ Summary(pt_BR): Busca URL (suporta FTP, TELNET, LDAP, GOPHER, DICT, HTTP e HTTPS Summary(ru): õÔÉÌÉÔÁ ÄÌÑ ÐÏÌÕÞÅÎÉÑ ÆÁÊÌÏ× Ó ÓÅÒ×ÅÒÏ× FTP, HTTP É ÄÒÕÇÉÈ Summary(uk): õÔÉ̦ÔÁ ÄÌÑ ÏÔÒÉÍÁÎÎÑ ÆÁÊÌ¦× Ú ÓÅÒ×ÅÒ¦× FTP, HTTP ÔÁ ¦ÎÛÉÈ Name: curl -Version: 7.16.0 +Version: 7.16.1 Release: 1 License: MIT-like Group: Applications/Networking Source0: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2 -# Source0-md5: 5819f56e93d04cde2992fe88b54cbfad +# Source0-md5: acdab0b0467c55e10ed02d2afed80575 Patch0: %{name}-no_strip.patch Patch1: %{name}-ac.patch Patch2: %{name}-heimdal.patch @@ -26,6 +27,7 @@ BuildRequires: automake %{?with_ares:BuildRequires: c-ares-devel} %{?with_heimdal:BuildRequires: heimdal-devel >= 0.7} BuildRequires: libidn-devel >= 0.4.1 +%{?with_ssh:BuildRequires: libssh2-devel} BuildRequires: libtool %{?with_ssl:BuildRequires: openssl-devel >= 0.9.7d} BuildRequires: zlib-devel