Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
cpuburn
> cpuburn.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File cpuburn.spec of Package cpuburn (Revision 5)
Currently displaying revision
5
,
show latest
# # 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 Patch: %{name}-makefile.patch 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 %patch %build %ifarch x86_64 make CC="gcc -m32" AS="as --32" %else make %endif %install %__mkdir_p $RPM_BUILD_ROOT%{_sbindir} for a in `ls -1A burn*.S`; do %__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