summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 06:51:36 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 06:51:36 +0000
commit4c63f95095542d52c55d22afc50c2cc48c850b4c (patch)
treecd0281656c4193ec8da139c04dca2996afc24c0c
parent276f48856b8ea7ebe8ea2dabcfb78cd923d62a87 (diff)
automatic import of python-sorceryopeneuler20.03
-rw-r--r--python-sorcery.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-sorcery.spec b/python-sorcery.spec
index adb66c2..67f9218 100644
--- a/python-sorcery.spec
+++ b/python-sorcery.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Dark magic delights in Python
License: MIT
URL: https://github.com/alexmojaki/sorcery
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f7/8c/15a9df10a6a2c6667a0df1079df1493831e43ecea5133f4a781646b16c1a/sorcery-0.2.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/f7/8c/15a9df10a6a2c6667a0df1079df1493831e43ecea5133f4a781646b16c1a/sorcery-0.2.2.tar.gz
BuildArch: noarch
Requires: python3-executing
@@ -1126,20 +1126,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 .
@@ -1152,5 +1152,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.2-1
- Package Spec generated