]> git.pld-linux.org Git - packages/clusterit.git/blob - clusterit.spec
- init
[packages/clusterit.git] / clusterit.spec
1 Summary:        Collection of clustering tools
2 Summary(pl):    Kolekcja narzêdzi pomocnych przy tworzniu klastrów
3 Name:           clusterit
4 Version:        2.3
5 Release:        1
6 License:        GPL v2
7 Group:          Development
8 Source0:        http://www.garbled.net/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  f044f524d93b8644183b3847ca9a0752
10 URL:            http://www.garbled.net/clusterit.html
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 ClusterIt is a suite of software to allow easy maintenance of large
15 groups of machines. It does not provide a parallel programing
16 environment, but is meant to be utilized in managing one, or simply to
17 manage massive server farms. It includes such features as parallel
18 rsh, parallel copy, parallel virtual xterminals (xterms), and job
19 scheduling facilities for performing parallel compiling. It also has
20 programs to allow barrier syncing in shell scripts.
21
22 %prep
23 %setup -q
24
25 %build
26 %configure
27 %{__make} \
28         CFLAGS="%{rpmcflags}"
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install \
34         DESTDIR=$RPM_BUILD_ROOT
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc CHANGES README README-DVT TODO
42 %attr(755,root,root) %{_bindir}/*
43 %{_mandir}/*
This page took 0.070939 seconds and 3 git commands to generate.