Provide pypy3(abi) = 5.10

This commit is contained in:
Miro Hrončok 2018-04-12 00:23:12 +02:00
parent fe844b70bd
commit cac18deee0
1 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Name: pypy3
Version: %{basever}.1
%global pyversion 3.5
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Python 3 implementation with a Just-In-Time compiler
# LGPL and another free license we'd need to ask spot about are present in some
@ -241,7 +241,8 @@ BuildRequires: emacs
BuildRequires: %{_bindir}/git
# Metadata for the core package (the JIT build):
Requires: pypy3-libs%{?_isa} = %{version}-%{release}
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Provides: %{name}(abi) = %{basever}
%description
PyPy's implementation of Python 3, featuring a Just-In-Time compiler on some CPU
@ -822,6 +823,9 @@ CheckPyPy %{name}-stackless
%changelog
* Wed Apr 11 2018 Miro Hrončok <mhroncok@redhat.com> - 5.10.1-7
- Provide pypy3(abi) = 5.10
* Wed Apr 11 2018 Miro Hrončok <mhroncok@redhat.com> - 5.10.1-6
- RPM macros improvements