summaryrefslogtreecommitdiff
path: root/python-ddsketch.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 23:32:30 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 23:32:30 +0000
commitf6c090bde4b0047a704afe95b4c69a84279f75f5 (patch)
treecc4b540c95fdea82fb7ae1e26a851c55e21a17b2 /python-ddsketch.spec
parent60d9ccee8a6a2a625fdcad19a1e17fec058bb491 (diff)
automatic import of python-ddsketchopeneuler20.03
Diffstat (limited to 'python-ddsketch.spec')
-rw-r--r--python-ddsketch.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-ddsketch.spec b/python-ddsketch.spec
index 28b69c9..4591a0d 100644
--- a/python-ddsketch.spec
+++ b/python-ddsketch.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Distributed quantile sketches
License: Apache Software License
URL: http://github.com/datadog/sketches-py
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c7/18/668af158f4a464f220f93aca4c87d68f1bb2271fb9b0211ac1b500a65af4/ddsketch-2.0.4.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/c7/18/668af158f4a464f220f93aca4c87d68f1bb2271fb9b0211ac1b500a65af4/ddsketch-2.0.4.tar.gz
BuildArch: noarch
Requires: python3-six
@@ -481,20 +481,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 .
@@ -507,5 +507,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.4-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.4-1
- Package Spec generated