From 257cbd8a5991d21809ad67449cfcd038a86c64a3cea6d5e04662e46ffdb184eb Mon Sep 17 00:00:00 2001 From: VaiTon Date: Tue, 22 Apr 2025 13:54:29 +0200 Subject: [PATCH] Use %{python_sitearch} --- python-libdebug.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-libdebug.spec b/python-libdebug.spec index 9d5ddd1..74367f1 100644 --- a/python-libdebug.spec +++ b/python-libdebug.spec @@ -74,12 +74,12 @@ export CMAKE_GENERATOR=Ninja %install %pyproject_install -%python_expand %fdupes %{buildroot}%{_libdir}/python%{python_version}/site-packages/ +%python_expand %fdupes %{buildroot}%{python_sitearch} %files %{python_files devel} %doc README.md %license LICENSE -%{_libdir}/python%{python_version}/site-packages/libdebug -%{_libdir}/python%{python_version}/site-packages/libdebug-%{version}.dist-info +%{python_sitearch}/libdebug +%{python_sitearch}/libdebug-%{version}.dist-info %changelog