!6 make sphinx-build enable

Merge pull request !6 from jinjin/master
This commit is contained in:
openeuler-ci-bot 2020-02-20 16:45:36 +08:00 committed by Gitee
commit 213dfe53b7

View File

@ -1,7 +1,7 @@
Name: python-sphinx Name: python-sphinx
Summary: Python documentation generator Summary: Python documentation generator
Version: 1.7.6 Version: 1.7.6
Release: 5 Release: 6
Epoch: 1 Epoch: 1
License: BSD and Public Domain and Python and (MIT or GPLv2) License: BSD and Public Domain and Python and (MIT or GPLv2)
URL: http://sphinx-doc.org/ URL: http://sphinx-doc.org/
@ -269,14 +269,9 @@ LANG=en_US.UTF-8 PYTHON=python3 make test
%license LICENSE %license LICENSE
%doc AUTHORS CHANGES EXAMPLES README.rst %doc AUTHORS CHANGES EXAMPLES README.rst
%{_bindir}/sphinx-*-2* %{_bindir}/sphinx-*-2*
%{_bindir}/sphinx-build
%{_bindir}/sphinx-apidoc
%{_bindir}/sphinx-autogen
%{_bindir}/sphinx-quickstart
%{python2_sitelib}/sphinx/ %{python2_sitelib}/sphinx/
%{python2_sitelib}/Sphinx-%{version}-py%{python2_version}.egg-info/ %{python2_sitelib}/Sphinx-%{version}-py%{python2_version}.egg-info/
%{_libexecdir}/python2-sphinx/ %{_libexecdir}/python2-sphinx/
%{_modulesdir}/python-sphinx/.version
%files -n python3-sphinx %files -n python3-sphinx
%license LICENSE %license LICENSE
@ -289,12 +284,16 @@ LANG=en_US.UTF-8 PYTHON=python3 make test
%{python3_sitelib}/sphinx/ %{python3_sitelib}/sphinx/
%{python3_sitelib}/Sphinx-%{version}-py%{python3_version}.egg-info/ %{python3_sitelib}/Sphinx-%{version}-py%{python3_version}.egg-info/
%{_libexecdir}/python3-sphinx/ %{_libexecdir}/python3-sphinx/
%{_modulesdir}/python-sphinx/.version
%files help %files help
%doc html reST %doc html reST
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Thu Feb 20 2020 Lijin Yang <yanglijin@huawei.com> - 1:1.7.6-6
- delete useless files
* Thu Feb 20 2020 Lijin Yang <yanglijin@huawei.com> - 1:1.7.6-5 * Thu Feb 20 2020 Lijin Yang <yanglijin@huawei.com> - 1:1.7.6-5
- Type: enhancement - Type: enhancement
- ID: NA - ID: NA