rpms/seekwatcher/F-8 seekwatcher.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Eric Sandeen (sandeen) fedora-extras-commits at redhat.com
Sun Dec 2 05:11:05 UTC 2007


Author: sandeen

Update of /cvs/pkgs/rpms/seekwatcher/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28473/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	seekwatcher.spec 
Log Message:
New pkg



--- NEW FILE seekwatcher.spec ---
Summary: Utility for visualizing block layer IO patterns and performance
Name: seekwatcher
Version: 0.9
Release: 2%{?dist}
License: GPLv2
BuildArch: noarch
Group: Development/System
Source: http://oss.oracle.com/~mason/seekwatcher/seekwatcher-%{version}.tar.bz2
Url: http://oss.oracle.com/~mason/seekwatcher/
Requires: blktrace, python, python-matplotlib, theora-tools
BuildRequires: python

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Seekwatcher generates graphs from blktrace runs to help visualize IO patterns
and performance. It can plot multiple blktrace runs together, making it easy
to compare the differences between different benchmark runs.

You should install the seekwatcher package if you need to visualize detailed
information about IO patterns.

%prep
%setup -q

%install
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/bin
cp -p seekwatcher %{buildroot}/usr/bin
chmod +x %{buildroot}/usr/bin/seekwatcher

%clean
rm -rf %{buildroot}

%build

%files
%defattr(-,root,root,-)
%doc README.html COPYING
/usr/bin/*

%changelog
* Fri Nov 30 2007 Eric Sandeen <sandeen at redhat.com> - 0.9-2
- More specfile fiddling

* Thu Nov 29 2007 Eric Sandeen <sandeen at redhat.com> - 0.8-2
- Add python to reqs/buildreqs

* Thu Nov 29 2007 Eric Sandeen <sandeen at redhat.com> - 0.8-1
- Update to 0.8, includes support for theora movies

* Mon Sep 10 2007 Eric Sandeen <sandeen at redhat.com> - 0.7-1
- New package, initial build.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/seekwatcher/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Dec 2007 03:34:25 -0000	1.1
+++ .cvsignore	2 Dec 2007 05:10:26 -0000	1.2
@@ -0,0 +1 @@
+seekwatcher-0.9.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/seekwatcher/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Dec 2007 03:34:25 -0000	1.1
+++ sources	2 Dec 2007 05:10:26 -0000	1.2
@@ -0,0 +1 @@
+e4c554577e9298fc70fd162bdc647746  seekwatcher-0.9.tar.bz2




More information about the fedora-extras-commits mailing list