diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 08:52:05 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 08:52:05 +0000 |
commit | 5a4348b9e4b7dffe188dd9daddb0081aee27f441 (patch) | |
tree | 3b3a9b2a43d44f6a36e26e9d3b6f7cd398dc94d0 | |
parent | 1835002d94731bc222a5289f8a3ffc1a5d665a89 (diff) |
automatic import of python-believeopeneuler20.03
-rw-r--r-- | python-believe.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-believe.spec b/python-believe.spec index 8a21f5a..6916706 100644 --- a/python-believe.spec +++ b/python-believe.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A easy to use validator for json content License: None URL: https://pypi.org/project/believe/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/91/17/d62d3f8f8b16c6266ee0c070ce51a90c1d732042ac560a41c239b6c08356/believe-1.0.13.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/91/17/d62d3f8f8b16c6266ee0c070ce51a90c1d732042ac560a41c239b6c08356/believe-1.0.13.tar.gz BuildArch: noarch Requires: python3-flit @@ -505,20 +505,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 . @@ -531,5 +531,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.13-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.13-1 - Package Spec generated |