Author: sparky Date: Sun Jun 27 15:08:59 2010 GMT Module: packages Tag: HEAD ---- Log message: - enabled rtmp support - release: 2
---- Files affected: packages/curl: curl.spec (1.174 -> 1.175) ---- Diffs: ================================================================ Index: packages/curl/curl.spec diff -u packages/curl/curl.spec:1.174 packages/curl/curl.spec:1.175 --- packages/curl/curl.spec:1.174 Wed Jun 16 23:51:18 2010 +++ packages/curl/curl.spec Sun Jun 27 17:08:54 2010 @@ -8,6 +8,7 @@ %bcond_without ssl # without SSL support %bcond_without gnutls # use GnuTLS instead of OpenSSL %bcond_without kerberos5 # without Heimdal Kerberos 5 support +%bcond_without rtmp # without Real Time Media Protocol # 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) @@ -17,7 +18,7 @@ Summary(uk.UTF-8): Утиліта для отримання файлів з серверів FTP, HTTP та інших Name: curl Version: 7.21.0 -Release: 1 +Release: 2 License: MIT-like Group: Applications/Networking Source0: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma @@ -33,6 +34,7 @@ %{?with_ares:BuildRequires: c-ares-devel} %{?with_kerberos5:BuildRequires: heimdal-devel} BuildRequires: libidn-devel >= 0.4.1 +%{?with_rtmp:BuildRequires: librtmp-devel} %{?with_ssh:BuildRequires: libssh2-devel >= 0.16} BuildRequires: libtool BuildRequires: openldap-devel @@ -205,6 +207,7 @@ %endif %{?with_kerberos5:--with-gssapi=%{_prefix}} \ %{?with_ares:--enable-ares=%{_prefix}} \ + %{?with_rtmp:--with-librtmp=%{_prefix}} \ --enable-ldaps \ --enable-ipv6 @@ -255,6 +258,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.175 2010/06/27 15:08:54 sparky +- enabled rtmp support +- release: 2 + Revision 1.174 2010/06/16 21:51:18 lisu - up to 7.21.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/curl/curl.spec?r1=1.174&r2=1.175&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
