fix: pyfluidsynth (#12571) (#12574)

This commit is contained in:
Raboneko
2026-05-24 16:55:40 -05:00
committed by GitHub
parent d8731d5ca2
commit 0ee78baa38
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 1.3.4
Release: 2%?dist
Release: 3%?dist
Summary: Python bindings for FluidSynth
License: LGPL-2.1
URL: https://github.com/nwhitehead/pyfluidsynth
@@ -40,6 +40,7 @@ Summary: %{summary}
%files -n python3-%{pypi_name} -f %{pyproject_files}
%doc README.md
%license LICENSE
%{python3_sitelib}/fluidsynth.py
%changelog
* Sat Jan 24 2026 Owen Zimmerman <owen@fyralabs.com>