]> git.pld-linux.org Git - packages/curl.git/commitdiff
- rel2 (enable ipv6 always if requested; enabled gssapi via heimdal)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 13 Aug 2004 00:30:57 +0000 (00:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    curl.spec -> 1.89

curl.spec

index e97f16f43afdcdfd69316ea3aa85ce1a27057ade..604c659a1b45ce74687c3c893bb23def8992b50b 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -10,16 +10,19 @@ Summary(ru):        
 Summary(uk):   õÔÉ̦ÔÁ ÄÌÑ ÏÔÒÉÍÁÎÎÑ ÆÁÊ̦נڠÓÅÒ×ÅҦנFTP, HTTP ÔÁ ¦ÎÛÉÈ
 Name:          curl
 Version:       7.12.1
-Release:       1
+Release:       2
 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
 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.225546 seconds and 4 git commands to generate.