From 9298a1f22dcc248c1474cb7697d0b6497176ad34 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Thu, 8 Jun 2023 17:38:47 +0000 Subject: [PATCH] Separate specfile sections by two newlines This is conventional and increases readability. --- python-click.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/python-click.spec b/python-click.spec index 789593f..88cb778 100644 --- a/python-click.spec +++ b/python-click.spec @@ -21,35 +21,42 @@ comes with good defaults out of the box. %description %{_description} + %package -n python%{python3_pkgversion}-click Summary: %{summary} - BuildRequires: python%{python3_pkgversion}-devel %description -n python%{python3_pkgversion}-click %{_description} + %prep %autosetup -n click-%{version} -p1 # Use test dependencies without version locks sed -i 's|requirements/tests.txt|requirements/tests.in|' tox.ini + %generate_buildrequires %pyproject_buildrequires -t + %build %pyproject_wheel + %install %pyproject_install %pyproject_save_files click + %check %tox + %files -n python%{python3_pkgversion}-click -f %pyproject_files %license LICENSE.rst %doc README.rst CHANGES.rst + %changelog * Fri Jul 21 2023 Fedora Release Engineering - 8.1.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild