Name: ubench Version: 0.32 Release: 1.n0i.2 Epoch: 0 Summary: Unix Benchmark Utility for CPU(s) and memory Group: Applications/System License: GPL URL: http://www.phystech.com/download/ubench.html Source: http://www.phystech.com/ftp/%{name}-%{version}.tar.gz # Please make sure you compile ubench using only -O2 or -O optimization flags. # More aggressive optimizations tend to alter the semantics of the code and # skew the results. Patch: %{name}-0.32-configure.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Ubench is an attempt to introduce a single measure of perfomance among machines running various flavors of Unix. %prep %setup %patch -p0 %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT install -D -m 755 -g root -o root -s ubench $RPM_BUILD_ROOT%{_bindir}/%{name} %clean rm -rf $RPM_BUILD_ROOT %files %doc README ubench.lsm %{_bindir}/%{name} %changelog * Sat Dec 04 2004 Marius FERARU 0:0.32-1.n0i.2 - automatic rebuild * Thu May 20 2004 Marius FERARU 0:0.32-1.n0i.1 - initial package