diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 06:33:06 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 06:33:06 +0000 |
commit | 3236d96fec830f816373af1a192b5f5a2be620e2 (patch) | |
tree | ad958855b9f90731bffa26650b0b5e0255ce5691 | |
parent | 264ad693299ccfe6829a2d9f3d811fe4e8808fa6 (diff) |
automatic import of python-libddogopeneuler20.03
-rw-r--r-- | python-libddog.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-libddog.spec b/python-libddog.spec index d67952b..c072d72 100644 --- a/python-libddog.spec +++ b/python-libddog.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Datadog automation tool License: MIT URL: https://github.com/nearmap/libddog -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c0/fd/0b4e8dce0cd2fa1c256d04834a74e3c757edf7bde9e86ae2546c21e2b2fe/libddog-0.1.8.post1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/c0/fd/0b4e8dce0cd2fa1c256d04834a74e3c757edf7bde9e86ae2546c21e2b2fe/libddog-0.1.8.post1.tar.gz BuildArch: noarch Requires: python3-click @@ -212,20 +212,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 . @@ -238,5 +238,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.8.post1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.8.post1-1 - Package Spec generated |