X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=curl.spec;h=16e88b720374c306729674b9097255b351b749ca;hb=3dcae44eae4dcf8a8113e9a8b4eb6ff427de3aa3;hp=e2e835644a78bc236a93c6c47f61663a5ec01863;hpb=b9d1ab2d922cf900ee2d7f3ee822780ecce16508;p=packages%2Fcurl.git diff --git a/curl.spec b/curl.spec index e2e8356..16e88b7 100644 --- a/curl.spec +++ b/curl.spec @@ -1,10 +1,19 @@ # # Conditional build: -%bcond_with ares # with c-ares (asynchronous DNS operations) library (disables IPv6) %bcond_without ssh # without SSH support %bcond_without ssl # without SSL support -%bcond_without kerberos5 # without MIT Kerberos 5 support -# +%bcond_without kerberos5 # without Heimdal Kerberos 5 support +%bcond_without ldap # without LDAP support +%if "%{pld_release}" != "ac" +%bcond_without ares # with c-ares (asynchronous DNS operations) library +%bcond_with gnutls # use GnuTLS instead of OpenSSL +%bcond_without rtmp # without Real Time Media Protocol +%else +%bcond_with ares # with c-ares (asynchronous DNS operations) library +%bcond_with gnutls # use GnuTLS instead of OpenSSL +%bcond_with rtmp # without Real Time Media Protocol +%endif + Summary: A utility for getting files from remote servers (FTP, HTTP, and others) Summary(es.UTF-8): Un cliente para bajar archivos de servidores (FTP, HTTP, y otros) Summary(pl.UTF-8): Narzędzie do ściągania plików z serwerów (FTP, HTTP i innych) @@ -12,29 +21,40 @@ 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: 7.17.1 +Version: 7.31.0 Release: 1 License: MIT-like Group: Applications/Networking -Source0: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2 -# Source0-md5: 1fa635d1dfde8337c98c82749d75c1de -Patch0: %{name}-no_strip.patch -Patch1: %{name}-ac.patch -Patch2: %{name}-pc.patch +Source0: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma +# Source0-md5: 996c1a5004d96cb4baa3f4e1985058b8 +Patch0: %{name}-ac.patch +Patch1: %{name}-krb5flags.patch URL: http://curl.haxx.se/ BuildRequires: autoconf >= 2.57 BuildRequires: automake -%{?with_ares:BuildRequires: c-ares-devel} -%{?with_kerberos5:BuildRequires: krb5-devel} +%{?with_ares:BuildRequires: c-ares-devel >= 1.7.0} +%{?with_kerberos5:BuildRequires: heimdal-devel} BuildRequires: libidn-devel >= 0.4.1 -%{?with_ssh:BuildRequires: libssh2-devel >= 0.16} +%{?with_rtmp:BuildRequires: librtmp-devel} +%{?with_ssh:BuildRequires: libssh2-devel >= 1.2.8} BuildRequires: libtool -%{?with_ssl:BuildRequires: openssl-devel >= 0.9.7d} +BuildRequires: nettle-devel +%{?with_ldap:BuildRequires: openldap-devel} +BuildRequires: pkgconfig +BuildRequires: rpm >= 4.4.9-56 +BuildRequires: rpmbuild(macros) >= 1.453 +%if %{with ssl} +%if %{with gnutls} +BuildRequires: gnutls-devel +%else +BuildRequires: openssl-devel >= 0.9.7d +%endif +%endif +BuildRequires: tar >= 1:1.22 BuildRequires: zlib-devel Requires: %{name}-libs = %{version}-%{release} Requires: libidn >= 0.4.1 -%{?with_ssh:Requires: libssh2 >= 0.16} -Requires: openssl-tools >= 0.9.7d +%{?with_ssh:Requires: libssh2 >= 1.2.8} Obsoletes: libcurl2 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -91,6 +111,9 @@ curl п╕дтриму╓ багато корисних можливостей, Summary: curl library Summary(pl.UTF-8): Biblioteka curl Group: Libraries +%{?with_ares:Requires: c-ares >= 1.7.0} +Suggests: ca-certificates +Conflicts: ca-certificates < 20080809-4 %description libs curl library. @@ -107,10 +130,18 @@ Summary(uk.UTF-8): Файли для розробки з використанн Group: Development/Libraries Requires: %{name}-libs = %{version}-%{release} %{?with_ares:Requires: c-ares-devel} -%{?with_kerberos5:Requires: krb5-devel} +%{?with_kerberos5:Requires: heimdal-devel} Requires: libidn-devel >= 0.4.1 -%{?with_ssh:Requires: libssh2-devel >= 0.16} -%{?with_ssl:Requires: openssl-devel >= 0.9.7c} +%{?with_rtmp:Requires: librtmp-devel} +%{?with_ssh:Requires: libssh2-devel >= 1.2.8} +%{?with_ldap:Requires: openldap-devel} +%if %{with ssl} +%if %{with gnutls} +Requires: gnutls-devel +%else +Requires: openssl-devel >= 0.9.7c +%endif +%endif Requires: zlib-devel Obsoletes: libcurl2-devel @@ -161,21 +192,31 @@ Bibliotecas estáticas para desenvolvimento com o curl. %setup -q %patch0 -p1 %patch1 -p1 -%patch2 -p1 + +%{__rm} -v m4/lt*.m4 m4/libtool.m4 %build %{__libtoolize} -%{__aclocal} +%{__aclocal} -I m4 %{__autoconf} %{__autoheader} %{__automake} %configure \ ac_cv_header_gss_h=no \ - %{?with_ssl:--with-ssl=%{_prefix}} \ - %{?with_ssl:--with-ca-bundle=/usr/share/ssl/ca-bundle.crt} \ +%if %{with ssl} + --with-ca-bundle=/etc/certs/ca-certificates.crt \ +%if %{with gnutls} + --with-gnutls --without-ssl \ +%else + --with-ssl=%{_prefix} \ +%endif +%endif %{?with_kerberos5:--with-gssapi=%{_prefix}} \ - %{?with_ares:--enable-ares=%{_prefix}} \ - --%{?with_ares:dis}%{!?with_ares:en}able-ipv6 + %{?with_rtmp:--with-librtmp} \ + %{?with_ares:--enable-ares} \ + %{?with_ldap:--enable-ldaps} \ + %{!?with_ldap:--disable-ldap} \ + --enable-ipv6 %{__make} @@ -185,6 +226,10 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +# no longer in upstream but a lot of apps tries to include it so we create fake one +[ -e $RPM_BUILD_ROOT%{_includedir}/curl/types.h ] && exit 1 +echo '#warning curl/types.h IS OBSOLETE FROM 2004. STOP USING IT' > $RPM_BUILD_ROOT%{_includedir}/curl/types.h + %clean rm -rf $RPM_BUILD_ROOT @@ -200,6 +245,7 @@ rm -rf $RPM_BUILD_ROOT %files libs %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libcurl.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libcurl.so.4 %files devel %defattr(644,root,root,755) @@ -210,7 +256,8 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/curl %{_pkgconfigdir}/libcurl.pc %{_mandir}/man1/curl-config.1* -%{_mandir}/man3/*curl*.3* +%{_mandir}/man3/curl_*.3* +%{_mandir}/man3/libcurl*.3* %files static %defattr(644,root,root,755)