]> git.pld-linux.org Git - packages/clusterit.git/blob - clusterit.spec
c7fa57bede25c9e1fb3e089bc6c5416310604f4f
[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.4
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:  1401da81bc0b9a0f12a418312168a87f
10 URL:            http://www.garbled.net/clusterit.html
11 BuildRequires:  XFree86-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 ClusterIt is a suite of software to allow easy maintenance of large
16 groups of machines. It does not provide a parallel programing
17 environment, but is meant to be utilized in managing one, or simply to
18 manage massive server farms. It includes such features as parallel
19 rsh, parallel copy, parallel virtual xterminals (xterms), and job
20 scheduling facilities for performing parallel compiling. It also has
21 programs to allow barrier syncing in shell scripts.
22
23 %description -l pl
24 ClusterIt to zbiór oprogramowania umo¿liwiaj±cego ³atwe zarz±dzanie
25 du¿ymi grupami maszyn. Nie dostarcza ¶rodowiska do programowania
26 równoleg³ego, lecz ma s³u¿yæ do zarz±dzania takowym albo po prostu do
27 zarz±dzania du¿ymi farmami serwerów. Ma takie cechy jak równoleg³e
28 rsh, równoleg³e kopiowanie, równoleg³e wirtualne xterminale (xtermy)
29 oraz u³atwienia do szeregowania zadañ w celu przeprowadzania
30 równoleg³ej kompilacji. Ma tak¿e programy umo¿liwiaj±ce synchronizacjê
31 w skryptach pow³oki.
32
33 %prep
34 %setup -q
35
36 %build
37 %configure
38 %{__make} \
39         CFLAGS="%{rpmcflags}"
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc CHANGES README README-DVT TODO
53 %attr(755,root,root) %{_bindir}/*
54 %{_mandir}/man*/*
This page took 0.071796 seconds and 3 git commands to generate.