]> git.pld-linux.org Git - packages/curl.git/blame - curl.spec
- updated to 7.17.0
[packages/curl.git] / curl.spec
CommitLineData
195ea5a8
JB
1#
2# Conditional build:
120855f9
JB
3%bcond_with ares # with c-ares (asynchronous DNS operations) library (disables IPv6)
4%bcond_without ssh # without SSH support
5%bcond_without ssl # without SSL support
7d46ac1d 6%bcond_without kerberos5 # without MIT Kerberos 5 support
195ea5a8 7#
f7f276d9 8Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
ce380d80
ER
9Summary(es.UTF-8): Un cliente para bajar archivos de servidores (FTP, HTTP, y otros)
10Summary(pl.UTF-8): Narzędzie do ściągania plików z serwerów (FTP, HTTP i innych)
11Summary(pt_BR.UTF-8): Busca URL (suporta FTP, TELNET, LDAP, GOPHER, DICT, HTTP e HTTPS)
12Summary(ru.UTF-8): Утилита для получения файлов с серверов FTP, HTTP и других
13Summary(uk.UTF-8): Утиліта для отримання файлів з серверів FTP, HTTP та інших
5767e1a7 14Name: curl
78675a4d
AG
15Version: 7.17.0
16Release: 1
c091c0ac 17License: MIT-like
5767e1a7 18Group: Applications/Networking
195ea5a8 19Source0: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
78675a4d 20# Source0-md5: b529a8d2778c8ad09c33d9bbddee7e44
88a42c9f 21Patch0: %{name}-no_strip.patch
d4dc980e 22Patch1: %{name}-ac.patch
bb86f73b 23Patch2: %{name}-pc.patch
4557544f 24URL: http://curl.haxx.se/
c091c0ac 25BuildRequires: autoconf >= 2.57
66cf63f1 26BuildRequires: automake
4c2a089c 27%{?with_ares:BuildRequires: c-ares-devel}
7d46ac1d 28%{?with_kerberos5:BuildRequires: krb5-devel}
5d94786d 29BuildRequires: libidn-devel >= 0.4.1
78675a4d 30%{?with_ssh:BuildRequires: libssh2-devel >= 0.16}
c091c0ac 31BuildRequires: libtool
c435d762 32%{?with_ssl:BuildRequires: openssl-devel >= 0.9.7d}
6903f0dc 33BuildRequires: zlib-devel
3fb47407 34Requires: %{name}-libs = %{version}-%{release}
5d94786d
ER
35Requires: libidn >= 0.4.1
36Requires: openssl-tools >= 0.9.7d
cfa95fc0 37Obsoletes: libcurl2
8aa4e5ec 38BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
81714278 39
40%description
655b91ad 41cURL is a tool for getting files with URL syntax, supporting FTP,
42HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP. cURL supports HTTP
43POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies,
44cookies, user+password authentication and a busload of other useful
45tricks. The main use for curl is when you want to get or send files
46automatically to or from a site using one of the supported protocols.
47
48cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, and
49Dict servers, using any of the supported protocols. cURL is designed
50to work without user interaction or any kind of interactivity. cURL
51offers many useful capabilities, like proxy support, user
e566d906 52authentication, FTP upload, HTTP post, and file transfer resume.
81714278 53
d63bcf1b
JR
54%description -l pl.UTF-8
55cURL jest narzędziem do ściągania plików o składni URL. Obsługuje FTP,
56HTTP, HTTPS, GOPHER, TELNET, DICT, FILE i LDAP. cURL obsługuje również
57HTTP POST, HTTP PUT, załadowywanie (uploading) FTP, załadowywanie HTTP
655b91ad 58oparte na formularzu, serwery proksy, ciasteczka, autoryzacja
d63bcf1b
JR
59użytkownik/hasło oraz wiele innych użytecznych sztuczek. Curla używa
60się głównie wtedy, kiedy chce się automatycznie ściągnąć lub wysłać
61pliki z/na serwer używając jednego z dostępnych protokołów.
62%{?with_ssl:Ten pakiet obsługuje także SSL.}
1310544e 63
d63bcf1b
JR
64%description -l pt_BR.UTF-8
65Curl é um cliente para baixar/enviar arquivos de/para servidores
66usando um dos protocolos suportados. É projetado para funcionar sem a
67interação do usuário.
1310544e 68
d63bcf1b
JR
69Curl trabalha com proxy, autenticação, FTP put, HTTP post, e pode
70continuar transferências interrompidas, e mais...
1310544e 71
d63bcf1b
JR
72%description -l ru.UTF-8
73curl - это клиент с множеством поддерживаемых протоколов для получения
74файлов с серверов, спроектированный для работы как в неинтерактивном
75режиме, так и с возможностью диалога с пользователем.
f05b825f 76
d63bcf1b
JR
77curl поддерживает много полезных возможностей, среди которых поддержка
78прокси, авторизация пользователя, закачивание по FTP, поддержка HTTP
79POST, восстановление прерванной пересылки и многое другое.
f05b825f 80
d63bcf1b
JR
81curl - це кл╕╓нт з багатьма п╕дтримуваними протоколами для отримання
82файл╕в з сервер╕в, спроектований для роботи як в не╕нтерактивному
83режим╕, так ╕ з можлив╕стю д╕алогу з користувачем.
f05b825f 84
d63bcf1b
JR
85curl п╕дтриму╓ багато корисних можливостей, серед яких п╕дтримка
86прокс╕, авторизац╕я користувача, в╕двантаження по FTP, HTTP POST,
87в╕дновлення перервано╖ пересилки та багато ╕ншого.
f05b825f 88
814b6f7d
JB
89%package libs
90Summary: curl library
ce380d80 91Summary(pl.UTF-8): Biblioteka curl
814b6f7d
JB
92Group: Libraries
93
94%description libs
95curl library.
96
d63bcf1b 97%description libs -l pl.UTF-8
814b6f7d
JB
98Biblioteka curl.
99
1f54b511 100%package devel
101Summary: Header files and development documentation for curl library
ce380d80
ER
102Summary(pl.UTF-8): Pliki nagłówkowe i dokumentacja do biblioteki curl
103Summary(pt_BR.UTF-8): Arquivos de cabeçalho e bibliotecas de desenvolvimento
104Summary(ru.UTF-8): Файлы для разработки с использованием библиотеки curl
105Summary(uk.UTF-8): Файли для розробки з використанням бібліотеки curl
1f54b511 106Group: Development/Libraries
3fb47407 107Requires: %{name}-libs = %{version}-%{release}
bd2c841c 108%{?with_ares:Requires: c-ares-devel}
7d46ac1d 109%{?with_kerberos5:Requires: krb5-devel}
5d94786d 110Requires: libidn-devel >= 0.4.1
d7200934 111%{?with_ssh:Requires: libssh2-devel}
8aa4e5ec 112%{?with_ssl:Requires: openssl-devel >= 0.9.7c}
5e1699d5 113Requires: zlib-devel
cfa95fc0 114Obsoletes: libcurl2-devel
1f54b511 115
116%description devel
117Header files and development documentation for curl library.
118
d63bcf1b
JR
119%description devel -l pl.UTF-8
120Pliki nagłówkowe i dokumentacja do biblioteki curl.
cec38cdf 121
d63bcf1b
JR
122%description devel -l pt_BR.UTF-8
123Arquivos de cabeçalho e bibliotecas de desenvolvimento.
1310544e 124
d63bcf1b
JR
125%description devel -l ru.UTF-8
126Этот пакет содержит файлы, необходимые для разработки программ с
127использованием библиотеки curl.
f05b825f 128
d63bcf1b
JR
129%description devel -l uk.UTF-8
130Цей пакет містить файли, необхідні для розробки програм з
131використанням бібліотеки curl.
f05b825f 132
1f54b511 133%package static
134Summary: Static version of curl library
ce380d80
ER
135Summary(pl.UTF-8): Statyczna wersja biblioteki curl
136Summary(pt_BR.UTF-8): Bibliotecas estáticas para desenvolvimento com o curl
137Summary(ru.UTF-8): Статические библиотеки для разработки с использованием библиотеки curl
138Summary(uk.UTF-8): Статичні бібліотеки для розробки з використанням бібліотеки curl
1f54b511 139Group: Development/Libraries
6e6a5186 140Requires: %{name}-devel = %{version}-%{release}
1f54b511 141
142%description static
d06d2fe1 143Static version of curl library.
1f54b511 144
d63bcf1b 145%description static -l pl.UTF-8
cec38cdf 146Statyczna wersja biblioteki curl.
b73e2a73 147
d63bcf1b
JR
148%description static -l pt_BR.UTF-8
149Bibliotecas estáticas para desenvolvimento com o curl.
1310544e 150
d63bcf1b
JR
151%description static -l ru.UTF-8
152Этот пакет содержит статическую библиотеку для разработки программ с
153использованием библиотеки curl.
f05b825f 154
d63bcf1b
JR
155%description static -l uk.UTF-8
156Цей пакет містить статичну бібліотеку для розробки програм з
157використанням бібліотеки curl.
f05b825f 158
81714278 159%prep
13caa23a 160%setup -q
b925d2fe 161%patch0 -p1
d4dc980e 162%patch1 -p1
bb86f73b 163%patch2 -p1
81714278 164
165%build
c091c0ac
JB
166%{__libtoolize}
167%{__aclocal}
d4dc980e
AM
168%{__autoconf}
169%{__autoheader}
c091c0ac 170%{__automake}
e566d906 171%configure \
ef822e11 172 ac_cv_header_gss_h=no \
8aa4e5ec 173 %{?with_ssl:--with-ssl=%{_prefix}} \
174 %{?with_ssl:--with-ca-bundle=/usr/share/ssl/ca-bundle.crt} \
7d46ac1d 175 %{?with_kerberos5:--with-gssapi=%{_prefix}} \
4c2a089c
AG
176 %{?with_ares:--enable-ares=%{_prefix}} \
177 --%{?with_ares:dis}%{!?with_ares:en}able-ipv6
a436679a 178
c2167492 179%{__make}
81714278 180
181%install
5767e1a7 182rm -rf $RPM_BUILD_ROOT
e566d906 183
56f17d66
AM
184%{__make} install \
185 DESTDIR=$RPM_BUILD_ROOT
186
81714278 187%clean
188rm -rf $RPM_BUILD_ROOT
81714278 189
3fb47407
ER
190%post libs -p /sbin/ldconfig
191%postun libs -p /sbin/ldconfig
1f54b511 192
81714278 193%files
5767e1a7 194%defattr(644,root,root,755)
c091c0ac
JB
195%doc CHANGES COPYING README docs/{BUGS,FAQ,FEATURES,HISTORY,KNOWN_BUGS,MANUAL,SSLCERTS,THANKS,TODO,TheArtOfHttpScripting}
196%attr(755,root,root) %{_bindir}/curl
c091c0ac 197%{_mandir}/man1/curl.1*
1f54b511 198
814b6f7d
JB
199%files libs
200%defattr(644,root,root,755)
201%attr(755,root,root) %{_libdir}/libcurl.so.*.*.*
202
1f54b511 203%files devel
204%defattr(644,root,root,755)
c091c0ac
JB
205%doc docs/{CONTRIBUTE,INTERNALS,LICENSE-MIXING,RESOURCES}
206%attr(755,root,root) %{_bindir}/curl-config
207%attr(755,root,root) %{_libdir}/libcurl.so
208%{_libdir}/libcurl.la
209%{_includedir}/curl
8ad78925 210%{_pkgconfigdir}/libcurl.pc
c091c0ac
JB
211%{_mandir}/man1/curl-config.1*
212%{_mandir}/man3/*curl*.3*
1f54b511 213
214%files static
215%defattr(644,root,root,755)
c091c0ac 216%{_libdir}/libcurl.a
This page took 0.0811 seconds and 4 git commands to generate.