Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 7eb175696136b9d4de8f098350dafc7a > files > 2

spew-1.0.8-3.fc13.src.rpm

Name:           spew
Version:        1.0.8
Release:        3%{?dist}
Summary:        I/O performance measurement and load generation tool

Group:          Applications/System
License:        GPLv2
URL:            http://spew.berlios.de/
Source0:        ftp://ftp.berlios.de/pub/%{name}/%{version}/%{name}-%{version}.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  popt-devel
BuildRequires:  ncurses-devel
%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. 

%prep
%setup -q


%build
%configure 

make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make INSTALL="install -p" install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_bindir}/gorge
%{_bindir}/spew
%{_bindir}/regorge
%config(noreplace) %{_sysconfdir}/%{name}.conf
%doc AUTHORS COPYING FAQ NEWS README TODO
%{_mandir}/man1/gorge.1*
%{_mandir}/man1/spew.1*
%{_mandir}/man1/regorge.1*

%changelog
* Thu Sep 16 2010 David Nalley <daid@gnsa.us> - 1.0.8-3
- increased spacing in changelog
- dropped INSTALL files from doc
- remoed ncurses requires

* Wed Sep 15 2010 David Nalley <david@gnsa.us> - 1.0.8-2
- fixed space typo in description
- more explicitly defined stuff in bindir
- changed group tag from Apps/Internet to Apps/System
- added buildreq of popt-devel and ncurses-devel
- added req of ncurses

* Wed Sep 15 2010 David Nalley <david@gnsa.us> - 1.0.8-1
- Initial packaging