File spew.spec of Package spew

Name:           spew
Summary:        An I/O performance measurement and load generation tool
Version:        1.0.8
Release:        1
License:        GPL
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  gcc-c++ ncurses-devel popt-devel automake autoconf
Group:          System/Benchmark
Source:         %{name}-%{version}.tgz
URL:            http://spew.berlios.de/

%description
Spew is used to measure I/O performance of character devices, block devices,
and regular files. It can also be used to generate high I/O loads to stress
systems while verifying data integrity. 

Spew is easy to use and is flexible. No configuration files or complicated
client/server configurations are needed. Spew also generates its own data
patterns that are designed to make it easy to find and debug data integrity
problems.

%prep
%setup -q

%build
#autoreconf --verbose --install --force configure.ac
%configure #--enable-static-link
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fstack-protector-all" %{?jobs:-j %jobs}

%install
%makeinstall

%clean
rm -rf "$RPM_BUILD_ROOT"

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING FAQ NEWS README TODO
%{_bindir}/spew
%{_bindir}/gorge
%{_bindir}/regorge
%{_mandir}/man?/spew*
%{_mandir}/man?/gorge*
%{_mandir}/man?/regorge*
%config %{_sysconfdir}/spew.conf
openSUSE Build Service is sponsored by