]> git.pld-linux.org Git - packages/clusterit.git/blob - clusterit.spec
- updated to 2.3.1
[packages/clusterit.git] / clusterit.spec
1 Summary:        Collection of clustering tools
2 Summary(pl):    Kolekcja narzêdzi pomocnych przy tworzeniu klastrów
3 Name:           clusterit
4 Version:        2.3.1
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Shells     
8 Source0:        http://www.garbled.net/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  4edea7bb3f1f2ffd12dcb62b94bd46ba
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 %description -l pl
23 ClusterIt to zbiór oprogramowania umo¿liwiaj±cego ³atwe zarz±dzanie
24 du¿ymi grupami maszyn. Nie dostarcza ¶rodowiska do programowania
25 równoleg³ego, lecz ma s³u¿yæ do zarz±dzania takowym albo po prostu do
26 zarz±dzania du¿ymi farmami serwerów. Ma takie cechy jak równoleg³e
27 rsh, równoleg³e kopiowanie, równoleg³e wirtualne xterminale (xtermy)
28 oraz u³atwienia do szeregowania zadañ w celu przeprowadzania
29 równoleg³ej kompilacji. Ma tak¿e programy umo¿liwiaj±ce synchronizacjê
30 w skryptach pow³oki.
31
32 %prep
33 %setup -q
34
35 %build
36 %configure
37 %{__make} \
38         CFLAGS="%{rpmcflags}"
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc CHANGES README README-DVT TODO
52 %attr(755,root,root) %{_bindir}/*
53 %{_mandir}/man*/*
This page took 0.081804 seconds and 3 git commands to generate.