summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 07:44:57 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 07:44:57 +0000
commit4c4439946f1a53a0ab1e61a216f9615409539dc7 (patch)
tree325d96fffdf0bb10649382f13c53fa5377e49fdf
parent037b8ded2007464010f3e098ae26851a5654b1ce (diff)
automatic import of python-async-task-queueopeneuler20.03
-rw-r--r--python-async-task-queue.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-async-task-queue.spec b/python-async-task-queue.spec
index 0bacc29..dbd0ae1 100644
--- a/python-async-task-queue.spec
+++ b/python-async-task-queue.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: In-memory FIFO queue for concurrent task execution
License: BSD-3-Clause
URL: https://github.com/NarrativeScience/async-task-queue
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f7/83/b419adb62ed208a6cf48f9c4a200e331549746b6fc4cc0831a1059aac145/async-task-queue-0.1.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/f7/83/b419adb62ed208a6cf48f9c4a200e331549746b6fc4cc0831a1059aac145/async-task-queue-0.1.2.tar.gz
BuildArch: noarch
@@ -267,20 +267,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 .
@@ -293,5 +293,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.2-1
- Package Spec generated