[NFStest/f19] Initial Import of the source RPM

Steve Dickson steved at fedoraproject.org
Wed Apr 24 17:51:38 UTC 2013


commit 822f0f47913eee003e7cd182155fd01adc95961c
Author: Steve Dickson <steved at redhat.com>
Date:   Wed Apr 24 13:45:33 2013 -0400

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

 .gitignore   |    1 +
 NFStest.spec |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 sources      |    1 +
 3 files changed, 49 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..e405c5f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/NFStest-1.0.1.tar.gz
diff --git a/NFStest.spec b/NFStest.spec
new file mode 100644
index 0000000..61a8e93
--- /dev/null
+++ b/NFStest.spec
@@ -0,0 +1,47 @@
+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 <steved at redhat.com> 1.0.1-1
+- Added required BuildRequires
+
+* Thu Feb 21 2013 Steve Dickson <steved at redhat.com> 1.0.1-0 
+- Inital commit.
+
+
diff --git a/sources b/sources
index e69de29..6d796e6 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+20068ceb808a89612cc55d2df668aeac  NFStest-1.0.1.tar.gz


More information about the scm-commits mailing list