fix typo in macros

This commit is contained in:
Mikhail Novosyolov 2020-05-19 20:19:17 +03:00
parent c4767bebd2
commit 9eade514f9
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
%py38_shbang_opts -s %py38_shbang_opts -s
%py38_build() %{expand:\ %py38_build() %{expand:\
CFLAGS="%{optflags}" %{__python38} %{py_setup} %{?py_setup_args} build --executable="%{__python38} %{py3_shbang_opts}" %{?*}\ CFLAGS="%{optflags}" %{__python38} %{py_setup} %{?py_setup_args} build --executable="%{__python38} %{py38_shbang_opts}" %{?*}\
} }
%py38_install() %{expand:\ %py38_install() %{expand:\

View file

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