From ca4b36249967279474e5666fa569896d8a2caf2b Mon Sep 17 00:00:00 2001 From: jinjin Date: Thu, 20 Feb 2020 03:20:53 -0500 Subject: [PATCH 1/2] modify failed --- python-sphinx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-sphinx.spec b/python-sphinx.spec index 06f50fb..fc1d776 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -1,7 +1,7 @@ Name: python-sphinx Summary: Python documentation generator Version: 1.7.6 -Release: 5 +Release: 6 Epoch: 1 License: BSD and Public Domain and Python and (MIT or GPLv2) URL: http://sphinx-doc.org/ @@ -295,6 +295,9 @@ LANG=en_US.UTF-8 PYTHON=python3 make test %{_mandir}/man1/* %changelog +* Thu Feb 20 2020 Lijin Yang - 1:1.7.6-6 +- delete useless file + * Thu Feb 20 2020 Lijin Yang - 1:1.7.6-5 - Type: enhancement - ID: NA -- Gitee From 597df13b9024ce3e6a2637b62a9cb68648a96090 Mon Sep 17 00:00:00 2001 From: jinjin Date: Thu, 20 Feb 2020 03:25:37 -0500 Subject: [PATCH 2/2] modify --- python-sphinx.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/python-sphinx.spec b/python-sphinx.spec index fc1d776..715efd7 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -269,14 +269,9 @@ LANG=en_US.UTF-8 PYTHON=python3 make test %license LICENSE %doc AUTHORS CHANGES EXAMPLES README.rst %{_bindir}/sphinx-*-2* -%{_bindir}/sphinx-build -%{_bindir}/sphinx-apidoc -%{_bindir}/sphinx-autogen -%{_bindir}/sphinx-quickstart %{python2_sitelib}/sphinx/ %{python2_sitelib}/Sphinx-%{version}-py%{python2_version}.egg-info/ %{_libexecdir}/python2-sphinx/ -%{_modulesdir}/python-sphinx/.version %files -n python3-sphinx %license LICENSE @@ -289,6 +284,7 @@ LANG=en_US.UTF-8 PYTHON=python3 make test %{python3_sitelib}/sphinx/ %{python3_sitelib}/Sphinx-%{version}-py%{python3_version}.egg-info/ %{_libexecdir}/python3-sphinx/ +%{_modulesdir}/python-sphinx/.version %files help %doc html reST @@ -296,7 +292,7 @@ LANG=en_US.UTF-8 PYTHON=python3 make test %changelog * Thu Feb 20 2020 Lijin Yang - 1:1.7.6-6 -- delete useless file +- delete useless files * Thu Feb 20 2020 Lijin Yang - 1:1.7.6-5 - Type: enhancement -- Gitee