]> git.pld-linux.org Git - packages/clusterit.git/blobdiff - clusterit.spec
- updated to 2.5
[packages/clusterit.git] / clusterit.spec
index f21bce472e7a9a7aa7cb9fc2b275ec324481dc20..8482b7d1198c7ac654c2781202aeb7d9bbba8165 100644 (file)
@@ -1,13 +1,14 @@
 Summary:       Collection of clustering tools
 Summary:       Collection of clustering tools
-Summary(pl):   Kolekcja narzêdzi pomocnych przy tworzniu klastrów
+Summary(pl.UTF-8):     Kolekcja narzędzi pomocnych przy tworzeniu klastrów
 Name:          clusterit
 Name:          clusterit
-Version:       2.3
+Version:       2.5
 Release:       1
 License:       GPL v2
 Release:       1
 License:       GPL v2
-Group:         Development
+Group:         Applications/Shells
 Source0:       http://www.garbled.net/download/%{name}-%{version}.tar.gz
 Source0:       http://www.garbled.net/download/%{name}-%{version}.tar.gz
-# Source0-md5: f044f524d93b8644183b3847ca9a0752
+# Source0-md5: f0e772e07122e388de629fb57f7237ab
 URL:           http://www.garbled.net/clusterit.html
 URL:           http://www.garbled.net/clusterit.html
+BuildRequires: ncurses-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -19,13 +20,23 @@ 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.
 
 scheduling facilities for performing parallel compiling. It also has
 programs to allow barrier syncing in shell scripts.
 
+%description -l pl.UTF-8
+ClusterIt to zbiór oprogramowania umożliwiającego łatwe zarządzanie
+dużymi grupami maszyn. Nie dostarcza środowiska do programowania
+równoległego, lecz ma służyć do zarządzania takowym albo po prostu do
+zarządzania dużymi farmami serwerów. Ma takie cechy jak równoległe
+rsh, równoległe kopiowanie, równoległe wirtualne xterminale (xtermy)
+oraz ułatwienia do szeregowania zadań w celu przeprowadzania
+równoległej kompilacji. Ma także programy umożliwiające synchronizację
+w skryptach powłoki.
+
 %prep
 %setup -q
 
 %build
 %configure
 %{__make} \
 %prep
 %setup -q
 
 %build
 %configure
 %{__make} \
-       CFLAGS="%{rpmcflags}"
+       CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -40,4 +51,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc CHANGES README README-DVT TODO
 %attr(755,root,root) %{_bindir}/*
 %defattr(644,root,root,755)
 %doc CHANGES README README-DVT TODO
 %attr(755,root,root) %{_bindir}/*
-%{_mandir}/*
+%{_mandir}/man*/*
This page took 0.088496 seconds and 4 git commands to generate.