[python-pyvfs] 0.2.3-2: initial srpm import

Peter V. Saveliev psavelye at fedoraproject.org
Tue Oct 16 11:58:22 UTC 2012


commit c8c24542746d4a6b67e23bedb43d8231ac3ba4c4
Author: Peter V. Saveliev <peet at redhat.com>
Date:   Tue Oct 16 13:59:46 2012 +0200

    0.2.3-2: initial srpm import

 .gitignore        |    1 +
 python-pyvfs.spec |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 3 files changed, 50 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..a64db45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/pyvfs-0.2.3.tar.gz
diff --git a/python-pyvfs.spec b/python-pyvfs.spec
new file mode 100644
index 0000000..807c32a
--- /dev/null
+++ b/python-pyvfs.spec
@@ -0,0 +1,48 @@
+%global pkgname pyvfs
+
+Name: python-%{pkgname}
+Version: 0.2.3
+Release: 2%{?dist}
+Summary: Simple python VFS library
+License: GPLv3+
+Group: Development/Languages
+URL: https://github.com/svinota/%{pkgname}
+
+BuildArch: noarch
+BuildRequires: python2-devel
+Source: http://peet.spb.ru/archives/%{pkgname}-%{version}.tar.gz
+
+%description
+PyVFS is a simple VFS library written in Python. It consists of
+several layers, allowing to use different low-level protocol
+implementations. Now you can choose between 9p (9p2000.u) and
+FUSE.
+
+The library can be used to create own servers as well as deploy
+bundled applications, e.g. pyvfs.objectfs -- the library, that allows
+to represent Python objects as files.
+
+%prep
+%setup -q -n %{pkgname}-%{version}
+
+%build
+# nothing to build
+
+%install
+%{__python} setup.py install --root $RPM_BUILD_ROOT
+
+%files
+%doc README* LICENSE
+%{python_sitelib}/%{pkgname}*
+
+%changelog
+* Sat Oct 13 2012 Peter V. Saveliev <peet at redhat.com> 0.2.3-2
+- Add build section
+- Change BuildRequires python2-devel
+- Change to correct group 
+- Include doc section 
+- Use pkgname macro
+
+* Thu Oct 11 2012 Peter V. Saveliev <peet at redhat.com> 0.2.3-1
+- initial RH build
+
diff --git a/sources b/sources
index e69de29..25248b8 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6e52b7957d0f3ccc7f44ddeb003fbc6d  pyvfs-0.2.3.tar.gz


More information about the scm-commits mailing list