]> git.pld-linux.org Git - packages/lftp.git/blame - lftp.spec
- po patch outdated
[packages/lftp.git] / lftp.spec
CommitLineData
4f313d5c
ER
1# TODO
2# - package itself defaults to GNUTLS (prefferring over openssl) should we too?
3# - rename ssl bcond to openssl?
2a0dc3cc 4#
5# Conditional build:
4f313d5c
ER
6%bcond_without ssl # do not use SSL
7%bcond_with gnutls # use gnutls
2a0dc3cc 8#
4f313d5c
ER
9%if %{with gnutls} && %{with ssl}
10# NOTE: the undefine somewhy doesn't work
11%undefine ssl
12%{warn:WARNING: disabling ssl bcond, as can't do both gnutls and ssl bconds}
13%endif
aa601f68 14Summary: Sophisticated command line FTP/HTTP client
15