[nfsometer/f18] Initial Import of the srpm

Steve Dickson steved at fedoraproject.org
Tue Aug 21 15:41:57 UTC 2012


commit f28deebb0b0826fb5811af746469eaae3e09ce9f
Author: Steve Dickson <steved at redhat.com>
Date:   Tue Aug 21 11:34:14 2012 -0400

    Initial Import of the srpm
    
    Signed-off-by: Steve Dickson <steved at redhat.com>

 .gitignore     |    1 +
 nfsometer.spec |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 sources        |    1 +
 3 files changed, 51 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..6e12e98 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/nfsometer-1.1.tar.gz
diff --git a/nfsometer.spec b/nfsometer.spec
new file mode 100644
index 0000000..37120a0
--- /dev/null
+++ b/nfsometer.spec
@@ -0,0 +1,49 @@
+Name: nfsometer		
+Version: 1.1	 
+Release: 1%{?dist}
+Summary: NFS Performance Framework Tool
+
+Group: Applications/System
+License: GPLv2+ 
+URL: http://wiki.linux-nfs.org/wiki/index.php/NFSometer
+Source0: http://www.linux-nfs.org/~dros/nfsometer/releases/%{name}-%{version}.tar.gz 
+
+BuildArch: noarch
+BuildRequires: python-setuptools
+BuildRequires: numpy
+BuildRequires: python-matplotlib
+BuildRequires: python-mako
+Requires: nfs-utils 
+Requires: python-matplotlib
+Requires: numpy 
+Requires: python-mako
+Requires: filebench
+
+%description
+NFSometer is a performance measurement framework for running workloads and 
+reporting results across NFS protocol versions, NFS options and Linux 
+NFS client implementations. 
+
+%prep
+%setup -q
+
+%build
+%{__python} setup.py build
+
+%install
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+%files
+%{_bindir}/%{name}
+%{_mandir}/*/*
+#For noarch packages: sitelib
+%{python_sitelib}/*
+
+%doc COPYING README
+
+%changelog
+* Mon Jul 30 2012 Steve Dickson <steved at redhat.com> 1.1-1
+- Incorporated review comments.
+
+* Thu Jul 19 2012 Steve Dickson <steved at redhat.com> 1.1-0
+- Inital commit.
diff --git a/sources b/sources
index e69de29..b4da0d1 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+efbca65ec863b63cb852baac5ff409cf  nfsometer-1.1.tar.gz


More information about the scm-commits mailing list