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