diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 19:31:03 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 19:31:03 +0000 |
| commit | 4582e2838971a15db55c65dcf7f4e2bd71fbbcc6 (patch) | |
| tree | 853c0e57e3dfa47fad659e7d3121a0ba46138381 | |
| parent | 064c7fe2fa3af5f8bc3b905e260529fadf652555 (diff) | |
automatic import of python-softozor-graphql-clientopeneuler20.03
| -rw-r--r-- | python-softozor-graphql-client.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-softozor-graphql-client.spec b/python-softozor-graphql-client.spec index 0e40e10..e5556a6 100644 --- a/python-softozor-graphql-client.spec +++ b/python-softozor-graphql-client.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A client library for graphql License: MIT License URL: https://gitlab.hidora.com/softozor/packages -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/68/93/5850148a773e34f2effa8dc24d7174d1dbe954e84fcfebdcbfdda4d85072/softozor-graphql-client-1.0.15.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/68/93/5850148a773e34f2effa8dc24d7174d1dbe954e84fcfebdcbfdda4d85072/softozor-graphql-client-1.0.15.tar.gz BuildArch: noarch Requires: python3-six @@ -43,20 +43,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 . @@ -69,5 +69,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.15-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.15-1 - Package Spec generated |
