Modify Source0 and remove %{?dist} in release tag

This commit is contained in:
sxt1001 2020-08-01 11:48:43 +08:00
parent 34b1201cd4
commit bae6b7ab34

View File

@ -4,12 +4,11 @@
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.0.3 Version: 1.0.3
Release: 1%{?dist} Release: 2
Summary: Sphinx extension for HTML help files Summary: Sphinx extension for HTML help files
License: BSD License: BSD
URL: http://sphinx-doc.org/ URL: http://sphinx-doc.org/
Source0: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-%{version Source0: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-%{version}.tar.gz
}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: gettext BuildRequires: gettext
@ -80,5 +79,8 @@ popd
%changelog %changelog
* Sat Aug 1 2020 shixuantong <shixuantong@huawei.com> - 1.03-2
- Modify Source0 and remove %{?dist} in release tag
* Fri Jul 31 2020 tianwei <tianwei12@huawei.com> - 1.0.3-1 * Fri Jul 31 2020 tianwei <tianwei12@huawei.com> - 1.0.3-1
- Package Init - Package Init