init
This commit is contained in:
parent
f40e847a80
commit
91ababf60a
@ -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: 3
|
Release: 4
|
||||||
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/
|
||||||
@ -282,6 +282,10 @@ 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-*-3*
|
%{_bindir}/sphinx-*-3*
|
||||||
|
%{_bindir}/sphinx-build
|
||||||
|
%{_bindir}/sphinx-apidoc
|
||||||
|
%{_bindir}/sphinx-autogen
|
||||||
|
%{_bindir}/sphinx-quickstart
|
||||||
%{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/
|
||||||
@ -291,5 +295,5 @@ LANG=en_US.UTF-8 PYTHON=python3 make test
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Nov 14 2019 Lijin Yang <yanglijin@huawei.com> - 1:1.7.6-2
|
* Thu Nov 14 2019 Lijin Yang <yanglijin@huawei.com> - 1:1.7.6-4
|
||||||
- init package
|
- init package
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user