summaryrefslogtreecommitdiff
path: root/python-log3.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 12:06:32 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 12:06:32 +0000
commitd3178669bd5b28083909d4a0884a8d6ea5bceb3c (patch)
tree2417a0b89df591c807664b3be3b9381d021b2505 /python-log3.spec
parent9da888a71e4d905cb3d0c8bde9c0e9c27d002357 (diff)
automatic import of python-log3openeuler20.03
Diffstat (limited to 'python-log3.spec')
-rw-r--r--python-log3.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-log3.spec b/python-log3.spec
index 626b417..397b0d8 100644
--- a/python-log3.spec
+++ b/python-log3.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: High level logging client builtin support for colored terminal output
License: MIT License
URL: https://github.com/orlandodiaz/log3
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4e/1e/5c29e2a929598f48c940101ebde70bdef0eea726594719d89939ebab7e26/log3-0.1.7.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/4e/1e/5c29e2a929598f48c940101ebde70bdef0eea726594719d89939ebab7e26/log3-0.1.7.tar.gz
BuildArch: noarch
Requires: python3-colorama
@@ -274,20 +274,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 .
@@ -300,5 +300,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.7-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.7-1
- Package Spec generated