|
|
|
@ -41,7 +41,7 @@ Version: 1.2.4
|
|
|
|
|
Release: 20020312 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: ftp://ftp.proftpd.net/distrib/proftpd-%{version}.tar.bz2 |
|
|
|
|
Source0: ftp://ftp.proftpd.net/distrib/source/proftpd-%{version}.tar.bz2 |
|
|
|
|
Source1: proftpd.conf |
|
|
|
|
Source2: proftpd.msg.goaway |
|
|
|
|
Source3: proftpd.msg.login |
|
|
|
@ -91,6 +91,10 @@ AutoReqProv: no
|
|
|
|
|
# configure the ProFTPd source tree |
|
|
|
|
CC="%{l_cc}" \ |
|
|
|
|
CFLAGS="%{l_cflags -O}" \ |
|
|
|
|
%if "%{with_pam}" == "yes" |
|
|
|
|
CPPFLAGS="-I`%{l_prefix}/etc/rc --query pam_incdir`" \ |
|
|
|
|
LDFLAGS="-L`%{l_prefix}/etc/rc --query pam_libdir`" \ |
|
|
|
|
%endif |
|
|
|
|
./configure \ |
|
|
|
|
--prefix=%{l_prefix} \ |
|
|
|
|
--sysconfdir=%{l_prefix}/etc/proftpd \ |
|
|
|
|