14
0

Accepting request 306384 from home:benoit_monin:branches:devel:languages:python

- update to version 2.12
- update project URL
- fix end of line encoding of LICENSE

OBS-URL: https://build.opensuse.org/request/show/306384
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycparser?expand=0&rev=8
This commit is contained in:
Denisart Benjamin
2015-05-16 12:51:48 +00:00
committed by Git OBS Bridge
parent cf04576845
commit 5f665950be
4 changed files with 33 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pycparser
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX 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,15 +13,16 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-pycparser
Version: 2.10
Version: 2.12
Release: 0
License: BSD-3-Clause
Summary: C parser in Python
Url: https://bitbucket.org/eliben/pycparser
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/eliben/pycparser
Source: http://pypi.python.org/packages/source/p/pycparser/pycparser-%{version}.tar.gz
BuildRequires: python-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -38,6 +39,8 @@ front-end for C compilers or analysis tools.
%prep
%setup -q -n pycparser-%{version}
# fix end of line
sed -i 's/\r//' LICENSE
%build
python setup.py build