File hotssh.spec of Package hotssh
#
# This file comes from Dag Apt Repository, http://dag.wieers.com/apt/
# Original packager: Dag Wieers <dag@wieers.com>
#
Name: hotssh
Version: 0.2
Release: 0
License: GPL (API under X11-style license)
Group: Productivity/File utilities
URL: http://www.gnome.org/projects/hotssh/
Source0: %{name}-%{version}.tar.bz2
Source1: hotssh.desktop
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: python-devel
Requires: python-gtk openssh
Summary: Interface to Secure Shell (SSH) for GNOME and OpenSSH.
%description
HotSSH is an interface to Secure Shell, for GNOME and OpenSSH. It intends to be a better experience than simply invoking "ssh" from an existing terminal window.
* Fast search-based interface for new connections
* Also display and search of local (Avahi) SSH servers
* Tabbed display with automatic session saving (Firefox style)
* Status bar with information like latency to server and output of remote uptime
* Close integration with OpenSSH features like connection sharing (near-instant new tabs)
* NetworkManager integration to easily reconnect after a network change, great for laptops
Authors:
----------
Colin Walters <walters@redhat.com>
%prep
%setup -q
cp %SOURCE1 .
%build
%{__python} setup.py build
%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root="%{buildroot}" --prefix="%{_usr}"
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc MAINTAINERS COPYING
%config %{_sysconfdir}/profile.d/hotssh.csh
%config %{_sysconfdir}/profile.d/hotssh.sh
%{_bindir}/hotssh
%{py_sitedir}/hotssh-*.egg-info
%{py_sitedir}/hotssh/*
%{_datadir}/applications/hotssh.desktop
%{_datadir}/icons/hicolor/24x24/apps/*.png