]> git.pld-linux.org Git - packages/lftp.git/blame_incremental - lftp.spec
- kill Icon: field (support for these is obsolete says jbj)
[packages/lftp.git] / lftp.spec
... / ...
CommitLineData
1# TODO
2# - package itself defaults to GNUTLS (prefferring over openssl) should we too?
3#
4# Conditional build:
5%bcond_without ssl # do not use SSL
6%bcond_with gnutls # use gnutls, otherwise openssl is used when ssl is on
7
8%if %{with ssl}
9%define with_openssl 1
10%endif
11
12%if %{with gnutls} && %{with ssl}
13%undefine with_openssl
14%endif
15
16Summary: Sophisticated command line FTP/HTTP client
17