summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-09 09:03:49 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-09 09:03:49 +0000
commit599179795f2e20d4ed27f5458aa950df9ba10792 (patch)
tree926049882aa674b6701e64147f164bcc05c61846
parentebe0f37247b32426ba711c2a538f15f1ddb25faa (diff)
automatic import of python-dictfieropeneuler20.03
-rw-r--r--python-dictfier.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-dictfier.spec b/python-dictfier.spec
index 3149a86..1f486b0 100644
--- a/python-dictfier.spec
+++ b/python-dictfier.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Python library to convert Python class instances(Objects) both flat and nested into a dictionary data structure. It's very useful in converting Python Objects into JSON format especially for nested objects, because they can't be handled well by json library
License: MIT
URL: https://github.com/yezyilomo/dictfier
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/86/d1/5b717b7714ae765f149a209655560bb5f782493f6ca000e5dc7c78f97ce8/dictfier-1.5.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/86/d1/5b717b7714ae765f149a209655560bb5f782493f6ca000e5dc7c78f97ce8/dictfier-1.5.1.tar.gz
BuildArch: noarch
@@ -2004,20 +2004,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 .
@@ -2030,5 +2030,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.1-1
+* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.1-1
- Package Spec generated