try fix build issue

This commit is contained in:
Mahno 2025-02-16 21:41:38 +08:00
parent 71c7f2e7d6
commit 0c3d4ffd87

View File

@ -211,6 +211,7 @@ cmake -DYPREFIX=%{prefix} \
..
make %{?jobs:-j %jobs}
popd
find %{python3_sitelib} -name "__pycache__" -type d -exec rm -rf {} +
%install
pushd %{name}
@ -279,7 +280,6 @@ Authors:
%doc %{name}/swig/python/examples/*.py
%{python3_sitelib}/_yui.so
%{python3_sitelib}/yui.py
%{python3_sitelib}/*.pyc
%files -n perl-yui
%defattr(-,root,root,-)