nbench-byte/nbench-byte.spec

47 lines
1.6 KiB
RPMSpec
Raw Normal View History

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