Own the sphinxcontrib directory (#1669790)
This commit is contained in:
parent
833015ffe7
commit
dbb50a5e0f
@ -331,6 +331,10 @@ do
|
|||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
# Create the sphinxcontrib directory, so we can own it
|
||||||
|
# See https://bugzilla.redhat.com/show_bug.cgi?id=1669790 for rationale
|
||||||
|
mkdir %{buildroot}%{python3_sitelib}/sphinxcontrib
|
||||||
|
|
||||||
%find_lang sphinx
|
%find_lang sphinx
|
||||||
|
|
||||||
# Language files; Since these are javascript, it's not immediately obvious to
|
# Language files; Since these are javascript, it's not immediately obvious to
|
||||||
@ -359,6 +363,7 @@ export PATH=%{buildroot}%{_bindir}:$PATH
|
|||||||
%doc AUTHORS CHANGES EXAMPLES README.rst
|
%doc AUTHORS CHANGES EXAMPLES README.rst
|
||||||
%{_bindir}/sphinx-*
|
%{_bindir}/sphinx-*
|
||||||
%{python3_sitelib}/sphinx/
|
%{python3_sitelib}/sphinx/
|
||||||
|
%dir %{python3_sitelib}/sphinxcontrib/
|
||||||
%{python3_sitelib}/Sphinx-%{upstream_version}-py%{python3_version}.egg-info/
|
%{python3_sitelib}/Sphinx-%{upstream_version}-py%{python3_version}.egg-info/
|
||||||
%{_libexecdir}/python3-sphinx/
|
%{_libexecdir}/python3-sphinx/
|
||||||
%dir %{_datadir}/sphinx/
|
%dir %{_datadir}/sphinx/
|
||||||
@ -379,6 +384,7 @@ export PATH=%{buildroot}%{_bindir}:$PATH
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Apr 10 2019 Miro Hrončok <mhroncok@redhat.com> - 1:2.0.1-1
|
* Wed Apr 10 2019 Miro Hrončok <mhroncok@redhat.com> - 1:2.0.1-1
|
||||||
- Update to 2.0.1 (#1697544)
|
- Update to 2.0.1 (#1697544)
|
||||||
|
- Own the sphinxcontrib directory (#1669790)
|
||||||
|
|
||||||
* Wed Mar 27 2019 Charalampos Stratakis <cstratak@redhat.com> - 1:2.0.0~b2-1
|
* Wed Mar 27 2019 Charalampos Stratakis <cstratak@redhat.com> - 1:2.0.0~b2-1
|
||||||
- Update to 2.0.0b2
|
- Update to 2.0.0b2
|
||||||
|
Loading…
Reference in New Issue
Block a user