summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 12:58:06 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 12:58:06 +0000
commit30de5cb3cdd5cf7e18cbe6bb9624c9a6d097761d (patch)
tree52ad5c6c079dcefdea1bedee7e5bc2d497752107
parent91b050ff5ab4509052ff0f5d96624b2e7d0b82ae (diff)
automatic import of python-pymongooseopeneuler20.03
-rw-r--r--python-pymongoose.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pymongoose.spec b/python-pymongoose.spec
index af5bf03..5552fe4 100644
--- a/python-pymongoose.spec
+++ b/python-pymongoose.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A pymongo helper with methods and classes
License: MIT License
URL: https://github.com/djcharles26/pymongoose
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e4/56/2be0e9bc993c2a74ae16400b58db234a86e99553c753754a14ebf44227ed/pymongoose-1.3.7.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/e4/56/2be0e9bc993c2a74ae16400b58db234a86e99553c753754a14ebf44227ed/pymongoose-1.3.7.tar.gz
BuildArch: noarch
Requires: python3-pymongo
@@ -925,20 +925,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 .
@@ -951,5 +951,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.7-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.7-1
- Package Spec generated