From c68d15d70144f902f8f811de41006d1d44dd509ef92c24fe52a757d03b6f9499 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 30 Jun 2025 05:35:01 +0000 Subject: [PATCH] Correct files list for reals OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pythondialog?expand=0&rev=6 --- python-pythondialog.changes | 2 +- python-pythondialog.spec | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/python-pythondialog.changes b/python-pythondialog.changes index aa3d2e5..0fb8b79 100644 --- a/python-pythondialog.changes +++ b/python-pythondialog.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Wed Jun 11 05:55:56 UTC 2025 - Steve Kowalik +Mon Jun 30 05:34:29 UTC 2025 - Steve Kowalik - Switch to pyproject macros. - No more greedy globs in %files. diff --git a/python-pythondialog.spec b/python-pythondialog.spec index 41dd35f..cfd22e8 100644 --- a/python-pythondialog.spec +++ b/python-pythondialog.spec @@ -49,7 +49,8 @@ Easy writing of graphical interfaces for terminal-based applications %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%{python_sitelib}/pythondialog +%{python_sitelib}/dialog.py +%pycache_only %{python_sitelib}/__pycache__/dialog.*.pyc %{python_sitelib}/pythondialog-%{version}.dist-info %license COPYING %doc README.rst ChangeLog AUTHORS