chore: let python macros do their thing (#10542) (#10551)

(cherry picked from commit 677b83ab88)

Signed-off-by: Owen-sz <owen@fyralabs.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Raboneko
2026-03-15 04:31:52 -07:00
committed by GitHub
parent 8929246563
commit 091a56f5ed
6 changed files with 6 additions and 25 deletions
+1 -3
View File
@@ -4,7 +4,7 @@
Name: python-%{pypi_name}
Version: 1.0.8
Release: 2%?dist
Release: 3%?dist
Summary: Python interface to the awesome mpv media player
License: GPL-2.0+ OR LGPL-2.1+
URL: https://github.com/jaseg/python-mpv
@@ -60,8 +60,6 @@ EOL
%files -n python3-%{pypi_name} -f %{pyproject_files}
%doc README.rst
%license LICENSE.GPL LICENSE.LGPL
%ghost %python3_sitelib/__pycache__/mpv.cpython-*.pyc
%python3_sitelib/mpv.py
%endif
%changelog