[python-cpopen] Updating package:

Yaniv Bronhaim bronhaim at fedoraproject.org
Mon Aug 26 07:52:56 UTC 2013


commit 1775e94cf5344c0095caee4a3d1eca8c076869be
Author: Yaniv Bronhaim <ybronhei at redhat.com>
Date:   Mon Aug 26 10:52:10 2013 +0300

    Updating package:
    
    * arranging dst files
    * adding readme, authors files
    * fixing installation

 .gitignore         |    1 +
 python-cpopen.spec |   58 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources            |    1 +
 3 files changed, 60 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..913be6d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/cpopen-1.2.3.tar.gz
diff --git a/python-cpopen.spec b/python-cpopen.spec
new file mode 100644
index 0000000..4f23dfd
--- /dev/null
+++ b/python-cpopen.spec
@@ -0,0 +1,58 @@
+%{!?python_ver: %global python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
+%global __provides_exclude_from ^%{python_sitearch}/.*\\.so$
+%global libname cpopen
+
+Name:           python-%{libname}
+Version:        1.2.3
+Release:        1%{?dist}
+Summary:        Creates a sub-process in simpler safer manner
+
+License:        GPLv2+
+Group:          System Environment/Libraries
+URL:            http://pypi.python.org/pypi/cpopen
+Source0:        http://bronhaim.fedorapeople.org/cpopen-%{version}.tar.gz
+
+BuildRequires: python2-devel
+
+%description
+Python package for creating sub-process in simpler and safer manner by using C
+code.
+
+%prep
+%setup -q -n %{libname}-%{version}
+
+%build
+%{__python} setup.py build
+
+
+%install
+%{__python} setup.py install --root $RPM_BUILD_ROOT \
+			     --install-lib %{python_sitearch}/%{libname}
+
+%files
+%doc AUTHORS COPYING readme.md
+%{python_sitearch}/%{libname}/__init__.py*
+%{python_sitearch}/%{libname}/%{libname}-%{version}-py*.egg-info
+%attr(755, root, root) %{python_sitearch}/%{libname}/%{libname}.so*
+
+%changelog
+* Sun Aug 25 2013 Yaniv Bronhaim <ybronhei at redhat.com> - 1.2.3
+- Moving files under cpopen folder
+
+* Wed Jun 12 2013 Yaniv Bronhaim <ybronhei at redhat.com> - 1.2.2-1
+- Merging vdsm-python-cpopen fixes
+- Renaming to cpopen.so
+
+* Tue Mar 19 2013 Yaniv Bronhaim <ybronhei at redhat.com> 1.2.1-1
+- Changing ownership and mod of cpopen-createprocess.so file
+
+* Wed Mar 13 2013 Yaniv Bronhaim <ybronhei at redhat.com> 1.2-1
+- Renaming createprocess to cpopen-createprocess
+
+* Tue Feb 05 2013 Yaniv Bronhaim <ybronhei at redhat.com> 1.1-1
+- Fix dependencies
+- Adding AUTHORS file
+
+* Sun Jan 20 2013 Yaniv Bronhaim <ybronhei at redhat.com> 1.0-1
+- Initial take
+
diff --git a/sources b/sources
index e69de29..58c7da2 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+05b03b38f2fad32784c7a8d4d2531ce0  cpopen-1.2.3.tar.gz


More information about the scm-commits mailing list