]> git.pld-linux.org Git - packages/cpuburn.git/commitdiff
- initial release - try to burn your CPU :)
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 22 Jul 2002 14:17:19 +0000 (14:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cpuburn.spec -> 1.1

cpuburn.spec [new file with mode: 0644]

diff --git a/cpuburn.spec b/cpuburn.spec
new file mode 100644 (file)
index 0000000..5ba2283
--- /dev/null
@@ -0,0 +1,54 @@
+Summary:       CPU maximum load (heat) stability test
+Summary(pl):   Testy stabilno¶ci przy maksymalnym obci±¿eniu procesora
+Name:          cpuburn
+Version:       1.4
+Release:       1
+License:       GPL
+Group:         Applications
+Source0:       http://users.ev1.net/~redelm/%{name}_1_4_tar.gz
+Patch0:                %{name}-makefile.patch
+URL:           http://users.ev1.net/~redelm/
+ExclusiveArch: i586 i686 athlon
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+cpuburn is a suite of assembly-coded routines designed to put maximum
+heat stress on the CPU and motherboard components by a
+P6/P5/K6/K7-optimized mix of FPU and ALU instructions. There are also
+routines to test RAM controllers (burnMMX/BX). Please note that this
+program is designed to heavily load chips. Undercooled, overclocked,
+or otherwise weak systems may fail, causing data loss (filesystem
+corruption) and possibly permanent damage to electronic components.
+Use it at your own risk!!
+
+%description -l pl
+cpuburn jest zestawem napisanych w asemblerze zadañ stworzonych, aby
+stworzyæ najwiêksze mo¿liwe obci±¿enie cieplne dla procesora oraz
+komponentów p³yty g³ównej, poprzez mieszankê instrukcji FPU i ALU
+zoptymizowanych pod P6/P5/K6/K7. S± tak¿e zadania do testowania
+kontrolerów pamiêci RAM (burnMMX/BX). Proszê mieæ na uwadze, ¿e
+program zosta³ stworzony, aby bardzo mocno obci±¿aæ ko¶ci. S³abo
+ch³odzone, przetaktowane lub w inny sposób s³abe systemy mog± nie
+prze¿yæ testów, powoduj±c straty danych (popsuty system plików), a
+tak¿e trwa³e uszkodzenia sprzêtu. U¿ywasz na w³asne ryzyko!!
+
+%prep
+%setup  -q
+%patch0 -p1
+
+%build
+%{__make} CC="%{__cc}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sbindir}
+
+install burn{BX,K6,K7,MMX,P5,P6} $RPM_BUILD_ROOT%{_sbindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Design README
+%attr(754,root,root) %{_sbindir}/*
This page took 0.074678 seconds and 4 git commands to generate.