Fix typo (noted by slava86@)

This commit is contained in:
Mikhail Novosyolov 2020-05-19 19:21:19 +03:00
parent ac4ad75610
commit 6e44607a78
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
%__python38 /usr/bin/python38
%__python38 /usr/bin/python3.8
%python38_sitelib %(%{__python38} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")
%python38_sitearch %(%{__python38} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")
%python38_version %(%{__python38} -c "import sys; print(sys.version[0:3])")

View file

@ -51,7 +51,7 @@
Summary: An interpreted, interactive object-oriented programming language
Name: %{py3_name}
Version: 3.8.2
Release: 2
Release: 3
License: Modified CNRI Open Source License
Group: Development/Python