summaryrefslogtreecommitdiff
path: root/python-cli2.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-cli2.spec')
-rw-r--r--python-cli2.spec18
1 files changed, 9 insertions, 9 deletions
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