summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2017-07-11 19:31:05 -0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2017-07-11 19:31:05 -0700
commitb8b7cfed492526901915a6b9e70950b0e7ee0c31 (patch)
tree2cd8cd0c6537eba62b45c252c5e9dbf24af7d0cc
parentd4015e9d6508d189ab8486947c8f83a6225d3d6c (diff)
downloadspecs-b8b7cfed492526901915a6b9e70950b0e7ee0c31.tar.gz
specs-b8b7cfed492526901915a6b9e70950b0e7ee0c31.tar.xz
specs-b8b7cfed492526901915a6b9e70950b0e7ee0c31.zip
python3-greenlet:
- update to 0.4.12 - incorporate review feedbacks
-rw-r--r--python/python3-greenlet.spec17
1 files 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 <releng@fedoraproject.org> - 0.4.11-1