mirror of
https://abf.rosa.ru/djam/python38.git
synced 2025-02-23 15:22:50 +00:00
fix typo in macros
This commit is contained in:
parent
c4767bebd2
commit
9eade514f9
2 changed files with 2 additions and 2 deletions
|
@ -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:\
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue