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 21)
Currently displaying revision
21
,
show latest
Name: stressapptest Version: 1.0.6 Release: 1 License: Apache Group: System/Benchmark Summary: Stressful application test Url: http://code.google.com/p/stressapptest/ Source: http://stressapptest.googlecode.com/files/%{name}-%{version}_autoconf.tar.bz2 Patch0: stressapptest-no-psabi-1.0.4.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gcc-c++ BuildRequires: libaio BuildRequires: libaio-devel BuildRequires: glibc-devel %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 LDFLAGS="-L/%{_lib} -L%{_libdir}" LIBS="-laio -lpthread" ./configure --prefix=%{_prefix} \ --mandir=%{_mandir} \ --sysconfdir=%{_sysconfdir} \ --localstatedir=/var || 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 * Wed Sep 29 2010 Carsten Schoene <cs@linux-administrator.com> - 1.0.3-1 - update to release 1.0.3 * 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