1 Star 0 Fork 0

sx_5431/autossh

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
autossh.spec 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
Johan Burati 提交于 2010-04-22 14:31 . Initial commmit
Summary: Automatically restart SSH sessions and tunnels
Name: autossh
Version: 1.4b
Release: 1
License: Distributable
Group: Applications/Networking
Vendor: Carson Harding <[email protected]>
URL: http://www.harding.motd.ca/autossh/
Source0: %{name}-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%description
autossh is a program to start a copy of ssh and monitor it, restarting
it as necessary should it die or stop passing traffic.
%prep
%setup -q
%build
%configure
%{__make}
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
install autossh $RPM_BUILD_ROOT%{_bindir}
install autossh.1 $RPM_BUILD_ROOT%{_mandir}/man1
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc README CHANGES autossh.host rscreen
%attr(755,root,root) %{_bindir}/*
%{_mandir}/man1/*
%changelog
* Fri Mar 28 2008 Carson Harding <[email protected]>
- update to 1.4b
* Sat May 20 2006 Carson Harding <[email protected]>
- update to 1.4 and use autoconf
* Wed Feb 02 2005 Carson Harding <[email protected]>
- very minor changes to spec file
* Thu Oct 21 2004 Ron Yorston <[email protected]> 1.3-1
- Original version
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sx_543100/autossh.git
[email protected]:sx_543100/autossh.git
sx_543100
autossh
autossh
master

搜索帮助