forked from pool/python38
Fix typo
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=27
This commit is contained in:
parent
55230c9110
commit
7fcc89cd5a
@ -49,7 +49,7 @@
|
|||||||
%define tarversion %{version}
|
%define tarversion %{version}
|
||||||
%endif
|
%endif
|
||||||
%define python_pkg_name python38
|
%define python_pkg_name python38
|
||||||
# Will provide the pyton3-* provides
|
# Will provide the python3-* provides
|
||||||
# Will do the /usr/bin/python3 and all the core links
|
# Will do the /usr/bin/python3 and all the core links
|
||||||
%define primary_interpreter 1
|
%define primary_interpreter 1
|
||||||
%define folderversion %{tarversion}
|
%define folderversion %{tarversion}
|
||||||
@ -80,6 +80,7 @@
|
|||||||
# pyexpat.cpython-35m-armv7-linux-gnueabihf
|
# pyexpat.cpython-35m-armv7-linux-gnueabihf
|
||||||
# _md5.cpython-38m-x86_64-linux-gnu.so
|
# _md5.cpython-38m-x86_64-linux-gnu.so
|
||||||
%define dynlib() %{sitedir}/lib-dynload/%{1}.cpython-%{abi_tag}-%{archname}-%{_os}%{?_gnu}%{?armsuffix}.so
|
%define dynlib() %{sitedir}/lib-dynload/%{1}.cpython-%{abi_tag}-%{archname}-%{_os}%{?_gnu}%{?armsuffix}.so
|
||||||
|
# deadlocks on test_faulthandler and blocks the build
|
||||||
%if 0%{?qemu_user_space_build}
|
%if 0%{?qemu_user_space_build}
|
||||||
%bcond_with profileopt
|
%bcond_with profileopt
|
||||||
%else
|
%else
|
||||||
@ -102,7 +103,7 @@ Source10: pre_checkin.sh
|
|||||||
Source11: skipped_tests.py
|
Source11: skipped_tests.py
|
||||||
Source19: idle3.desktop
|
Source19: idle3.desktop
|
||||||
Source20: idle3.appdata.xml
|
Source20: idle3.appdata.xml
|
||||||
Source99: python.keyring
|
Source99: https://www.python.org/static/files/pubkeys.txt#/python.keyring
|
||||||
# The following files are not used in the build.
|
# The following files are not used in the build.
|
||||||
# They are listed here to work around missing functionality in rpmbuild,
|
# They are listed here to work around missing functionality in rpmbuild,
|
||||||
# which would otherwise exclude them from distributed src.rpm files.
|
# which would otherwise exclude them from distributed src.rpm files.
|
||||||
|
Loading…
Reference in New Issue
Block a user