diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:55:43 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 22:55:43 +0000 |
commit | 20acedab035e8368ee925c5b7ccc4b19963aa0f9 (patch) | |
tree | 3913f120c61b21424b0b31d53dda65a1570755ca | |
parent | 3e5a76b0b7139783c5671fafbbffd72a0da48a22 (diff) |
automatic import of python-cli2openeuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-cli2.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /cli2-2.6.1.tar.gz +/cli2-2.6.2.tar.gz diff --git a/python-cli2.spec b/python-cli2.spec index 0cfc8d4..5a3c180 100644 --- a/python-cli2.spec +++ b/python-cli2.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cli2 -Version: 2.6.1 +Version: 2.6.2 Release: 1 Summary: image:: https://yourlabs.io/oss/cli2/badges/master/pipeline.svg License: MIT URL: https://yourlabs.io/oss/cli2 -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/83/f2/d6f30c4f0e212f8946a358969ff8d2310d1194d70b5d964495c77a91016f/cli2-2.6.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/bc/f8/ea5d0324743eecbe1a9097c8f0f116b27faa9dc841d5a13a619eb9cfb2d6/cli2-2.6.2.tar.gz BuildArch: noarch @@ -109,7 +109,7 @@ When you call a group on the command line, it displays help by default to drive the user. %prep -%autosetup -n cli2-2.6.1 +%autosetup -n cli2-2.6.2 %build %py3_build @@ -123,20 +123,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -149,5 +149,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.6.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.6.2-1 - Package Spec generated @@ -1 +1 @@ -4d859649e38807efccafbb6430ca102f cli2-2.6.1.tar.gz +0806a465d1f427aabeb08f3f1475c96c cli2-2.6.2.tar.gz |