]> git.pld-linux.org Git - packages/vsftpd.git/commitdiff
- merge translations from Conectiva and adapterize spec file. vsftpd-1_0_1-2
authorkloczek <kloczek@pld-linux.org>
Wed, 5 Jun 2002 18:41:07 +0000 (18:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vsftpd.spec -> 1.2

vsftpd.spec

index 7f6bb5cf498d8af664ba590dc2d724524bc69ac7..16ea46eca8368acede6d8c1ab37f39273ec868ad 100644 (file)
@@ -1,5 +1,6 @@
 Summary:       vsftpd - Very Secure FTP Daemon
 Summary(pl):   Bardzo Bezpieczny Demon FTP
+Summary(pt_BR):        vsftpd - Daemon Ftp Muito Seguro
 Name:          vsftpd
 Version:       1.0.1
 Release:       2
@@ -10,9 +11,9 @@ Source1:      %{name}.inetd
 Source2:       %{name}.pamd
 Source3:       %{name}-ftpusers
 URL:           http://vsftpd.beasts.org/
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 PreReq:                rc-inetd
 Provides:      ftpserver
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     ftpserver
 Obsoletes:     anonftp
 Obsoletes:     bftpd
@@ -36,6 +37,10 @@ Security Audit Team" Evans.
 Bardzo Bezpieczny Demon FTP - napisany od zera przez Chrisa "One Man
 Security Audit Team" Evansa.
 
+%description -l pt_BR
+A Very Secure FTP Daemon (vsftpd) - escrito do zero - por Chris "One
+Man Security Audit Team" Evans.
+
 %prep
 %setup -q -n %{name}-%{version}
 
@@ -59,7 +64,7 @@ install RedHat/vsftpd.log $RPM_BUILD_ROOT/etc/logrotate.d/vsftpd
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/vsftpd
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/pam.d/ftp
-install %{SOURCE3} $RPM_BUILD_ROOT/etc/ftpd/ftpusers
+install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/ftpd/ftpusers
 
 > $RPM_BUILD_ROOT/var/log/vsftpd.log
 
@@ -87,7 +92,7 @@ fi
 %attr(755,root,root) %{_sbindir}/vsftpd
 %dir %{_datadir}/empty
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/vsftpd.conf
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/ftpd/ftpusers
+%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/ftpd/ftpusers
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/rc-inetd/vsftpd
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/pam.d/ftp
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/logrotate.d/vsftpd
This page took 0.044792 seconds and 4 git commands to generate.