File stress.spec of Package stress
Summary: load and stress test
Name: stress
Version: 0.18.9
Release: 1
License: GPL
Group: Development/Tools/Debugging
Packager: Leo Eraly <leo@unstable.be>
URL: http://weather.ou.edu/~apw/projects/stress/
Source: http://weather.ou.edu/~apw/projects/stress/stress-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
A tool to impose load on and stress test a computer system
'stress' is a tool that imposes a configurable amount of CPU, memory, I/O,
or disk stress on a POSIX-compliant operating system and reports any errors
it detects.
%prep
%setup
%build
%configure
%{__make}
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog README NEWS
%doc %{_mandir}/man1/stress.1.gz
%doc %{_infodir}/stress.info.gz
%{_bindir}/stress
%changelog
* Tue Aug 07 2007 Leo Eraly <leo@unstable.be> - 0.18.9-1
- Initial package