!4 修改source0 和 源码包一致

From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-11-10 08:33:44 +00:00 committed by Gitee
commit 2f285d5651
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 2 deletions

View File

@ -2,11 +2,11 @@
Name: python-progressbar2
Version: 3.55.0
Release: 1
Release: 2
Summary: A Python Progressbar library to provide visual (yet text based) progress to long running operations.
License: BSD
URL: https://github.com/WoLpH/python-progressbar
Source0: https://github.com/WoLpH/python-progressbar/archive/refs/tags/python-progressbar-%{version}.tar.gz
Source0: https://github.com/WoLpH/python-progressbar/archive/refs/tags/v%{version}.tar.gz
BuildArch: noarch
@ -70,5 +70,8 @@ find %{buildroot} -type f -exec file {} ';' | grep "\<ELF\>" | awk -F ':' '{prin
%{_docdir}/*
%changelog
* Thu Nov 10 2022 xuping <xuping33@h-partners.com> - 3.55.0-2
- change source0
* Mon Oct 18 2021 yinzehao <yinzehao@uniontech.com> - 3.55.0-1
- Package Spec generated