!9 Fix source0

From: @kkkl12
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2020-09-11 15:35:00 +08:00 committed by Gitee
commit f0139f1543
2 changed files with 5 additions and 2 deletions

View File

@ -3,11 +3,11 @@
Name: Cython Name: Cython
Version: 0.29.14 Version: 0.29.14
Release: 2 Release: 3
Summary: Language for writing C extensions for Python Summary: Language for writing C extensions for Python
License: Apache 2.0 License: Apache 2.0
URL: https://cython.org/ URL: https://cython.org/
Source0: https://github.com/cython/cython/archive/%{srcname}-%{version}.tar.gz Source0: https://github.com/cython/cython/archive/%{version}.tar.gz
BuildRequires: gcc BuildRequires: gcc
BuildRequires: python2-devel python3-devel BuildRequires: python2-devel python3-devel
@ -88,5 +88,8 @@ rm -rf %{buildroot}%{python3_sitelib}/setuptools/tests
%changelog %changelog
* Fri Sep 11 2020 liuweibo <liuweibo10@huawei.com> - 0.29.14-3
- Fix Source0
* Tue Nov 5 2019 shanshishi <shanshishi@huawei.com> - 0.29.14-1 * Tue Nov 5 2019 shanshishi <shanshishi@huawei.com> - 0.29.14-1
- Init package - Init package