From 15c9b6d8f364acd07a048844e3deaf53bac67e30 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 17 Feb 2025 08:59:05 +0000 Subject: [PATCH] 7.1.2 --- python-click.spec | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/python-click.spec b/python-click.spec index 18ba5a3..4e07f76 100644 --- a/python-click.spec +++ b/python-click.spec @@ -11,6 +11,10 @@ License: BSD Group: Development/Python BuildRequires: pythonegg(setuptools) BuildRequires: pkgconfig(python) +BuildRequires: pkgconfig(python3) +BuildRequires: python3egg(setuptools) +BuildRequires: pkgconfig(python3.8) +BuildRequires: python38-setuptools Obsoletes: pythonegg(click) == 7.0.dev0 Obsoletes: python-click == 7.0.dev0 Provides: python-click == %{EVRD} @@ -28,16 +32,13 @@ implement an intended CLI API. %files %doc docs/ examples/ -%{py_sitedir}/%{module}/*.py* +%{py_sitedir}/%{module}/* %{py_sitedir}/*.egg-info #-------------------------------------------------- %package -n python3-%{module} Summary: A simple wrapper around optparse for powerful command line utilities -BuildRequires: pkgconfig(python3) -BuildRequires: python3egg(setuptools) - %description -n python3-%{module} Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command @@ -50,7 +51,7 @@ implement an intended CLI API. %files -n python3-%{module} %doc *.rst -%{py3_puresitedir}/%{module}/*.py* +%{py3_puresitedir}/%{module}/* %{py3_puresitedir}/*.egg-info #------------------------------------------ #-------------------------------------------------- @@ -58,9 +59,6 @@ implement an intended CLI API. %package -n python38-%{module} Summary: A simple wrapper around optparse for powerful command line utilities -BuildRequires: pkgconfig(python-3.8) -BuildRequires: python38-setuptools - %description -n python38-%{module} Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command @@ -73,7 +71,7 @@ implement an intended CLI API. %files -n python38-%{module} %doc *.rst -%{py38_puresitedir}/%{module}/*.py* +%{py38_puresitedir}/%{module}/* %{py38_puresitedir}/*.egg-info #------------------------------------------