Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
cpuburn
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Added
cpuburn.spec
@@ -0,0 +1,53 @@ +# +# spec file for package cpuburn (Version 1.03c) +# +# + +# norootforbuild + +Name: cpuburn +BuildRequires: gcc-c++ +License: GPL +Group: System/Benchmark +AutoReqProv: on +Summary: A CPU an chipset stress tool +Version: 1.4 +Release: 1 +Source: %{name}_1_4.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +*** WARNING *** This program is designed to heavily load CPU chips. +Undercooled, overclocked or otherwise weak systems may fail causing data +loss (filesystem corruption) and possibly permanent damage to electronic +components. Nor will it catch all flaws. *** USE AT YOUR OWN RISK *** + + + +Authors: +-------- + Robert Redelmeier <redelm@ev1.net> + +%prep +%setup + +%build +%__make + +%install +%__mkdir_p $RPM_BUILD_ROOT%{_sbindir} +for a in `ls -1A burn*.S`; do basename $a .S +%__install -D -m 755 `basename $a .S` %{buildroot}%{_sbindir}/basename $a .S` +done + +%files +%defattr(-,root,root) +%doc README Design +%{_sbindir}/burn* + +%clean +rm -rf $RPM_BUILD_ROOT + +%changelog +* Sat Jul 05 2008 Carsten Schoene <cs@linux-administrator.com> +- initial build version 1.4