remove unuse files

(cherry picked from commit 4ab06ee02b76b559d03d6f37fc9758c0cb5fe1b7)
This commit is contained in:
cherry530 2022-01-27 18:55:57 +08:00 committed by openeuler-sync-bot
parent ae504bef6f
commit 7f086f24ab
3 changed files with 6 additions and 3 deletions

Binary file not shown.

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

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-argparse-manpage
Version: 1.4
Version: 2.1
Release: 1
Summary: Build manual page from python's ArgumentParser object.
License: Apache 2.0
URL: https://github.com/praiskup/argparse-manpage
Source0: https://files.pythonhosted.org/packages/4a/36/321928bb01ad13714d92413d8d65bd22494da1b327d1ef23d3b9c468bdf2/argparse-manpage-1.4.tar.gz
Source0: https://files.pythonhosted.org/packages/5e/cc/4255676631e91e688877b052bb6a9cc1bb566f1bf767e2eb477515f2a817/argparse-manpage-2.1.tar.gz
BuildArch: noarch
@ -27,7 +27,7 @@ Provides: python3-argparse-manpage-doc
Automatically build manpage from argparse
%prep
%autosetup -n argparse-manpage-1.4
%autosetup -n argparse-manpage-%{version} -p1
%build
%py3_build
@ -67,5 +67,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* 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