summaryrefslogtreecommitdiff
path: root/python-kvlayer.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 19:39:54 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 19:39:54 +0000
commita382ec4e9e83685378bbc2b58a13ca4b4da5f8a4 (patch)
treef6c68b34bfb2a9b293d1015dae206cbc22e2db9b /python-kvlayer.spec
parent06f10bd2db2f9f67172336c0841315344a55328f (diff)
automatic import of python-kvlayeropeneuler20.03
Diffstat (limited to 'python-kvlayer.spec')
-rw-r--r--python-kvlayer.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-kvlayer.spec b/python-kvlayer.spec
index be9cb2c..286d6a8 100644
--- a/python-kvlayer.spec
+++ b/python-kvlayer.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: table-oriented abstraction layer over key-value stores
License: MIT/X11 license http://opensource.org/licenses/MIT
URL: http://diffeo.com
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/dd/0f/ca886387356fbe8c2cf6a3b67a824cf8ff3fdd578b365ec6e07778b9fc25/kvlayer-0.5.9.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/dd/0f/ca886387356fbe8c2cf6a3b67a824cf8ff3fdd578b365ec6e07778b9fc25/kvlayer-0.5.9.tar.gz
BuildArch: noarch
@@ -42,20 +42,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 .
@@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.9-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.9-1
- Package Spec generated