15
0

Accepting request 155602 from home:posophe:branches:devel:languages:python

Update

OBS-URL: https://build.opensuse.org/request/show/155602
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-EasyProcess?expand=0&rev=6
This commit is contained in:
Denisart Benjamin
2013-02-16 14:59:08 +00:00
committed by Git OBS Bridge
parent af819e1ffb
commit 8a373c9f15
6 changed files with 19 additions and 7 deletions

View File

@@ -17,16 +17,16 @@
Name: python-EasyProcess
Version: 0.1.4
Version: 0.1.5
Release: 0
Url: https://github.com/ponty/easyprocess
Summary: Easy to use python subprocess interface
License: BSD-2-Clause
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/E/EasyProcess/EasyProcess-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%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