Use %{python_sitearch}
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user