14
0

Accepting request 125484 from home:poorboywilly:branches:devel:languages:python

Added changes from previous version

OBS-URL: https://build.opensuse.org/request/show/125484
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-entrypoint2?expand=0&rev=3
This commit is contained in:
Sascha Peilicke
2012-06-20 08:03:00 +00:00
committed by Git OBS Bridge
parent 2f2e1e9e1a
commit 3d33d0f165
4 changed files with 18 additions and 5 deletions

View File

@@ -15,8 +15,9 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-entrypoint2
Version: 0.0.5
Version: 0.0.6
Release: 0
Url: https://github.com/ponty/entrypoint2
Summary: Easy to use command-line interface for python modules, fork of entrypoint
@@ -26,6 +27,8 @@ Source: http://pypi.python.org/packages/source/e/entrypoint2/entrypoint2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-distribute
Requires: python-argparse
Requires: python-decorator
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
@@ -46,7 +49,7 @@ python setup.py build
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%defattr(-,root,root)
%doc LICENSE.txt README.rst
%{python_sitelib}/*