Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > aa652a512ce067027f14f316803a4feb > files > 2

stress-0.18.9-1mdv2007.1.src.rpm

%define	name stress
%define version 0.18.9
%define release %mkrel 1

Name:         %name
License:      GPL
Group:        System/Kernel and hardware 
Summary:      A tool which imposes a configurable amount of load on your system
Version:      %version
Release:      %release
BuildRoot:    %{_tmppath}/%{name}-buildroot
Source:       http://weather.ou.edu/~apw/projects/stress/%name-%{version}.tar.bz2
URL:          http://weather.ou.edu/~apw/projects/stress/

%description
stress is a tool which imposes a configurable amount of CPU, memory, I/O, or
disk stress on a POSIX-compliant operating system. It is written in
highly-portable ANSI C, and uses the GNU Autotools to compile on a great number
of UNIX-like operating systems.

stress is not a benchmark. It is a tool used by system administrators to
evaluate how well their systems will scale, by kernel programmers to evaluate
perceived performance characteristics, and by systems programmers to expose the
classes of bugs which only or more frequently manifest themselves when the
system is under heavy load. 

%prep
%setup

%build
%configure
%make

%preun
%_remove_install_info %{name}.info

%post
%_install_info %{name}.info

%clean
rm -rf $RPM_BUILD_ROOT


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/stress
%{_infodir}/stress.info.*
%{_mandir}/man1/*


%changelog
* Fri Jan 26 2007 Erwan Velu <erwan@mandriva.org> 0.18.9-1mdv2007.0
+ Revision: 113772
- 0.18.9
- Import stress



* Fri Dec 12 2005 Erwan Velu <erwan@seanodes.com> 0.18.8-1mdk
- 0.18.8

* Fri Jul 01 2005 Lenny Cartier <lenny@mandriva.com> 0.18.6-1mdk
- 0.18.6

* Fri Jun 24 2005 Erwan Velu <erwan@seanodes.com> 0.18.4-1mdk
- 0.18.4
* Thu Jan 06 2005 Erwan Velu <erwan@seanodes.com> 0.18.2-1mdk
- Initial rpm