14
0
forked from pool/python-pylint

Accepting request 224686 from home:apersaud:branches:devel:languages:python

update to latest version.

There are quite a few rpm-warnings that I don't know how to fix, but they have been present in the earlier warning too. (I submitted a patch to fix the FSF adress upstream, so those should be gone in the next version).

Seems like two *.orig files are present in the tar.gz file, removing them in %setup solved this issue.

OBS-URL: https://build.opensuse.org/request/show/224686
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint?expand=0&rev=53
This commit is contained in:
Denisart Benjamin
2014-03-05 10:06:55 +00:00
committed by Git OBS Bridge
parent fd5a8b452d
commit bef5c4faf8
4 changed files with 49 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%define modname pylint
Name: python-%{modname}
Version: 1.0.0
Version: 1.1.0
Release: 0
Summary: Syntax and style checker for Python code
License: GPL-2.0+
@@ -61,6 +61,9 @@ feature.
%prep
%setup -q -n %{modname}-%{version}
# two orig files made it into the rpm, but rpmlint throws an error
rm man/pylint.1.orig
rm examples/pylintrc.orig
%build
python setup.py build