From bae6b7ab3466814e8d8987b5b3773b1516b11b66 Mon Sep 17 00:00:00 2001 From: sxt1001 Date: Sat, 1 Aug 2020 11:48:43 +0800 Subject: [PATCH] Modify Source0 and remove %{?dist} in release tag --- python-sphinxcontrib-htmlhelp.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-sphinxcontrib-htmlhelp.spec b/python-sphinxcontrib-htmlhelp.spec index fb4cff4..13d8cd4 100644 --- a/python-sphinxcontrib-htmlhelp.spec +++ b/python-sphinxcontrib-htmlhelp.spec @@ -4,12 +4,11 @@ Name: python-%{pypi_name} Version: 1.0.3 -Release: 1%{?dist} +Release: 2 Summary: Sphinx extension for HTML help files License: BSD URL: http://sphinx-doc.org/ -Source0: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-%{version -}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-%{version}.tar.gz BuildArch: noarch BuildRequires: gettext @@ -80,5 +79,8 @@ popd %changelog +* Sat Aug 1 2020 shixuantong - 1.03-2 +- Modify Source0 and remove %{?dist} in release tag + * Fri Jul 31 2020 tianwei - 1.0.3-1 - Package Init -- Gitee