From f5c26e11a604a0c366b36d11ded5250ed81c1db2 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Thu, 10 Sep 2020 12:50:09 +0200 Subject: [PATCH] Move the %check section above %files --- python-pyglet.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/python-pyglet.spec b/python-pyglet.spec index 53009fe..867230f 100644 --- a/python-pyglet.spec +++ b/python-pyglet.spec @@ -100,13 +100,6 @@ find . -name '*.py' | xargs sed --in-place -e's|#!/usr/bin/\(env \)\?python||;s/ %pyproject_save_files pyglet -%files -n python3-%{srcname} -f %{pyproject_files} -%license LICENSE -%doc README.md -%doc RELEASE_NOTES -%doc NOTICE - - %if %{with tests} %check # Skip flaky tests @@ -128,6 +121,13 @@ export CI=on %endif +%files -n python3-%{srcname} -f %%{pyproject_files} +%license LICENSE +%doc README.md +%doc RELEASE_NOTES +%doc NOTICE + + %changelog * Wed Sep 09 2020 Petr Viktorin - 1.5.7-1 - Update to 1.5.7