Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
nbench
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Added
nbench.spec
@@ -0,0 +1,45 @@ +# +# spec file for package nbench (Version 2.2.2) +# +# + +# norootforbuild + +Name: nbench +BuildRequires: gcc-c++ +License: GPL +Group: System/Benchmark +AutoReqProv: on +Summary: BYTEmark +Version: 2.2.2 +Release: 1 +Source: %{name}-byte-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +This release is based on beta release 2 of BYTE Magazine's BYTEmark +benchmark program (previously known as BYTE's Native Mode +Benchmarks). This document covers the Native Mode (a.k.a. Algorithm +Level) tests; benchmarks designed to expose the capabilities of a +system's CPU, FPU, and memory system. + +%prep +%setup -n %{name}-byte-%{version} + +%build +%__make + +%install +%__install -D -m 755 %{name} %{buildroot}%{_bindir}/%{name} + +%files +%defattr(-,root,root) +%doc Changes README* RESULTS bdoc.txt +%{_bindir}/%{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%changelog +* Sat Jul 05 2008 Carsten Schoene <cs@linux-administrator.com> +- initial build version 2.2.2