Use %{python_sitearch}

This commit is contained in:
2025-04-22 13:54:29 +02:00
parent 715ea59ec6
commit 257cbd8a59

View File

@@ -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