[spew] - increased spacing in changelog - dropped INSTALL files from doc - remoed ncurses requires

David Nalley ke4qqq at fedoraproject.org
Fri Oct 1 16:19:38 UTC 2010


commit 2dda379fd5df58d308135d9cea9eb852d00c8e3c
Author: David Nalley <david at gnsa.us>
Date:   Fri Oct 1 12:19:40 2010 -0400

    - increased spacing in changelog
    - dropped INSTALL files from doc
    - remoed ncurses requires

 spew-1.0.8.tgz |  Bin 0 -> 162091 bytes
 spew.spec      |   61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+), 0 deletions(-)
---
diff --git a/spew-1.0.8.tgz b/spew-1.0.8.tgz
new file mode 100644
index 0000000..4b79845
Binary files /dev/null and b/spew-1.0.8.tgz differ
diff --git a/spew.spec b/spew.spec
new file mode 100644
index 0000000..3a62571
--- /dev/null
+++ b/spew.spec
@@ -0,0 +1,61 @@
+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 at 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 at 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 at gnsa.us> - 1.0.8-1
+- Initial packaging


More information about the scm-commits mailing list