Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37704009
en ru br
ALT Linux repositórios
S:1.4a-alt1
5.0: 1.4-alt5
4.1: 1.4-alt5
4.0: 1.4-alt5
3.0: 1.4-alt4

Group :: Monitoramento
RPM: cpuburn

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: cpuburn
Version: 1.4
Release: alt5

Summary: CPU testing utilities
License: GPL
Group: Monitoring
Url: http://pages.sbcglobal.net/redelm/
Packager: Dmitry V. Levin <ldv at altlinux.org>
ExclusiveArch: %ix86 x86_64

# http://pages.sbcglobal.net/redelm/cpuburn_1_4_tar.gz

Source: cpuburn-%version.tar

Patch: cpuburn-1.4-deb-data.patch

%description
CPU testing utilities in optimized assembler for maximum loading P6
(Intel Pentium Pro, Pentium II, Celeron and Pentium III TM), AMD K6,
and P5 Pentium chips.

%prep
%setup -q
%patch -p1

%build
%define cpulist P6 BX K6 K7 MMX P5
for n in %cpulist; do
gcc -m32 -Wa,--noexecstack -nostdlib -o burn$n burn$n.S
done

%install
for n in %cpulist; do
install -p -m755 -D burn$n %buildroot%_bindir/burn$n
done

%files
%doc Design README
%_bindir/*

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009