]> git.pld-linux.org Git - packages/curl.git/blobdiff - curl.spec
- updated to 7.30.0
[packages/curl.git] / curl.spec
index 755bd5de47e25ac2496e4ad648b75f9854d675d0..4c8cdf062557634005987da318c11ae7c29135e7 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -6,7 +6,7 @@
 %bcond_without ldap            # without LDAP support
 %if "%{pld_release}" != "ac"
 %bcond_without ares            # with c-ares (asynchronous DNS operations) library
-%bcond_without gnutls          # use GnuTLS instead of OpenSSL
+%bcond_with    gnutls          # use GnuTLS instead of OpenSSL
 %bcond_without rtmp            # without Real Time Media Protocol
 %else
 %bcond_with    ares            # with c-ares (asynchronous DNS operations) library
@@ -21,18 +21,14 @@ 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.23.1
+Version:       7.30.0
 Release:       1
 License:       MIT-like
 Group:         Applications/Networking
 Source0:       http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
-# Source0-md5: c5bb9ee66804755cd7217a60d7a72d4b
-Patch0:                %{name}-no_strip.patch
-Patch1:                %{name}-ac.patch
-Patch2:                %{name}-pc.patch
-Patch3:                %{name}-krb5flags.patch
-Patch4:                lib%{name}.fb-changes.diff
-Patch5:                gnutls3.patch
+# Source0-md5: e47049eaabfbed194bef7ae4960fdc37
+Patch0:                %{name}-ac.patch
+Patch1:                %{name}-krb5flags.patch
 URL:           http://curl.haxx.se/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
@@ -42,6 +38,7 @@ BuildRequires:        libidn-devel >= 0.4.1
 %{?with_rtmp:BuildRequires:    librtmp-devel}
 %{?with_ssh:BuildRequires:     libssh2-devel >= 1.2.8}
 BuildRequires: libtool
+BuildRequires: nettle-devel
 %{?with_ldap:BuildRequires:    openldap-devel}
 BuildRequires: pkgconfig
 BuildRequires: rpm >= 4.4.9-56
@@ -195,10 +192,6 @@ Bibliotecas estáticas para desenvolvimento com o curl.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
 
 %{__rm} -v m4/lt*.m4 m4/libtool.m4
 
This page took 0.026975 seconds and 4 git commands to generate.