]> git.pld-linux.org Git - packages/curl.git/blobdiff - curl.spec
- up to 7.20.0
[packages/curl.git] / curl.spec
index 770c4cafbf2177637e0612fe36d0b60708341beb..33866a09b9c67ed9570414e3600d192d72096676 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -1,6 +1,8 @@
+# TODO
+# - VMware needs curl with ares
 #
 # Conditional build:
-%bcond_with    ares            # with c-ares (asynchronous DNS operations) library (disables IPv6)
+%bcond_without ares            # with c-ares (asynchronous DNS operations) library (c-ares may not work properly with ipv6)
 %bcond_without ssh             # without SSH support
 %bcond_without ssl             # without SSL support
 %bcond_without gnutls          # use GnuTLS instead of OpenSSL
@@ -13,12 +15,12 @@ Summary(pt_BR.UTF-8):       Busca URL (suporta FTP, TELNET, LDAP, GOPHER, DICT, HTTP e
 Summary(ru.UTF-8):     Утилита для получения файлов с серверов FTP, HTTP и других
 Summary(uk.UTF-8):     Утиліта для отримання файлів з серверів FTP, HTTP та інших
 Name:          curl
-Version:       7.19.6
+Version:       7.20.0
 Release:       1
 License:       MIT-like
 Group:         Applications/Networking
 Source0:       http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
-# Source0-md5: 9351ad8ee0bea75015dfa9ec6248e055
+# Source0-md5: a68d8169e4aae58d35977ae355c9b38a
 Patch0:                %{name}-no_strip.patch
 Patch1:                %{name}-ac.patch
 Patch2:                %{name}-pc.patch
@@ -39,6 +41,7 @@ BuildRequires:        gnutls-devel
 BuildRequires: openssl-devel >= 0.9.7d
 %endif
 %endif
+BuildRequires: tar >= 1:1.22
 BuildRequires: zlib-devel
 Requires:      %{name}-libs = %{version}-%{release}
 Requires:      libidn >= 0.4.1
@@ -200,7 +203,7 @@ Bibliotecas estáticas para desenvolvimento com o curl.
        %{?with_kerberos5:--with-gssapi=%{_prefix}} \
        %{?with_ares:--enable-ares=%{_prefix}} \
        --enable-ldaps \
-       --%{?with_ares:dis}%{!?with_ares:en}able-ipv6
+       --enable-ipv6
 
 %{__make}
 
This page took 0.115002 seconds and 4 git commands to generate.