X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=curl.spec;h=ab7d9f58f30138d20d35477bbc3bf8ed908e5218;hb=38061d228fe354f21914902169ab08fdea1601a4;hp=428dbc03f3dd9a2c72df591944a6c98679054cd4;hpb=5a3e596ff7ac15edb8698f8fd9bbbda51d158da3;p=packages%2Fcurl.git diff --git a/curl.spec b/curl.spec index 428dbc0..ab7d9f5 100644 --- a/curl.spec +++ b/curl.spec @@ -1,6 +1,7 @@ # TODO: ngtpc2/nghttp3 or quiche or msh3 for HTTP3? # # Conditional build: +%bcond_without static_libs # static library %bcond_without ssh # SSH support %bcond_without ssl # SSL support %bcond_with gnutls # GnuTLS instead of OpenSSL @@ -24,12 +25,12 @@ Summary(pt_BR.UTF-8): Busca URL (suporta FTP, TELNET, LDAP, GOPHER, DICT, HTTP e Summary(ru.UTF-8): Утилита для получения файлов с серверов FTP, HTTP и других Summary(uk.UTF-8): Утиліта для отримання файлів з серверів FTP, HTTP та інших Name: curl -Version: 8.3.0 +Version: 8.7.1 Release: 1 License: MIT-like Group: Applications/Networking Source0: https://curl.se/download/%{name}-%{version}.tar.xz -# Source0-md5: 2fc6cf5cefa8b73e3826aa24befdccff +# Source0-md5: f4f37253c5f1ad9ee85fa6215fdfeb42 Patch0: %{name}-ac.patch Patch1: %{name}-krb5flags.patch URL: https://curl.se/ @@ -254,6 +255,7 @@ Dopełnianianie parametrów w ZSH dla polecenia curl. %{__automake} %configure \ ac_cv_header_gss_h=no \ + %{__enable_disable static_libs static} \ %{__enable_disable ares} \ %{__with_without gsasl libgsasl} \ --enable-headers-api \ @@ -273,6 +275,7 @@ Dopełnianianie parametrów w ZSH dla polecenia curl. --without-ssl \ %endif --with-fish-functions-dir=%{fish_compdir} \ + --with-zsh-functions-dir=%{zsh_compdir} \ %{__with_without kerberos5 gssapi %{_prefix}} \ %{__with_without rtmp librtmp} \ %{__with_without http2 nghttp2} \ @@ -331,9 +334,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/CURLMOPT_*.3* %{_mandir}/man3/CURLSHOPT_*.3* +%if %{with static_libs} %files static %defattr(644,root,root,755) %{_libdir}/libcurl.a +%endif %files -n fish-completion-%{name} %defattr(644,root,root,755) @@ -341,4 +346,4 @@ rm -rf $RPM_BUILD_ROOT %files -n zsh-completion-curl %defattr(644,root,root,755) -%{_datadir}/zsh/site-functions/_curl +%{zsh_compdir}/_curl