|
@@ -3,17 +3,17 @@
|
|
Summary: A utility for getting files from remote servers (FTP, HTTP, and others).
|
|
Summary: A utility for getting files from remote servers (FTP, HTTP, and others).
|
|
Summary(ja): リモートサーバ(FTP,HTTPなど)からファイルを取得するためのユーティリティ
|
|
Summary(ja): リモートサーバ(FTP,HTTPなど)からファイルを取得するためのユーティリティ
|
|
Name: curl
|
|
Name: curl
|
|
-Version: 7.19.6
|
|
+Version: 7.20.1
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: MIT/X
|
|
License: MIT/X
|
|
Group: Applications/Internet
|
|
Group: Applications/Internet
|
|
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
|
|
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
|
|
URL: http://curl.haxx.se/
|
|
URL: http://curl.haxx.se/
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
+BuildRequires: openssl-devel libidn-devel zlib-devel
|
|
|
|
+BuildRequires: openldap-devel gnutls-devel
|
|
Requires: openssl libidn zlib
|
|
Requires: openssl libidn zlib
|
|
-BuildRequires: openssl-devel, libidn-devel, zlib-devel
|
|
|
|
-BuildRequires: openldap-devel
|
|
|
|
|
|
|
|
%description
|
|
%description
|
|
cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, and
|
|
cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, and
|
|
@@ -23,10 +23,10 @@ offers many useful capabilities, like proxy support, user
|
|
authentication, FTP upload, HTTP post, and file transfer resume.
|
|
authentication, FTP upload, HTTP post, and file transfer resume.
|
|
|
|
|
|
%package devel
|
|
%package devel
|
|
|
|
+Summary: Files needed for building applications with libcurl.
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: openssl-devel libidn-devel zlib-devel
|
|
Requires: openssl-devel libidn-devel zlib-devel
|
|
-Summary: Files needed for building applications with libcurl.
|
|
|
|
|
|
|
|
%description devel
|
|
%description devel
|
|
cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, and
|
|
cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, and
|
|
@@ -65,7 +65,7 @@ use cURL's capabilities internally.
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure --with-ssl=%{_prefix} --enable-ipv6 --disable-static
|
|
+%configure --with-ssl=%{_prefix} --with-gnutls --with-libidn --enable-ipv6 --disable-static
|
|
%ifarch alpha
|
|
%ifarch alpha
|
|
make %{?_smp_mflags} CFLAGS=""
|
|
make %{?_smp_mflags} CFLAGS=""
|
|
%else
|
|
%else
|
|
@@ -119,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Apr 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 7.20.1-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Thu Aug 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.19.6-1
|
|
* Thu Aug 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 7.19.6-1
|
|
- new upstream release with security fix
|
|
- new upstream release with security fix
|
|
|
|
|