From 78e41780072e0a95abc584595191310d81219b28 Mon Sep 17 00:00:00 2001 From: Stefano Cotta Ramusino Date: Sat, 6 Jan 2024 07:33:16 +0100 Subject: [PATCH] update to 2.2.3 [release 2.2.3-1mamba;Tue Jun 26 2012] --- README.md | 4 ++++ nbench-byte.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 nbench-byte.spec diff --git a/README.md b/README.md index 677213f..e5d3926 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # nbench-byte +A Linux/Unix port of release 2 of BYTE Magazine's BYTEmark benchmark program (previously known as BYTE's Native Mode Benchmarks). +These are Native Mode (a.k.a. Algorithm Level) tests; benchmarks designed to expose the capabilities of a system's CPU, FPU, and memory system. +The benchmark program takes less than 10 minutes to run (on most machines) and compares the system it is run on to two benchmark systems (a Dell Pentium 90 with 256 KB cache running MSDOS and an AMD K6/233 with 512 KB cache running Linux). + diff --git a/nbench-byte.spec b/nbench-byte.spec new file mode 100644 index 0000000..32b17c9 --- /dev/null +++ b/nbench-byte.spec @@ -0,0 +1,46 @@ +Name: nbench-byte +Version: 2.2.3 +Release: 1mamba +Summary: A port to Linux of BYTE Magazine's BYTEmark benchmark program +Group: System/Hardware +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.tux.org/~mayer/linux/bmark.html +Source: http://www.tux.org/~mayer/linux/nbench-byte-%{version}.tar.gz +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +A Linux/Unix port of release 2 of BYTE Magazine's BYTEmark benchmark program (previously known as BYTE's Native Mode Benchmarks). +These are Native Mode (a.k.a. Algorithm Level) tests; benchmarks designed to expose the capabilities of a system's CPU, FPU, and memory system. +The benchmark program takes less than 10 minutes to run (on most machines) and compares the system it is run on to two benchmark systems (a Dell Pentium 90 with 256 KB cache running MSDOS and an AMD K6/233 with 512 KB cache running Linux). + +%prep +%setup -q + +%build +%make -j1 + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +install -D -m0755 nbench \ + %{buildroot}%{_bindir}/nbench + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/nbench +%doc bdoc.txt README README.submit + +%changelog +* Tue Jun 26 2012 Stefano Cotta Ramusino 2.2.3-1mamba +- update to 2.2.3 + +* Sun May 20 2007 Silvan Calarco 2.2.2-1mamba +- update to 2.2.2 + +* Mon Jul 07 2003 Silvan Calarco 2.2.1-1qilnx +- first build of nbench-byte