From 3dcd1e8c08308e6f98071561a324124279951d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 5 Feb 2019 12:35:53 +0100 Subject: [PATCH] Make flat, rename to python38 --- python3.rpmlintrc => python38.rpmlintrc | 0 python3.spec => python38.spec | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename python3.rpmlintrc => python38.rpmlintrc (100%) rename python3.spec => python38.spec (99%) diff --git a/python3.rpmlintrc b/python38.rpmlintrc similarity index 100% rename from python3.rpmlintrc rename to python38.rpmlintrc diff --git a/python3.spec b/python38.spec similarity index 99% rename from python3.spec rename to python38.spec index bb6d0a9..1c2ee75 100644 --- a/python3.spec +++ b/python38.spec @@ -7,8 +7,8 @@ # pybasever without the dot: %global pyshortver 38 -Name: python3 -Summary: Interpreter of the Python programming language +Name: python%{pyshortver} +Summary: Version %{pybasever} of the Python interpreter URL: https://www.python.org/ # WARNING When rebasing to a new Python version, @@ -34,7 +34,7 @@ License: Python # in Fedora, never turn this on for the python3 package # and always keep it on for python37 etc. # WARNING: This does not change the package name and summary above -%bcond_with flatpackage +%bcond_without flatpackage # Whether to use RPM build wheels from the python-{pip,setuptools}-wheel package # Uses upstream bundled prebuilt wheels otherwise