SPECS: startpar.spec (NEW) - new from suse

glen glen at pld-linux.org
Wed Oct 31 23:59:04 CET 2007


Author: glen                         Date: Wed Oct 31 22:59:04 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new from suse

---- Files affected:
SPECS:
   startpar.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/startpar.spec
diff -u /dev/null SPECS/startpar.spec:1.1
--- /dev/null	Wed Oct 31 23:59:04 2007
+++ SPECS/startpar.spec	Wed Oct 31 23:58:58 2007
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+Summary:	Start runlevel scripts in parallel
+Name:		startpar
+Version:	0.50
+Release:	0.1
+License:	GPL v2+
+Group:		Applications/System
+Source0:	%{name}-%{version}.tar.bz2
+# Source0-md5:	52440e5d7cb9b2b14effafebf1361621
+Patch0:		%{name}-suse.patch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_exec_prefix	/
+
+%description
+startpar is used to run multiple run-level scripts in parallel. The
+degree of parallelism on one CPU can be set with the -p option, the
+default is full parallelism. An argument to all of the scripts can be
+provided with the -a option. Processes block by pending I/O will
+weighting by the factor 800. To change this factor the option -i can
+be used to specify an other value.
+
+%prep
+%setup -q
+%patch0 -p0
+
+%build
+%{__make} \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_sbindir}/startpar
+%{_mandir}/man8/startpar.8*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/10/31 22:58:58  glen
+- new from suse
+
================================================================


More information about the pld-cvs-commit mailing list