SPECS: icecream.spec - better description; added icecream-scheduler.init

paszczus paszczus at pld-linux.org
Wed Sep 10 15:30:02 CEST 2008


Author: paszczus                     Date: Wed Sep 10 13:30:02 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- better description; added icecream-scheduler.init

---- Files affected:
SPECS:
   icecream.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/icecream.spec
diff -u SPECS/icecream.spec:1.13 SPECS/icecream.spec:1.14
--- SPECS/icecream.spec:1.13	Tue Sep  9 19:49:03 2008
+++ SPECS/icecream.spec	Wed Sep 10 15:29:57 2008
@@ -10,6 +10,7 @@
 # Source0-md5:	d8f65259ef2f72d36c157b64a2ff11d5
 Source1:	%{name}.sysconfig
 Source2:	%{name}-iceccd.init
+Source3:	%{name}-scheduler.init
 URL:		http://en.opensuse.org/Icecream
 BuildRequires:	autoconf >= 2.53
 BuildRequires:	automake >= 1.6
@@ -27,7 +28,14 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Icecream is the next generation distcc.
+Icecream is a distributed compile system. It allows parallel compiling
+by distributing the compile jobs to several nodes of a compile network
+running the icecc daemon. The icecc scheduler routes the jobs and
+provides status and statistics information to the icecc monitor. Each
+compile node can accept one or more compile jobs depending on the
+number of processors and the settings of the daemon. Link jobs and
+other jobs which cannot be distributed are executed locally on the
+node where the compilation is started.
 
 %description -l pl.UTF-8
 Icecream jest kompilatorem distcc nowej generacji.
@@ -72,6 +80,7 @@
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/sysconfig/icecream
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/iceccd
+install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/icecc-scheduler             
 
 for i in cc gcc c++ g++; do
 	ln -sf %{_bindir}/icecc $RPM_BUILD_ROOT%{_libdir}/icecc/bin/$i
@@ -107,6 +116,7 @@
 %defattr(644,root,root,755)
 %doc NEWS README TODO
 %attr(754,root,root) /etc/rc.d/init.d/iceccd
+%attr(754,root,root) /etc/rc.d/init.d/icecc-scheduler                                       
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/icecream
 %attr(755,root,root) %{_bindir}/icecc
 %attr(755,root,root) %{_sbindir}/iceccd
@@ -134,6 +144,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2008/09/10 13:29:57  paszczus
+- better description; added icecream-scheduler.init
+
 Revision 1.13  2008/09/09 17:49:03  qboosh
 - more BRs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/icecream.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list