From 00cfaa5572f2f54506d821a1e50eb3febf7c44c9 Mon Sep 17 00:00:00 2001 From: Denis Silakov Date: Tue, 20 May 2014 14:22:41 +0400 Subject: [PATCH] Updated to 0.20.1 --- .abf.yml | 2 +- python-cython.rpmlintrc | 1 + python-cython.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 python-cython.rpmlintrc diff --git a/.abf.yml b/.abf.yml index 10b3804..030e50f 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - Cython-0.18.tar.gz: d95026aebd2e438ee52033f8c9cef1de4e6b03f4 + Cython-0.20.1.tar.gz: e0f2c2094722bada54f24c33f5c792411778ba4f diff --git a/python-cython.rpmlintrc b/python-cython.rpmlintrc new file mode 100644 index 0000000..aa09e58 --- /dev/null +++ b/python-cython.rpmlintrc @@ -0,0 +1 @@ +addFilter("E: devel-file-in-non-devel-package") diff --git a/python-cython.spec b/python-cython.spec index 6854b9a..2933cd0 100644 --- a/python-cython.spec +++ b/python-cython.spec @@ -2,9 +2,10 @@ Summary: Language for writing C extensions to Python Name: python-cython -Version: 0.18 -Release: 2 +Version: 0.20.1 +Release: 1 Source0: http://www.cython.org/release/%{tarname}-%{version}.tar.gz +Source100: %{name}.rpmlintrc License: Apache License Group: Development/Python Url: http://www.cython.org @@ -29,8 +30,10 @@ the Python language. It is based on Pyrex, but provides more cutting edge functionality and optimizations. %prep -%setup -q -n %{tarname}-%{version} +%setup -q -c +mv %{tarname}-%{version} python2 +cp -r python2 python3 %build pushd python2