From 5ed10e5a6c784f70f963ea6d54416e0e1bd1521e Mon Sep 17 00:00:00 2001 From: spider Date: Wed, 25 May 2005 08:35:47 +0000 Subject: [PATCH] - init - need pl summary Changed files: clusterit.spec -> 1.1 --- clusterit.spec | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 clusterit.spec diff --git a/clusterit.spec b/clusterit.spec new file mode 100644 index 0000000..f21bce4 --- /dev/null +++ b/clusterit.spec @@ -0,0 +1,43 @@ +Summary: Collection of clustering tools +Summary(pl): Kolekcja narzêdzi pomocnych przy tworzniu klastrów +Name: clusterit +Version: 2.3 +Release: 1 +License: GPL v2 +Group: Development +Source0: http://www.garbled.net/download/%{name}-%{version}.tar.gz +# Source0-md5: f044f524d93b8644183b3847ca9a0752 +URL: http://www.garbled.net/clusterit.html +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +ClusterIt is a suite of software to allow easy maintenance of large +groups of machines. It does not provide a parallel programing +environment, but is meant to be utilized in managing one, or simply to +manage massive server farms. It includes such features as parallel +rsh, parallel copy, parallel virtual xterminals (xterms), and job +scheduling facilities for performing parallel compiling. It also has +programs to allow barrier syncing in shell scripts. + +%prep +%setup -q + +%build +%configure +%{__make} \ + CFLAGS="%{rpmcflags}" + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc CHANGES README README-DVT TODO +%attr(755,root,root) %{_bindir}/* +%{_mandir}/* -- 2.44.0