14
0
forked from pool/python-cmd2

Accepting request 173721 from home:dirkmueller:branches:devel:languages:python

- update to 0.6.5.1: 
  * Fix requires to python-pyparsing

OBS-URL: https://build.opensuse.org/request/show/173721
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=5
This commit is contained in:
Sascha Peilicke
2013-04-29 13:40:20 +00:00
committed by Git OBS Bridge
parent 8f85758717
commit a07fb2d500
5 changed files with 20 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cmd2
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -13,17 +13,19 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-cmd2
Version: 0.6.4
Version: 0.6.5.1
Release: 0
License: MIT
Summary: Extra features for standard library's cmd module
Url: http://packages.python.org/cmd2/
License: MIT
Group: Development/Languages/Python
Url: http://packages.python.org/cmd2/
Source: http://pypi.python.org/packages/source/c/cmd2/cmd2-%{version}.tar.gz
BuildRequires: python-devel
Requires: python-pyparsing
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()")}