|
|
@@ -38,7 +38,7 @@ Distribution: OpenPKG [BASE]
|
|
|
Group: FTP
|
|
|
License: GPL
|
|
|
Version: 1.2.6
|
|
|
-Release: 20020916
|
|
|
+Release: 20021008
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.proftpd.net/distrib/source/proftpd-%{version}.tar.bz2
|
|
|
@@ -136,10 +136,15 @@ AutoReqProv: no
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/share/proftpd/cfg.html
|
|
|
|
|
|
# extended installation with own stuff
|
|
|
+ l_pam="#"
|
|
|
+%if "%{with_pam}" == "yes"
|
|
|
+ l_pam=""
|
|
|
+%endif
|
|
|
%{l_shtool} install -c -m 644 \
|
|
|
-e 's;@l_prefix@;%{l_prefix};g' \
|
|
|
-e 's;@l_nusr@;%{l_nusr};g' \
|
|
|
-e 's;@l_ngrp@;%{l_ngrp};g' \
|
|
|
+ -e "s;@l_pam@;${l_pam};g" \
|
|
|
%{SOURCE proftpd.conf} $RPM_BUILD_ROOT%{l_prefix}/etc/proftpd/
|
|
|
%{l_shtool} install -c -m 644 \
|
|
|
%{SOURCE proftpd.msg.goaway} \
|