Test update to 0.11.3rc0
This commit is contained in:
parent
6f79160843
commit
8f60599429
@ -1 +1 @@
|
|||||||
Cython-0.11.2.tar.gz
|
Cython-0.11.3.rc0.tar.gz
|
||||||
|
10
Cython.spec
10
Cython.spec
@ -3,14 +3,16 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: Cython
|
Name: Cython
|
||||||
Version: 0.11.2
|
Version: 0.11.3
|
||||||
Release: 2%{?dist}
|
Release: 1.rc0%{?dist}
|
||||||
Summary: A language for writing Python extension modules
|
Summary: A language for writing Python extension modules
|
||||||
|
|
||||||
|
%define upstreamversion %{version}.rc0
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: Python
|
License: Python
|
||||||
URL: http://www.cython.org
|
URL: http://www.cython.org
|
||||||
Source0: http://www.cython.org/Cython-%{version}.tar.gz
|
Source0: http://www.cython.org/Cython-%{upstreamversion}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: python-devel python-setuptools
|
BuildRequires: python-devel python-setuptools
|
||||||
@ -29,7 +31,7 @@ For more info, see:
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Cython-%{version}
|
%setup -q -n %{name}-%{upstreamversion}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user