- update description to contain complete supported servers list (#393861)

This commit is contained in:
Jindrich Novy 2007-11-21 12:34:54 +00:00
parent c9238ef4e7
commit a97c61d258

View File

@ -4,7 +4,7 @@
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)
Name: curl Name: curl
Version: 7.17.1 Version: 7.17.1
Release: 1%{?dist} Release: 2%{?dist}
License: MIT License: MIT
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
@ -18,12 +18,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool, pkgconfig, libidn-devel, zlib-devel BuildRequires: libtool, pkgconfig, libidn-devel, zlib-devel
BuildRequires: nss-devel >= 3.11.7-7 BuildRequires: nss-devel >= 3.11.7-7
%description %description
cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, and cURL is a tool for getting files from FTP, FTPS, HTTP, HTTPS, SFTP,
Dict servers, using any of the supported protocols. cURL is designed TFTP, TELNET, DICT and FILE servers, using any of the supported
to work without user interaction or any kind of interactivity. cURL protocols. cURL is designed to work without user interaction or any kind
offers many useful capabilities, like proxy support, user of interactivity. cURL offers many useful capabilities, like proxy
authentication, FTP upload, HTTP post, and file transfer resume. support, user authentication, FTP upload, HTTP post, and file transfer
resume.
%package -n libcurl %package -n libcurl
Summary: A library for getting files from web servers Summary: A library for getting files from web servers
@ -114,6 +115,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/aclocal/libcurl.m4 %{_datadir}/aclocal/libcurl.m4
%changelog %changelog
* Wed Nov 21 2007 Jindrich Novy <jnovy@redhat.com> 7.17.1-2
- update description to contain complete supported servers list (#393861)
* Sat Nov 17 2007 Jindrich Novy <jnovy@redhat.com> 7.17.1-1 * Sat Nov 17 2007 Jindrich Novy <jnovy@redhat.com> 7.17.1-1
- update to curl 7.17.1 - update to curl 7.17.1
- include patch to enable SSL usage in NSS when a socket is opened - include patch to enable SSL usage in NSS when a socket is opened