]> git.pld-linux.org Git - packages/curl.git/commitdiff
- updated to 7.16.1
authorKarol Krenski <charles@pld-linux.org>
Tue, 30 Jan 2007 17:44:17 +0000 (17:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added SSH suport (with bcond); BR: libssh2-devel

Changed files:
    curl.spec -> 1.124

curl.spec

index 7c53c19718fca114cd1016b135b8c60603be7d89..11614715d19b1374e20838114ede80c00702c1d5 100644 (file)
--- 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
This page took 0.042683 seconds and 4 git commands to generate.