try fix build issue
This commit is contained in:
parent
71c7f2e7d6
commit
0c3d4ffd87
@ -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,-)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user