fix ftbfs

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-01-17 18:20:41 +01:00
parent 425a1d477d
commit 52eeaf6a6d

View File

@ -86,15 +86,15 @@ nosetests-%{python3_version}
%files -n python2-%{pypi_name} %files -n python2-%{pypi_name}
%doc README.rst %doc README.rst
%license LICENSE %license LICENSE
%{python2_sitelib}/%{pypi_name} %{python2_sitelib}/%{pypi_name}/
%{python2_sitelib}/%{pypi_name}-%{version}-py%{python_version}.egg-info %{python2_sitelib}/%{pypi_name}-*.egg-info/
%if 0%{?with_python3} %if 0%{?with_python3}
%files -n python3-%{pypi_name} %files -n python3-%{pypi_name}
%doc README.rst %doc README.rst
%license LICENSE %license LICENSE
%{python3_sitelib}/%{pypi_name} %{python3_sitelib}/%{pypi_name}/
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %{python3_sitelib}/%{pypi_name}-*.egg-info/
%endif # with_python3 %endif # with_python3