summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 13:01:36 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 13:01:36 +0000
commitbbb7c864138e3715e5f04b5c9d3ad01655f14289 (patch)
tree1315571fb0a82cd0ff60acb92ec80189f370e4ee
parent21c2bf0bf58f15c05d99422a8430434e74536ba0 (diff)
automatic import of python-shinny-structlogopeneuler20.03
-rw-r--r--python-shinny-structlog.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-shinny-structlog.spec b/python-shinny-structlog.spec
index fd99a79..280a0e9 100644
--- a/python-shinny-structlog.spec
+++ b/python-shinny-structlog.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Shinny StructLog
License: Apache Software License
URL: https://github.com/shinnytech/structlog-python
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a4/8f/66169d65384be6ab15e146db5f1b384a74ce202aa7bdc311f3a088187fb5/shinny-structlog-0.0.4.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/a4/8f/66169d65384be6ab15e146db5f1b384a74ce202aa7bdc311f3a088187fb5/shinny-structlog-0.0.4.tar.gz
BuildArch: noarch
@@ -1704,20 +1704,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 .
@@ -1730,5 +1730,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.4-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.4-1
- Package Spec generated