]> git.pld-linux.org Git - packages/curl.git/commitdiff
- up to 7.19.2; fix aclocal call; fix ca-certs path
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 14 Nov 2008 10:23:48 +0000 (10:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    curl.spec -> 1.157

curl.spec

index 56da924e757906a51d7dec8f35eeea5ec0a310cf..1f009e3aff1e1a326258814802964a7e0fbfd35d 100644 (file)
--- a/curl.spec
+++ b/curl.spec
@@ -13,12 +13,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.1
+Version:       7.19.2
 Release:       1
 License:       MIT-like
 Group:         Applications/Networking
 Source0:       http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
-# Source0-md5: 6c4921e55ad276154065052c9e34e1cb
+# Source0-md5: 3a461b145a4a31fe7d5a44684e7fbdbc
 Patch0:                %{name}-no_strip.patch
 Patch1:                %{name}-ac.patch
 Patch2:                %{name}-pc.patch
@@ -179,14 +179,14 @@ Bibliotecas estáticas para desenvolvimento com o curl.
 
 %build
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure \
        ac_cv_header_gss_h=no \
 %if %{with ssl}
-       --with-ca-bundle=/usr/share/ssl/ca-bundle.crt \
+       --with-ca-bundle=/etc/certs/ca-certificates.crt \
 %if %{with gnutls}
        --with-gnutls=%{_prefix} --without-ssl \
 %else
This page took 0.028805 seconds and 4 git commands to generate.