be more explicit in file list
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
880e6417a5
commit
12a888d0a8
@ -141,7 +141,8 @@ py.test-%{python3_version} -r s -k"-TestWCSvnCommandPath" testing
|
|||||||
%if %{with docs}
|
%if %{with docs}
|
||||||
%doc doc/_build-2/html
|
%doc doc/_build-2/html
|
||||||
%endif # with_docs
|
%endif # with_docs
|
||||||
%{python2_sitelib}/*
|
%{python2_sitelib}/py-*.egg-info/
|
||||||
|
%{python2_sitelib}/py/
|
||||||
|
|
||||||
%files -n python3-%{srcname}
|
%files -n python3-%{srcname}
|
||||||
%doc CHANGELOG
|
%doc CHANGELOG
|
||||||
@ -150,7 +151,8 @@ py.test-%{python3_version} -r s -k"-TestWCSvnCommandPath" testing
|
|||||||
%if %{with docs}
|
%if %{with docs}
|
||||||
%doc doc/_build-3/html
|
%doc doc/_build-3/html
|
||||||
%endif # with_docs
|
%endif # with_docs
|
||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/py-*.egg-info/
|
||||||
|
%{python3_sitelib}/py/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Nov 03 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.4.34-6
|
* Fri Nov 03 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.4.34-6
|
||||||
|
Loading…
Reference in New Issue
Block a user