Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > media > contrib-src > by-pkgid > d23f9dd66e14b7a41468d9025b2b7c5b > files > 2

fsh-1.2-2mdk.src.rpm

%define name fsh
%define version 1.2
%define release 2mdk

Summary : A tool for ssh remote execution of commands
Name: %name
Version: %version
Release: %release
License: GPL
URL: http://www.lysator.liu.se/fsh/ 
Group: Networking/Other
Source: %{name}-%{version}.tar.bz2
BuildRoot: %_tmppath/%{name}-buildroot

%description
fsh is a tool for establishing an ssh tunnel for remote execution of commands 
without requiring an ssh authentication on every connection. Once the tunnel 
is established, remote commands can be executed almost instantaneously. 
This makes systems such as remote cvs over ssh much faster.

%prep
rm -rf $RPM_BUILD_ROOT

%setup -q

%build
%configure
%make

%install

%makeinstall

%post
%_install_info %{name}.info

%postun
%_remove_install_info %{name}.info

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-,root,root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README README.DEVO 
%doc RELEASING THANKS TODO
%_bindir/*
%_libdir/*
%_datadir/%{name}/
%{_infodir}/%{name}.info.bz2

%changelog
* Thu Aug 29 2002 Lenny Cartier <lenny@mandrakesoft.com> 1.2-2mdk
- rebuild

* Thu Aug 29 2002  Lenny Cartier <lenny@mandrakesoft.com> 1.2-1mdk
- 1.2

* Tue Jul 10 2001 Lenny Cartier <lenny@mandrakesoft.com> 1.1-3mdk
- rebuild

* Thu May  3 2001 Chmouel Boudjnah <chmouel@mandrakesoft.com> 1.1-2mdk
- Make it works, redo the packaging.

* Mon Dec 11 2000 Lenny Cartier <lenny@mandrakesoft.com> 1.1-1mdk
- new in contribs