Пакет rssh: Specfile

Name: rssh
Version: 2.3.2
Release: alt0.1

Summary: Restricted shell for scp or sftp

License: BSD
Group: Shells
Url: http://www.pizzashack.org/rssh/

Packager: Vitaly Lipatov <lav@altlinux.ru>

Source: http://dl.sf.net/rssh/%name-%version.tar.bz2

# Automatically added by buildreq on Tue Dec 20 2005
BuildRequires: openssh-clients cvs openssh-server rsync

%description
rssh is a restricted shell for use with ssh, which allows the system
administrator to restrict a user's access to a system via scp or sftp, or
both.

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall

%files
%doc AUTHORS ChangeLog CHROOT COPYING README SECURITY TODO conf_convert.sh mkchroot.sh
%_bindir/rssh
%attr(4711, root, root) %_libexecdir/rssh_chroot_helper
%_man1dir/*
%_man5dir/*
%config(noreplace) %_sysconfdir/rssh.conf


%changelog
* Sat Jan 07 2006 Vitaly Lipatov <lav@altlinux.ru> 2.3.2-alt0.1
- new version
- add Packager, some fixes in files section

* Tue Dec 20 2005 Vitaly Lipatov <lav@altlinux.ru> 2.3.0-alt0.1
- initial build for ALT Linux Sisyphus