summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 09:50:13 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 09:50:13 +0000
commit7c730c21d4d981fee45e42bbfa7c095b6c96def8 (patch)
treeedace9dd7bcafe7972c51f816de295999c3acb07
parent2f702395a524e645cc3fd75f013c7835ef844ff5 (diff)
automatic import of python-pytest-mock-serveropeneuler20.03
-rw-r--r--python-pytest-mock-server.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pytest-mock-server.spec b/python-pytest-mock-server.spec
index d9df5b8..154e410 100644
--- a/python-pytest-mock-server.spec
+++ b/python-pytest-mock-server.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Mock server plugin for pytest
License: MIT
URL: https://github.com/AndreyErmilov/pytest-mock-server
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/09/9a/5dc3e93aa3ba8b01e219b52d1305b84bfa828d23a797b313fadc9a99d6e5/pytest-mock-server-0.3.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/09/9a/5dc3e93aa3ba8b01e219b52d1305b84bfa828d23a797b313fadc9a99d6e5/pytest-mock-server-0.3.0.tar.gz
BuildArch: noarch
Requires: python3-flask
@@ -44,20 +44,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 .
@@ -70,5 +70,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.0-1
- Package Spec generated