summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 09:19:28 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 09:19:28 +0000
commit9813bb99aabc82b4c3f67b5b5b9f672fd3ec0cda (patch)
treecc4e574c7f7a539b39ca9f49b6c69aedc569c55a
parent5ac81173bf7785ed2258c9efc71f85a471d32e3a (diff)
automatic import of python-amqp-mockopeneuler20.03
-rw-r--r--python-amqp-mock.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-amqp-mock.spec b/python-amqp-mock.spec
index 28403df..9999a83 100644
--- a/python-amqp-mock.spec
+++ b/python-amqp-mock.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Remote AMQP mock
License: Apache-2.0
URL: https://github.com/nikitanovosibirsk/amqp-mock
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f0/f9/170796086b34db1ebb87ab01591385cd9c31804fa9b994d4898471d56435/amqp-mock-0.4.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/f0/f9/170796086b34db1ebb87ab01591385cd9c31804fa9b994d4898471d56435/amqp-mock-0.4.0.tar.gz
BuildArch: noarch
Requires: python3-aiohttp
@@ -956,20 +956,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 .
@@ -982,5 +982,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.0-1
- Package Spec generated