mark that package contain directory explicitly
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
9e2c4475a7
commit
6cdd7f0099
@ -89,14 +89,14 @@ tox --sitepackages -e py27,py%{python3_version_nodots}
|
||||
%files -n python2-%{realname}
|
||||
%doc README
|
||||
%license COPYING
|
||||
%{python_sitelib}/%{realname}
|
||||
%{python_sitelib}/%{realname}/
|
||||
%{python_sitelib}/%{realname}-%{version}-*.egg-info
|
||||
|
||||
%if 0%{?rhel} == 0
|
||||
%files -n python3-%{realname}
|
||||
%doc README
|
||||
%license COPYING
|
||||
%{python3_sitelib}/%{realname}
|
||||
%{python3_sitelib}/%{realname}/
|
||||
%{python3_sitelib}/%{realname}-%{version}-*.egg-info
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user