summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 14:47:25 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 14:47:25 +0000
commited3b605eba5c92a819592499960693613adc41f9 (patch)
tree9b77c8f0998d2255248d5a2bd193f320fb4d0798
parentfff76b97f77291fda8c67a2088de831a433eb5cf (diff)
automatic import of python-marshmallow-toplevelopeneuler20.03
-rw-r--r--python-marshmallow-toplevel.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-marshmallow-toplevel.spec b/python-marshmallow-toplevel.spec
index d62fa6c..b1975e2 100644
--- a/python-marshmallow-toplevel.spec
+++ b/python-marshmallow-toplevel.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: Validate top-level lists with all the power of marshmallow
License: MIT
URL: https://github.com/and-semakin/marshmallow-toplevel
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/cf/6a/34ec3695b91a32cc06721500b86d467e89a4537df3247dfcf58b45af7a4d/marshmallow-toplevel-0.1.3.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/cf/6a/34ec3695b91a32cc06721500b86d467e89a4537df3247dfcf58b45af7a4d/marshmallow-toplevel-0.1.3.tar.gz
BuildArch: noarch
Requires: python3-marshmallow
@@ -421,20 +421,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 .
@@ -447,5 +447,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.3-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.3-1
- Package Spec generated