From 9eade514f92372b20e5717cc71af69d2324a883f Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Tue, 19 May 2020 20:19:17 +0300 Subject: [PATCH] fix typo in macros --- python38.macros | 2 +- python38.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python38.macros b/python38.macros index 6e1ad52..d3f5bf5 100644 --- a/python38.macros +++ b/python38.macros @@ -13,7 +13,7 @@ %py38_shbang_opts -s %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:\ diff --git a/python38.spec b/python38.spec index 7429f45..563f757 100644 --- a/python38.spec +++ b/python38.spec @@ -51,7 +51,7 @@ Summary: An interpreted, interactive object-oriented programming language Name: %{py3_name} Version: 3.8.2 -Release: 3 +Release: 4 License: Modified CNRI Open Source License Group: Development/Python