Replace forgotten %{python_sitearch} by %{python2_sitearch}

This commit is contained in:
Jitka Plesnikova 2018-09-12 16:01:17 +02:00
parent 84161732c2
commit ead011a948

View File

@ -112,9 +112,9 @@ make %{?_smp_mflags} check || exit 0
%exclude %{_libdir}/*.a
%files -n python2-geos
%dir %{python_sitearch}/%{name}
%exclude %{python_sitearch}/%{name}/_%{name}.a
%exclude %{python_sitearch}/%{name}/_%{name}.la
%dir %{python2_sitearch}/%{name}
%exclude %{python2_sitearch}/%{name}/_%{name}.a
%exclude %{python2_sitearch}/%{name}/_%{name}.la
%{python2_sitearch}/%{name}.pth
%{python2_sitearch}/%{name}/*.py
%{python2_sitearch}/%{name}/*.py?