Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
stressapptest
> stressapptest.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File stressapptest.spec of Package stressapptest (Revision 10)
Currently displaying revision
10
,
show latest
Name: stressapptest Version: 1.0.2 Release: 1 License: Apache Group: System Summary: Stressful application test Url: http://code.google.com/p/stressapptest/ Source: http://stressapptest.googlecode.com/files/%{name}-%{version}_autoconf.tar.bz2 Patch0: stressapptest-aio.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gcc-c++ libaio-devel libaio %description Stressful Application Test (or stressapptest, its unix name) tries to maximize randomized traffic to memory from processor and I/O, with the intent of creating a realistic high load situation in order to test the existing hardware devices in a computer. It has been used at Google for some time and now it is available under the apache 2.0 license. %prep %setup -n %{name}-%{version}_autoconf %patch0 %build autoreconf -fi %configure || cat config.log %install %__make DESTDIR=%{buildroot} install strip %{buildroot}%{_bindir}/stressapptest rm -Rf %{buildroot}%{_datadir}/doc %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc COPYING %{_bindir}/stressapptest %changelog * Fri Apr 02 2010 Carsten Schoene <cs@linux-administrator.com> - 1.0.2-1 - update to release 1.0.2 * Mon Oct 19 2009 Carsten Schoene <cs@linux-administrator.com> - 1.0.0-1 - initial release