]> git.pld-linux.org Git - packages/curl.git/blame - curl.spec
- changed all BuildRoot definitons
[packages/curl.git] / curl.spec
CommitLineData
f7f276d9 1Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
5767e1a7 2Name: curl
6e532904 3Version: 6.5.2
5767e1a7 4Release: 1
6e532904 5License: MPL
5767e1a7 6Vendor: Daniel Stenberg <Daniel.Stenberg@sth.frontec.se>
7Group: Applications/Networking
8Group(pl): Aplikacje/Sieciowe
9Source: http://curl.haxx.nu/stuff/%{name}-%{version}.tar.gz
10URL: http://curl.haxx.nu/
11BuildRequires: openssl-devel
3f634d52 12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
81714278 13
14%description
5767e1a7 15cURL is a tool for getting files with URL syntax, supporting FTP, HTTP,
16HTTPS, GOPHER, TELNET, DICT, FILE and LDAP. cURL supports HTTP POST, HTTP
17PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password
18authentication and a busload of other useful tricks. The main use for curl
19is when you want to get or send files automatically to or from a site using
20one of the supported protocols.
21
22cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, and Dict
23servers, using any of the supported protocols. cURL is designed to work
24without user interaction or any kind of interactivity. cURL offers many
25useful capabilities, like proxy support, user authentication, FTP upload,
26HTTP post, and file transfer resume. Note that while cURL also supports the
27SSL protocol, this version is compiled without SSL (https:) support.
81714278 28
b73e2a73 29%description -l pl
30