update to 2.2.3 [release 2.2.3-1mamba;Tue Jun 26 2012]

This commit is contained in:
Stefano Cotta Ramusino 2024-01-06 07:33:16 +01:00
parent d01aa218c0
commit 78e4178007
2 changed files with 50 additions and 0 deletions

View File

@ -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).

46
nbench-byte.spec Normal file
View File

@ -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 <silvan.calarco@mambasoft.it>
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 <stefano.cotta@openmamba.org> 2.2.3-1mamba
- update to 2.2.3
* Sun May 20 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.2-1mamba
- update to 2.2.2
* Mon Jul 07 2003 Silvan Calarco <silvan.calarco@qinet.it> 2.2.1-1qilnx
- first build of nbench-byte