[python-py9p] 1.0.1-1: initial srpm import

Peter V. Saveliev psavelye at fedoraproject.org
Thu Oct 18 16:53:44 UTC 2012


commit 8c8ec8e88e79df5ed138641d9f85def3c5a3ff1c
Author: Peter V. Saveliev <peet at redhat.com>
Date:   Thu Oct 18 18:46:42 2012 +0200

    1.0.1-1: initial srpm import

 .gitignore       |    1 +
 python-py9p.spec |   36 ++++++++++++++++++++++++++++++++++++
 sources          |    1 +
 3 files changed, 38 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..512c655 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/py9p-1.0.1.tar.gz
diff --git a/python-py9p.spec b/python-py9p.spec
new file mode 100644
index 0000000..4cac316
--- /dev/null
+++ b/python-py9p.spec
@@ -0,0 +1,36 @@
+Name: python-py9p
+Version: 1.0.1
+Release: 1%{?dist}
+Summary: Pure Python implementation of 9P protocol (Plan9)
+License: MIT
+Group: Development/Languages
+URL: https://github.com/svinota/py9p
+
+BuildArch: noarch
+BuildRequires: python2-devel
+Source: http://peet.spb.ru/archives/py9p-%version.tar.gz
+
+%description
+Protocol 9P is developed for Plan9 operating system from Bell Labs.
+It is used for remote file access, and since files are key objects
+in Plan9, 9P can be used also for composite file access, RPC etc.
+
+This library provides low-level 9p2000.u API. For high-level look
+into python-pyvfs.
+
+%prep
+%setup -q -n py9p-%{version}
+
+%build
+# nothing to build
+
+%install
+%{__python} setup.py install --root $RPM_BUILD_ROOT
+
+%files
+%doc README* LICENSE
+%{python_sitelib}/py9p*
+
+%changelog
+* Fri Oct 12 2012 Peter V. Saveliev <peet at redhat.com> 1.0.1-1
+- Initial RH build
diff --git a/sources b/sources
index e69de29..35cc93b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+9a7eba2ec17caa42cd826baeb9325554  py9p-1.0.1.tar.gz


More information about the scm-commits mailing list