summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 22:34:25 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 22:34:25 +0000
commit3ef3c8d06e444e5a5932b15a29a3283757e0a876 (patch)
treec2dcc5d15fd0322e3a20710f2d2710ca5c950690
parent9a2b7d33891e22ab70fdbe2ef85115c10bfe576d (diff)
automatic import of python-faker-optionalopeneuler20.03
-rw-r--r--python-faker-optional.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-faker-optional.spec b/python-faker-optional.spec
index e3f4d1f..f3af14c 100644
--- a/python-faker-optional.spec
+++ b/python-faker-optional.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: ('Wrapper over other Faker providers to return their value or `None`. Useful to create data of type `Optional[Any]`.',)
License: GNU General Public License v3
URL: https://github.com/lyz-code/faker-optional
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d2/be/86144d99f466e4c9f4826406cd3497fbdad6fe4cd0287655c5762db3aaf9/faker-optional-0.1.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/d2/be/86144d99f466e4c9f4826406cd3497fbdad6fe4cd0287655c5762db3aaf9/faker-optional-0.1.1.tar.gz
BuildArch: noarch
Requires: python3-faker
@@ -133,20 +133,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 .
@@ -159,5 +159,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.1-1
- Package Spec generated