Name: NFStest Version: 1.0.1 Release: 1%{?dist} Summary: NFS Testing Tool Group: Applications/System License: GPLv2+ URL: http://wiki.linux-nfs.org/wiki/index.php/NFStest Source0: http://www.linux-nfs.org/~mora/nfstest/releases/NFStest-1.0.1.tar.gz BuildArch: noarch BuildRequires: python-setuptools BuildRequires: python2-devel Requires: nfs-utils sudo tcpdump %description Provides a set of tools for testing either the NFS client or the NFS server, most of the functionality is focused mainly on testing the client. %prep %setup -q %build %{__python} setup.py build %install %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %files %{_bindir}/nfstest_cache %{_bindir}/nfstest_delegation %{_bindir}/nfstest_dio %{_bindir}/nfstest_pnfs %{_bindir}/nfstest_posix %{_mandir}/*/* #For noarch packages: sitelib %{python_sitelib}/* %doc COPYING README %changelog * Mon Mar 18 2013 Steve Dickson 1.0.1-1 - Added required BuildRequires * Thu Feb 21 2013 Steve Dickson 1.0.1-0 - Inital commit.