Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
ramspeed
> ramspeed.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File ramspeed.spec of Package ramspeed
Name: ramspeed Version: 2.6.0 Release: 1 Url: http://www.alasir.com/software/ramspeed Source0: http://www.alasir.com/software/ramspeed/%{name}-%{version}.tar.bz2 Source1: http://www.alasir.com/software/ramspeed/ramsmp-3.5.0.tar.bz2 Patch0: %{name}-build.patch Summary: A cache and memory benchmarking tool Group: System/Benchmark License: TAL BuildRoot: %{_tmppath}/%{name}-%{version}-root Provides: ramsmp = 3.5.0 %description This command line utility measures effective bandwidth of both cache and memory subsystems. It has been written entirely in C for portability purposes, though benchmark routines are also available in several assembly languages for performance reasons. %prep %setup -b 1 %patch0 %build ./build.sh cd ../ramsmp-3.5.0 patch -p0 < %{P:0} ./build.sh %install %__install -D -m755 %{name} %{buildroot}%{_sbindir}/%{name} %__install -m755 ../ramsmp-3.5.0/ramsmp %{buildroot}%{_sbindir}/ramsmp %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc README HISTORY LICENCE %{_sbindir}/%{name} %{_sbindir}/ramsmp %changelog