File bandwidth.spec of Package bandwidth
Summary: Simple benchmark tool
Name: bandwidth
Version: 0.15
Release: 1
License: GPL
Group: Development/Tools/Debugging
URL: http://home.comcast.net/~fbui/bandwidth.html
Source: http://home.comcast.net/~fbui/bandwidth-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%description
Artificial benchmark for measuring memory bandwidth, useful for identifying a computer's weak areas.
%prep
%setup
%build
%{__make}
%install
%{__rm} -rf %{buildroot}
%{__install} -D -m0755 bandwidth "%{buildroot}/%{_bindir}/bandwidth"
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc COPYING README
%{_bindir}/bandwidth
%changelog
* Wed Oct 1 2008 Leo Eraly <leo@unstable.be> - 0.15-1
- Update to latest version
* Thu Aug 16 2007 Leo Eraly <leo@unstable.be> - 0.13-1
- Initial package