%{python_sitearch} → %{python2_sitearch}

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-07-30 00:22:15 +02:00
parent b6fb582a07
commit 84161732c2
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -115,10 +115,10 @@ make %{?_smp_mflags} check || exit 0
%dir %{python_sitearch}/%{name}
%exclude %{python_sitearch}/%{name}/_%{name}.a
%exclude %{python_sitearch}/%{name}/_%{name}.la
%{python_sitearch}/%{name}.pth
%{python_sitearch}/%{name}/*.py
%{python_sitearch}/%{name}/*.py?
%{python_sitearch}/%{name}/_%{name}.so
%{python2_sitearch}/%{name}.pth
%{python2_sitearch}/%{name}/*.py
%{python2_sitearch}/%{name}/*.py?
%{python2_sitearch}/%{name}/_%{name}.so
%changelog
* Wed Jul 25 2018 Devrim Gündüz <devrim@gunduz.org> - 3.6.1-10