]> git.pld-linux.org Git - packages/clusterit.git/commitdiff
- init
authorspider <spider@pld-linux.org>
Wed, 25 May 2005 08:35:47 +0000 (08:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- need pl summary

Changed files:
    clusterit.spec -> 1.1

clusterit.spec [new file with mode: 0644]

diff --git a/clusterit.spec b/clusterit.spec
new file mode 100644 (file)
index 0000000..f21bce4
--- /dev/null
@@ -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}/*
This page took 0.108406 seconds and 4 git commands to generate.