c69628b
Name: nfsometer		
e866059
Version: 1.7
710cee6
Release: 2%{?dist}
c69628b
Summary: NFS Performance Framework Tool
c69628b
c69628b
Group: Applications/System
c69628b
License: GPLv2+ 
c69628b
URL: http://wiki.linux-nfs.org/wiki/index.php/NFSometer
c69628b
Source0: http://www.linux-nfs.org/~dros/nfsometer/releases/%{name}-%{version}.tar.gz 
c69628b
c69628b
BuildArch: noarch
c69628b
BuildRequires: python-setuptools
c69628b
BuildRequires: numpy
c69628b
BuildRequires: python-matplotlib
c69628b
BuildRequires: python-mako
c69628b
Requires: nfs-utils 
c69628b
Requires: python-matplotlib
c69628b
Requires: numpy 
c69628b
Requires: python-mako
c69628b
Requires: filebench
d6c1166
Requires: time
d6c1166
Requires: git
c69628b
c69628b
%description
c69628b
NFSometer is a performance measurement framework for running workloads and 
c69628b
reporting results across NFS protocol versions, NFS options and Linux 
c69628b
NFS client implementations. 
c69628b
c69628b
%prep
c69628b
%setup -q
c69628b
c69628b
%build
cde51b8
python setup.py build
c69628b
c69628b
%install
cde51b8
python setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
c69628b
c69628b
%files
cde51b8
%defattr(-,root,root,-)
cde51b8
%doc COPYING README
c69628b
%{_bindir}/%{name}
c69628b
%{_mandir}/*/*
c69628b
#For noarch packages: sitelib
c69628b
%{python_sitelib}/*
c69628b
c69628b
c69628b
%changelog
710cee6
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-2
710cee6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
710cee6
6d82112
* Wed Jan 29 2014 Steve Dickson <steved@RedHat.com> 1.7-1
e866059
- Updated to 1.7
e866059
cde51b8
* Fri Nov  8 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.6-1
cde51b8
- Update to 1.6
cde51b8
dce9a1d
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-2
dce9a1d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
dce9a1d
Weston Andros Adamson 011e9d9
* Tue Mar 26 2013 Weston Andros Adamson <dros@netapp.com> 1.5-1
cde51b8
- Updated to the latest upstream release: 1.5
Weston Andros Adamson 011e9d9
0a26a13
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-2
0a26a13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
0a26a13
e018c67
* Tue Jan 15 2013 Steve Dickson <steved@redhat.com> 1.3-1
e018c67
- Updated to the latest upstream release: 1.3
e018c67
d6c1166
* Wed Sep 26 2012 Steve Dickson <steved@redhat.com> 1.1-2
d6c1166
- Added the time and git Requires (bz 852859)
d6c1166
c69628b
* Mon Jul 30 2012 Steve Dickson <steved@redhat.com> 1.1-1
c69628b
- Incorporated review comments.
c69628b
c69628b
* Thu Jul 19 2012 Steve Dickson <steved@redhat.com> 1.1-0
c69628b
- Inital commit.