!5 Update package

From: @Wangjunqi123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-11-04 06:30:35 +00:00 committed by Gitee
commit c1f32484fd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 12 additions and 4 deletions

Binary file not shown.

BIN
argparse-manpage-4.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,13 @@
%global _empty_manifest_terminate_build 0
%undefine __brp_mangle_shebangs
Name: python-argparse-manpage
Version: 2.1
Version: 4
Release: 1
Summary: Build manual page from python's ArgumentParser object.
License: Apache 2.0
License: Apache-2.0
URL: https://github.com/praiskup/argparse-manpage
Source0: https://files.pythonhosted.org/packages/5e/cc/4255676631e91e688877b052bb6a9cc1bb566f1bf767e2eb477515f2a817/argparse-manpage-2.1.tar.gz
Source0: https://files.pythonhosted.org/packages/03/cd/0598f30544d602eeb11cbc0d5c5d09cb48bd805ef884e7c56ff1239db7ce/argparse-manpage-4.tar.gz
BuildArch: noarch
@ -14,15 +16,17 @@ Automatically build manpage from argparse
%package -n python3-argparse-manpage
Summary: Build manual page from python's ArgumentParser object.
Provides: python-argparse-manpage
Provides: python-argparse-manpage = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-argparse-manpage
Automatically build manpage from argparse
%package help
Summary: Development documents and examples for argparse-manpage
Provides: python3-argparse-manpage-doc
%description help
Automatically build manpage from argparse
@ -67,8 +71,12 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue Nov 01 2022 wangjunqi <wangjunqi@kylinos.cn> - 4-1
- Update package to version 4
* Thu Jan 27 2022 SimpleUpdate Robot <tc@openeuler.org> - 2.1
- Upgrade to version 2.1
* Mon Jul 06 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated