mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 18:03:23 +00:00
New for series 3 - first commited cut
This commit is contained in:
parent
396c913fb2
commit
0a17f03531
1 changed files with 44 additions and 0 deletions
44
clusterssh/clusterssh.spec
Normal file
44
clusterssh/clusterssh.spec
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
Name: clusterssh
|
||||||
|
Version: 3.4
|
||||||
|
Release: 3
|
||||||
|
Summary: Secure concurrent multi-server terminal control
|
||||||
|
|
||||||
|
Group: Applications/Productivity
|
||||||
|
License: GPL
|
||||||
|
URL: http://clusterssh.sourceforge.net
|
||||||
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
|
%description
|
||||||
|
Control multiple terminals open on different servers to perform administration
|
||||||
|
tasks.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf %{buildroot}
|
||||||
|
make install DESTDIR=%{buildroot}
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/cssh
|
||||||
|
%{_mandir}/man1/cssh.1.gz
|
||||||
|
|
||||||
|
%doc COPYING AUTHORS README NEWS ChangeLog
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
|
||||||
|
* Mon Apr 25 2005 Duncan Ferguson <duncan_ferguson@users.sf.net> - 3.0-4
|
||||||
|
- Created initial spec file for building the RPM
|
||||||
|
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
Loading…
Add table
Add a link
Reference in a new issue