]> git.pld-linux.org Git - packages/curl.git/blobdiff - curl.spec
- updated to 7.12.2
[packages/curl.git] / curl.spec
index e97f16f43afdcdfd69316ea3aa85ce1a27057ade..97d26b0446c2615b2e86d6ea855611bd365e3ec8 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -9,17 +9,20 @@ 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.12.1
+Version:       7.12.2
 Release:       1
 License:       MPL
 Vendor:                Daniel Stenberg <Daniel.Stenberg@sth.frontec.se>
 Group:         Applications/Networking
 Source0:       http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
-# Source0-md5: ffa1386d7473fdc419441cb0156d0005
+# Source0-md5: e468222fc7240dc701ea3fc8ffd641dc
 Patch0:                %{name}-no_strip.patch
+Patch1:                %{name}-ac.patch
 URL:           http://curl.haxx.se/
+BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libidn-devel >= 0.4.1
+BuildRequires: heimdal-devel
 %{?with_ssl:BuildRequires:     openssl-devel >= 0.9.7d}
 Requires:      openssl-tools >= 0.9.7d
 Requires:      libidn >= 0.4.1
@@ -141,12 +144,16 @@ Bibliotecas est
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 cp -f /usr/share/automake/config.* .
+%{__autoconf}
+%{__autoheader}
 %configure \
        %{?with_ssl:--with-ssl=%{_prefix}} \
        %{?with_ssl:--with-ca-bundle=/usr/share/ssl/ca-bundle.crt} \
+       --with-gssapi-includes=%{_includedir} \
        --with-ipv6
 
 %{__make}
This page took 0.050404 seconds and 4 git commands to generate.