]> git.pld-linux.org Git - packages/curl.git/blame - curl.spec
- up to 7.52.1
[packages/curl.git] / curl.spec
CommitLineData
195ea5a8
JB
1#
2# Conditional build:
358ad66a
JB
3%bcond_without ssh # SSH support
4%bcond_without ssl # SSL support
5%bcond_with gnutls # GnuTLS instead of OpenSSL
6%bcond_without kerberos5 # Heimdal Kerberos 5 support
7%bcond_without ldap # LDAP support
8424568c 8%bcond_without http2 # HTTP/2.0 support (nghttp2 based)
358ad66a 9%bcond_without metalink # metalink support
de17b215 10%if "%{pld_release}" != "ac"
358ad66a
JB
11%bcond_without ares # c-ares (asynchronous DNS operations) library support
12%bcond_without rtmp # Real Time Media Protocol support
de17b215 13%else
358ad66a
JB
14%bcond_with ares # c-ares (asynchronous DNS operations) library support
15%bcond_with rtmp # Real Time Media Protocol support
de17b215
ER
16%endif
17
f7f276d9 18Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
ce380d80
ER
19Summary(es.UTF-8): Un cliente para bajar archivos de servidores (FTP, HTTP, y otros)
20Summary(pl.UTF-8): Narzędzie do ściągania plików z serwerów (FTP, HTTP i innych)
21Summary(pt_BR.UTF-8): Busca URL (suporta FTP, TELNET, LDAP, GOPHER, DICT, HTTP e HTTPS)
22Summary(ru.UTF-8): Утилита для получения файлов с серверов FTP, HTTP и других
23Summary(uk.UTF-8): Утиліта для отримання файлів з серверів FTP, HTTP та інших
5767e1a7 24Name: curl
6c93c04b 25Version: 7.52.1
f319ccdb 26Release: 1
c091c0ac 27License: MIT-like
5767e1a7 28Group: Applications/Networking
fd681ac0 29Source0: https://curl.haxx.se/download/%{name}-%{version}.tar.lzma
6c93c04b 30# Source0-md5: ddbd157359bc8a9174e11b151254b264
d0cec3a8
JB
31Patch0: %{name}-ac.patch
32Patch1: %{name}-krb5flags.patch
4557544f 33URL: http://curl.haxx.se/
c091c0ac 34BuildRequires: autoconf >= 2.57
66cf63f1 35BuildRequires: automake
7c7ffb45 36%{?with_ares:BuildRequires: c-ares-devel >= 1.7.0}
f73c4120 37%{?with_kerberos5:BuildRequires: heimdal-devel}
04f3f89d 38BuildRequires: libidn2-devel
e80259d2
JB
39%{?with_metalink:BuildRequires: libmetalink-devel >= 0.1.0}
40BuildRequires: libpsl-devel
9defadab 41%{?with_rtmp:BuildRequires: librtmp-devel}
b83a223e 42%{?with_ssh:BuildRequires: libssh2-devel >= 1.2.8}
c091c0ac 43BuildRequires: libtool
0f90f9c0 44BuildRequires: nettle-devel
9204ae0d 45%{?with_http2:BuildRequires: nghttp2-devel >= 1.9.0}
588be88f 46%{?with_ldap:BuildRequires: openldap-devel}
c260acfc 47BuildRequires: pkgconfig
de17b215 48BuildRequires: rpm >= 4.4.9-56
838a6eda 49BuildRequires: rpmbuild(macros) >= 1.527
5559a124
AM
50%if %{with ssl}
51%if %{with gnutls}
52BuildRequires: gnutls-devel
53%else
549c5328 54BuildRequires: openssl-devel >= 1.0.1
5559a124
AM
55%endif
56%endif
d04a5e91 57BuildRequires: tar >= 1:1.22
6903f0dc 58BuildRequires: zlib-devel
3fb47407 59Requires: %{name}-libs = %{version}-%{release}
cfa95fc0 60Obsoletes: libcurl2
8aa4e5ec 61BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
81714278 62
63%description
655b91ad 64cURL is a tool for getting files with URL syntax, supporting FTP,
65HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP. cURL supports HTTP
66POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies,
67cookies, user+password authentication and a busload of other useful
68tricks. The main use for curl is when you want to get or send files
69automatically to or from a site using one of the supported protocols.
70
71cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, and
72Dict servers, using any of the supported protocols. cURL is designed
73to work without user interaction or any kind of interactivity. cURL
74offers many useful capabilities, like proxy support, user
e566d906 75authentication, FTP upload, HTTP post, and file transfer resume.
81714278 76
d63bcf1b
JR
77%description -l pl.UTF-8
78cURL jest narzędziem do ściągania plików o składni URL. Obsługuje FTP,
79HTTP, HTTPS, GOPHER, TELNET, DICT, FILE i LDAP. cURL obsługuje również
80HTTP POST, HTTP PUT, załadowywanie (uploading) FTP, załadowywanie HTTP
655b91ad 81oparte na formularzu, serwery proksy, ciasteczka, autoryzacja
d63bcf1b
JR
82użytkownik/hasło oraz wiele innych użytecznych sztuczek. Curla używa
83się głównie wtedy, kiedy chce się automatycznie ściągnąć lub wysłać
84pliki z/na serwer używając jednego z dostępnych protokołów.
85%{?with_ssl:Ten pakiet obsługuje także SSL.}
1310544e 86
d63bcf1b
JR
87%description -l pt_BR.UTF-8
88Curl é um cliente para baixar/enviar arquivos de/para servidores
89usando um dos protocolos suportados. É projetado para funcionar sem a
90interação do usuário.
1310544e 91
d63bcf1b
JR
92Curl trabalha com proxy, autenticação, FTP put, HTTP post, e pode
93continuar transferências interrompidas, e mais...
1310544e 94
d63bcf1b
JR
95%description -l ru.UTF-8
96curl - это клиент с множеством поддерживаемых протоколов для получения
97файлов с серверов, спроектированный для работы как в неинтерактивном
98режиме, так и с возможностью диалога с пользователем.
f05b825f 99
d63bcf1b
JR
100curl поддерживает много полезных возможностей, среди которых поддержка
101прокси, авторизация пользователя, закачивание по FTP, поддержка HTTP
102POST, восстановление прерванной пересылки и многое другое.
f05b825f 103
d63bcf1b
JR
104curl - це кл╕╓нт з багатьма п╕дтримуваними протоколами для отримання
105файл╕в з сервер╕в, спроектований для роботи як в не╕нтерактивному
106режим╕, так ╕ з можлив╕стю д╕алогу з користувачем.
f05b825f 107
d63bcf1b
JR
108curl п╕дтриму╓ багато корисних можливостей, серед яких п╕дтримка
109прокс╕, авторизац╕я користувача, в╕двантаження по FTP, HTTP POST,
110в╕дновлення перервано╖ пересилки та багато ╕ншого.
f05b825f 111
814b6f7d
JB
112%package libs
113Summary: curl library
ce380d80 114Summary(pl.UTF-8): Biblioteka curl
814b6f7d 115Group: Libraries
de17b215 116%{?with_ares:Requires: c-ares >= 1.7.0}
549c5328 117%{?with_ssh:Requires: libssh2 >= 1.2.8}
f2dad801 118%{?with_http2:Requires: nghttp2-libs >= 1.9.0}
fddc44fa 119%if %{with ssl} && %{without gnutls}
549c5328 120Requires: openssl >= 1.0.1
fddc44fa 121%endif
dfeb0d8d
PG
122Suggests: ca-certificates
123Conflicts: ca-certificates < 20080809-4
5edd4666 124Conflicts: mysql-libs < 5.6.30-76.3.3
814b6f7d
JB
125
126%description libs
127curl library.
128
d63bcf1b 129%description libs -l pl.UTF-8
814b6f7d
JB
130Biblioteka curl.
131
1f54b511 132%package devel
133Summary: Header files and development documentation for curl library
ce380d80
ER
134Summary(pl.UTF-8): Pliki nagłówkowe i dokumentacja do biblioteki curl
135Summary(pt_BR.UTF-8): Arquivos de cabeçalho e bibliotecas de desenvolvimento
136Summary(ru.UTF-8): Файлы для разработки с использованием библиотеки curl
137Summary(uk.UTF-8): Файли для розробки з використанням бібліотеки curl
1f54b511 138Group: Development/Libraries
3fb47407 139Requires: %{name}-libs = %{version}-%{release}
bd2c841c 140%{?with_ares:Requires: c-ares-devel}
f73c4120 141%{?with_kerberos5:Requires: heimdal-devel}
04f3f89d 142Requires: libidn2-devel
e80259d2 143Requires: libpsl-devel
70778617 144%{?with_rtmp:Requires: librtmp-devel}
b83a223e 145%{?with_ssh:Requires: libssh2-devel >= 1.2.8}
9204ae0d 146%{?with_http2:Requires: nghttp2-devel >= 1.9.0}
588be88f 147%{?with_ldap:Requires: openldap-devel}
5559a124
AM
148%if %{with ssl}
149%if %{with gnutls}
150Requires: gnutls-devel
151%else
152Requires: openssl-devel >= 0.9.7c
153%endif
154%endif
5e1699d5 155Requires: zlib-devel
cfa95fc0 156Obsoletes: libcurl2-devel
1f54b511 157
158%description devel
159Header files and development documentation for curl library.
160
d63bcf1b
JR
161%description devel -l pl.UTF-8
162Pliki nagłówkowe i dokumentacja do biblioteki curl.
cec38cdf 163
d63bcf1b
JR
164%description devel -l pt_BR.UTF-8
165Arquivos de cabeçalho e bibliotecas de desenvolvimento.
1310544e 166
d63bcf1b
JR
167%description devel -l ru.UTF-8
168Этот пакет содержит файлы, необходимые для разработки программ с
169использованием библиотеки curl.
f05b825f 170
d63bcf1b
JR
171%description devel -l uk.UTF-8
172Цей пакет містить файли, необхідні для розробки програм з
173використанням бібліотеки curl.
f05b825f 174
1f54b511 175%package static
176Summary: Static version of curl library
ce380d80
ER
177Summary(pl.UTF-8): Statyczna wersja biblioteki curl
178Summary(pt_BR.UTF-8): Bibliotecas estáticas para desenvolvimento com o curl
179Summary(ru.UTF-8): Статические библиотеки для разработки с использованием библиотеки curl
180Summary(uk.UTF-8): Статичні бібліотеки для розробки з використанням бібліотеки curl
1f54b511 181Group: Development/Libraries
6e6a5186 182Requires: %{name}-devel = %{version}-%{release}
1f54b511 183
184%description static
d06d2fe1 185Static version of curl library.
1f54b511 186
d63bcf1b 187%description static -l pl.UTF-8
cec38cdf 188Statyczna wersja biblioteki curl.
b73e2a73 189
d63bcf1b
JR
190%description static -l pt_BR.UTF-8
191Bibliotecas estáticas para desenvolvimento com o curl.
1310544e 192
d63bcf1b
JR
193%description static -l ru.UTF-8
194Этот пакет содержит статическую библиотеку для разработки программ с
195использованием библиотеки curl.
f05b825f 196
d63bcf1b
JR
197%description static -l uk.UTF-8
198Цей пакет містить статичну бібліотеку для розробки програм з
199використанням бібліотеки curl.
f05b825f 200
e80259d2
JB
201%package -n zsh-completion-curl
202Summary: ZSH completion for curl command
203Summary(pl.UTF-8): Dopełnianianie parametrów w ZSH dla polecenia curl
204Group: Applications/Shells
205Requires: %{name} = %{version}-%{release}
206Requires: zsh
207
208%description -n zsh-completion-curl
209ZSH completion for curl command.
210
211%description -n zsh-completion-curl -l pl.UTF-8
212Dopełnianianie parametrów w ZSH dla polecenia curl.
213
81714278 214%prep
13caa23a 215%setup -q
d0cec3a8 216%patch0 -p1
d4dc980e 217%patch1 -p1
81714278 218
358ad66a 219%{__rm} m4/lt*.m4 m4/libtool.m4
36cd7270 220
81714278 221%build
c091c0ac 222%{__libtoolize}
03613829 223%{__aclocal} -I m4
d4dc980e
AM
224%{__autoconf}
225%{__autoheader}
c091c0ac 226%{__automake}
e566d906 227%configure \
ef822e11 228 ac_cv_header_gss_h=no \
e80259d2
JB
229 %{__enable_disable ares} \
230 --enable-ipv6 \
231 %{__enable_disable ldap} \
232 %{__enable_disable ldap ldaps} \
233 --disable-silent-rules \
5559a124 234%if %{with ssl}
03613829 235 --with-ca-bundle=/etc/certs/ca-certificates.crt \
5559a124 236%if %{with gnutls}
28c87603 237 --with-gnutls --without-ssl \
5559a124
AM
238%else
239 --with-ssl=%{_prefix} \
240%endif
241%endif
838a6eda
JK
242 %{__with_without kerberos5 gssapi %{_prefix}} \
243 %{__with_without metalink libmetalink} \
244 %{__with_without rtmp librtmp} \
245 %{__with_without http2 nghttp2} \
e80259d2 246 %{__with_without ssh libssh2}
a436679a 247
c2167492 248%{__make}
81714278 249
250%install
5767e1a7 251rm -rf $RPM_BUILD_ROOT
56f17d66
AM
252%{__make} install \
253 DESTDIR=$RPM_BUILD_ROOT
254
4f6d4393
JB
255%{__make} -C scripts install \
256 DESTDIR=$RPM_BUILD_ROOT
257
34ca770a 258# no longer in upstream but a lot of apps tries to include it so we create fake one
925b36ff
AM
259[ -e $RPM_BUILD_ROOT%{_includedir}/curl/types.h ] && exit 1
260echo '#warning curl/types.h IS OBSOLETE FROM 2004. STOP USING IT' > $RPM_BUILD_ROOT%{_includedir}/curl/types.h
34ca770a 261
81714278 262%clean
263rm -rf $RPM_BUILD_ROOT
81714278 264
3fb47407
ER
265%post libs -p /sbin/ldconfig
266%postun libs -p /sbin/ldconfig
1f54b511 267
81714278 268%files
5767e1a7 269%defattr(644,root,root,755)
f319ccdb 270%doc CHANGES COPYING README docs/{BUGS,FAQ,FEATURES,HISTORY.md,KNOWN_BUGS,MANUAL,SSLCERTS.md,THANKS,TODO,TheArtOfHttpScripting}
c091c0ac 271%attr(755,root,root) %{_bindir}/curl
c091c0ac 272%{_mandir}/man1/curl.1*
1f54b511 273
814b6f7d
JB
274%files libs
275%defattr(644,root,root,755)
276%attr(755,root,root) %{_libdir}/libcurl.so.*.*.*
b3964ccb 277%attr(755,root,root) %ghost %{_libdir}/libcurl.so.4
814b6f7d 278
1f54b511 279%files devel
280%defattr(644,root,root,755)
f319ccdb 281%doc docs/{CONTRIBUTE.md,INTERNALS.md,LICENSE-MIXING.md,RESOURCES}
c091c0ac
JB
282%attr(755,root,root) %{_bindir}/curl-config
283%attr(755,root,root) %{_libdir}/libcurl.so
284%{_libdir}/libcurl.la
285%{_includedir}/curl
8ad78925 286%{_pkgconfigdir}/libcurl.pc
1399f3ff 287%{_aclocaldir}/libcurl.m4
c091c0ac 288%{_mandir}/man1/curl-config.1*
b3964ccb
JB
289%{_mandir}/man3/curl_*.3*
290%{_mandir}/man3/libcurl*.3*
0efd10e8 291%{_mandir}/man3/CURLINFO_*.3*
67744768 292%{_mandir}/man3/CURLOPT_*.3*
eb7a78c8 293%{_mandir}/man3/CURLMOPT_*.3*
1f54b511 294
295%files static
296%defattr(644,root,root,755)
c091c0ac 297%{_libdir}/libcurl.a
e80259d2
JB
298
299%files -n zsh-completion-curl
300%defattr(644,root,root,755)
301%{_datadir}/zsh/site-functions/_curl
This page took 0.082942 seconds and 4 git commands to generate.