[packages/stress] Rel 3
arekm
arekm at pld-linux.org
Mon Mar 9 17:13:42 CET 2026
commit 8e5953d3aa9af6f6e594a376e3832a53125d4c78
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Mar 9 17:13:29 2026 +0100
Rel 3
stress-texinfo.patch | 46 ++++++++++++++++++++++++++++++++++++++++++++++
stress.spec | 4 +++-
2 files changed, 49 insertions(+), 1 deletion(-)
---
diff --git a/stress.spec b/stress.spec
index e9c659d..9879817 100644
--- a/stress.spec
+++ b/stress.spec
@@ -2,12 +2,13 @@ Summary: A tool which imposes a configurable amount of load on your system
Summary(pl.UTF-8): Narzędzie powodujące konfigurowalne obciążenie systemu
Name: stress
Version: 1.0.4
-Release: 2
+Release: 3
License: GPL v3+
Group: Applications
Source0: http://weather.ou.edu/~apw/projects/stress/%{name}-%{version}.tar.gz
# Source0-md5: a607afa695a511765b40993a64c6e2f4
Patch0: %{name}-info.patch
+Patch1: %{name}-texinfo.patch
URL: http://weather.ou.edu/~apw/projects/stress/
BuildRequires: texinfo
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -41,6 +42,7 @@ objawiają) przy bardzo obciążonym systemie.
%prep
%setup -q
%patch -P0 -p1
+%patch -P1 -p1
%build
%configure
diff --git a/stress-texinfo.patch b/stress-texinfo.patch
new file mode 100644
index 0000000..e5a9ad6
--- /dev/null
+++ b/stress-texinfo.patch
@@ -0,0 +1,46 @@
+--- stress-1.0.4/doc/stress.texi.orig 2014-12-20 19:15:11.000000000 +0100
++++ stress-1.0.4/doc/stress.texi 2014-12-20 19:15:11.000000000 +0100
+@@ -65,7 +65,7 @@
+ @itemx --help
+ Show help information.
+
+- at itemx --version
++ at item --version
+ Show version information.
+
+ @item -v
+@@ -84,7 +84,7 @@
+ @itemx --timeout @var{secs}
+ Time out after @var{secs} seconds.
+
+- at itemx --backoff @var{usecs}
++ at item --backoff @var{usecs}
+ Wait for factor of @var{usecs} microseconds before starting work.
+
+ @item -c @var{forks}
+@@ -99,10 +99,10 @@
+ @itemx --vm @var{forks}
+ Spawn @var{forks} processes each spinning on @samp{malloc()}.
+
+- at itemx --vm-bytes @var{bytes}
++ at item --vm-bytes @var{bytes}
+ Allocate @var{bytes} number of bytes. The default is 1.
+
+- at itemx --vm-hang
++ at item --vm-hang
+ Instruct each vm hog process to go to sleep after allocating memory. This
+ contrasts with their normal behavior, which is to free the memory and
+ reallocate @emph{ad infinitum}. This is useful for simulating low memory
+@@ -117,10 +117,10 @@
+ @itemx --hdd @var{forks}
+ Spawn @var{forks} processes each spinning on @samp{write()}.
+
+- at itemx --hdd-bytes @var{bytes}
++ at item --hdd-bytes @var{bytes}
+ Write @var{bytes} number of bytes. The default is 1GB.
+
+- at itemx --hdd-noclean
++ at item --hdd-noclean
+ Do not unlink file(s) to which random ASCII data is written.
+
+ @end table
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/stress.git/commitdiff/8e5953d3aa9af6f6e594a376e3832a53125d4c78
More information about the pld-cvs-commit
mailing list