From eec80d3cbcabe1dbd79e9da9bfef08935f6132f8 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Mon, 27 Feb 2023 18:11:34 +0800 Subject: [PATCH] remove reduncency cache file --- python-sphinx-argparse.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-sphinx-argparse.spec b/python-sphinx-argparse.spec index 027f91c..448c3ff 100644 --- a/python-sphinx-argparse.spec +++ b/python-sphinx-argparse.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-sphinx-argparse Version: 0.4.0 -Release: 1 +Release: 2 Summary: A sphinx extension that automatically documents argparse commands and options License: MIT URL: https://github.com/ashb/sphinx-argparse @@ -65,11 +65,16 @@ mv %{buildroot}/doclist.lst . %files -n python3-sphinx-argparse -f filelist.lst %dir %{python3_sitelib}/* +%exclude %{python3_sitelib}/test/__pycache__/__init__.cpython-310.opt-1.pyc +%exclude %{python3_sitelib}/test/__pycache__/__init__.cpython-310.pyc %files help -f doclist.lst %{_docdir}/* %changelog +* Mon Feb 27 2023 Ge Wang - 0.4.0-2 +- Remove reduncency cache file + * Wed Dec 07 2022 chendexi - 0.4.0-1 - Upgrade package to version 0.4.0 -- Gitee