Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > e3e0593ed383cbc360b1d6e3c8db333b > files > 2

tiobench-0.3.3-1mdk.src.rpm

%define name tiobench
%define version 0.3.3
%define release 1mdk

Summary: A test program for filesystem performance.
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: Development/Kernel
Url: http://sourceforge.net/projects/tiobench/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot


%description
Threaded I/O bench for Linux (or any *nix system with POSIX threads
support library).

%prep
%setup -q

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
install -d %buildroot/%_bindir
install tiotest %buildroot/%_bindir
install tiobench.pl %buildroot/%_bindir
install tiosum.pl %buildroot/%_bindir

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/tiotest
%{_bindir}/tiobench.pl
%{_bindir}/tiosum.pl
%doc README BUGS TODO ChangeLog

%changelog
* Tue Apr 27 2004 Juan Quintela <quintela@mandrakesoft.com> 0.3.3-1mdk
- 1st Mandrake version.