diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:02:52 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 11:02:52 +0000 |
commit | 73fe0da3b268e47f5a3b514420a97702ac7991f6 (patch) | |
tree | 9fb31885afc745077717a617bba582977449a835 | |
parent | f111e46c69c5694d41e4640e7f1445581eab8a60 (diff) |
automatic import of python-opentracing-async-instrumentationopeneuler20.03
-rw-r--r-- | python-opentracing-async-instrumentation.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-opentracing-async-instrumentation.spec b/python-opentracing-async-instrumentation.spec index b3ca9a5..e4570ce 100644 --- a/python-opentracing-async-instrumentation.spec +++ b/python-opentracing-async-instrumentation.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Async Tracing Instrumentation using OpenTracing API (http://opentracing.io) License: MIT URL: https://gitlab.com/midigator/python_opentracing_async_instrumentation/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ab/29/2ab7c96b4796361fb33aa311ce3bc8bc23579e943310872e9dd4da94d68f/opentracing_async_instrumentation-0.2.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ab/29/2ab7c96b4796361fb33aa311ce3bc8bc23579e943310872e9dd4da94d68f/opentracing_async_instrumentation-0.2.1.tar.gz BuildArch: noarch Requires: python3-future @@ -445,7 +445,7 @@ tox %prep -%autosetup -n opentracing-async-instrumentation-0.2.1 +%autosetup -n opentracing_async_instrumentation-0.2.1 %build %py3_build @@ -459,20 +459,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 . @@ -485,5 +485,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.1-1 - Package Spec generated |