14
0
2025-06-30 05:35:01 +00:00
committed by Git OBS Bridge
parent dbd9084471
commit c68d15d701
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jun 11 05:55:56 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com> Mon Jun 30 05:34:29 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros. - Switch to pyproject macros.
- No more greedy globs in %files. - No more greedy globs in %files.

View File

@@ -49,7 +49,8 @@ Easy writing of graphical interfaces for terminal-based applications
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files} %files %{python_files}
%{python_sitelib}/pythondialog %{python_sitelib}/dialog.py
%pycache_only %{python_sitelib}/__pycache__/dialog.*.pyc
%{python_sitelib}/pythondialog-%{version}.dist-info %{python_sitelib}/pythondialog-%{version}.dist-info
%license COPYING %license COPYING
%doc README.rst ChangeLog AUTHORS %doc README.rst ChangeLog AUTHORS