From b8b7cfed492526901915a6b9e70950b0e7ee0c31 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Tue, 11 Jul 2017 19:31:05 -0700 Subject: python3-greenlet: - update to 0.4.12 - incorporate review feedbacks --- python/python3-greenlet.spec | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/python/python3-greenlet.spec b/python/python3-greenlet.spec index 814dc6f..8d35244 100644 --- a/python/python3-greenlet.spec +++ b/python/python3-greenlet.spec @@ -8,14 +8,14 @@ %{?fedora:%global python3_pkgversion 34} Name: python3-%{modname} -Version: 0.4.11 +Version: 0.4.12 Release: 1%{?dist} Summary: Lightweight in-process concurrent programming Group: Development/Libraries -License: MIT +License: MIT and Python URL: http://pypi.python.org/pypi/%{modname} -Source0: https://github.com/python-greenlet/greenlet/archive/%{version}.tar.gz - +Source0: https://github.com/python-greenlet/greenlet/archive/%{version}.tar.gz#/%{modname}-%{version}.tar.gz + BuildRequires: python-tools BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools @@ -44,7 +44,8 @@ This is the Python 3 version of greenlet. Summary: C development headers for python%{python3_pkgversion}-greenlet %{?python_provide:%python_provide python%{python3_pkgversion}-%{modname}-devel} Group: Development/Libraries -Requires: python%{python3_pkgversion}-%{modname} = %{version}-%{release} +Requires: python%{python3_pkgversion}-libs +Requires: python%{python3_pkgversion}-%{modname}%{?_isa} = %{version}-%{release} %description -n python%{python3_pkgversion}-%{modname}-devel This package contains header files required for C modules development. @@ -75,13 +76,13 @@ PYTHONPATH=$(pwd) %{__python3} benchmarks/chain.py %license LICENSE LICENSE.PSF %doc AUTHORS NEWS README.rst %doc doc/greenlet.txt benchmarks -%{python3_sitearch}/greenlet.cpython-*.so -%{python3_sitearch}/greenlet*.egg-info +%{python3_sitearch}/greenlet.cpython-%{python3_version_nodots}m.so +%{python3_sitearch}/greenlet-%{version}-py%{python3_version}.egg-info %files -n python%{python3_pkgversion}-greenlet-devel %license LICENSE LICENSE.PSF %doc AUTHORS NEWS README.rst -%{_includedir}/python3*/greenlet +%{_includedir}/python%{python3_version}m/greenlet %changelog * Sun Jul 09 2017 Michel Alexandre Salim - 0.4.11-1 -- cgit