- Make this package also own %{python_sitelib}/sphinxcontrib

directory, so it is properly owned.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=111
This commit is contained in:
Matej Cepl 2018-12-07 20:22:04 +00:00 committed by Git OBS Bridge
parent a27c0c338c
commit 389f21a1d3
3 changed files with 9 additions and 2 deletions

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Dec 7 21:20:58 CET 2018 - mcepl@suse.com
- Make this package also own %{python_sitelib}/sphinxcontrib
directory, so it is properly owned.
-------------------------------------------------------------------
Wed Jul 18 15:28:39 UTC 2018 - mimi.vx@gmail.com

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -201,6 +201,7 @@ sed -i 's/\r$//' sphinx/themes/basic/static/jquery.js # Fix wrong end-of-line en
%exclude %{python_sitelib}/sphinx/texinputs/
%endif
%{python_sitelib}/Sphinx-%{version}-py*.egg-info
%dir %{python_sitelib}/sphinxcontrib
# Requirements are not available on SLES
%if %{with latex}