SPECS: pconsole.spec (NEW) - new

glen glen at pld-linux.org
Sun Oct 9 02:11:12 CEST 2005


Author: glen                         Date: Sun Oct  9 00:11:12 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   pconsole.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/pconsole.spec
diff -u /dev/null SPECS/pconsole.spec:1.1
--- /dev/null	Sun Oct  9 02:11:12 2005
+++ SPECS/pconsole.spec	Sun Oct  9 02:11:07 2005
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+Summary:	Administrative tool for working with clusters of machines.
+Name:		pconsole
+Version:	1.0
+Release:	0.1
+License:	GPL v2
+Group:		Networking
+Source0:	http://www.xs4all.nl/~walterj/pconsole/%{name}-%{version}.tar.gz
+# Source0-md5:	b0a170284c3272e2e403fc8f2ccfdd53
+URL:		http://www.heiho.net/pconsole/
+BuildRequires:	autoconf
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+pconsole allows you to connect to each node of your cluster
+simultaneously, and you can type your administrative commands in a
+specialized window that 'multiplies' the input to each to the
+connections you have opened.
+
+pconsole is best run from within X Windows, although it is possible to
+employ it without X (in console mode) as well.
+
+You need to install pconsole on only 1 machine in the cluster, this
+would usually be your central administrative node.
+
+%prep
+%setup -q
+
+%build
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+install pconsole pconsole.sh ssh.sh $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README.pconsole
+%attr(755,root,root) %{_bindir}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/10/09 00:11:07  glen
+- new
+
================================================================



More information about the pld-cvs-commit mailing list