diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:08:26 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:08:26 +0000 |
commit | 73acd0b0913ffb4d9976a8178bb77cc334a13e33 (patch) | |
tree | 665483551f7b1543b9b18f0dae7bdf656efc29c5 | |
parent | 05d5a208258e922c799e81bdffab88e75b24fd57 (diff) |
automatic import of python-jsonapi-clientopeneuler20.03
-rw-r--r-- | python-jsonapi-client.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-jsonapi-client.spec b/python-jsonapi-client.spec index 7dfc787..7bc5394 100644 --- a/python-jsonapi-client.spec +++ b/python-jsonapi-client.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Comprehensive, yet easy-to-use, pythonic, ORM-like access to JSON API services License: BSD-3 URL: https://github.com/qvantel/jsonapi-client -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8e/b0/c0ff1c3c9716c84bdf32e676ea836e8db9a3c137fbefb2cf228fb7c4de1c/jsonapi_client-0.9.9.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/8e/b0/c0ff1c3c9716c84bdf32e676ea836e8db9a3c137fbefb2cf228fb7c4de1c/jsonapi_client-0.9.9.tar.gz BuildArch: noarch Requires: python3-requests @@ -31,7 +31,7 @@ Provides: python3-jsonapi-client-doc %prep -%autosetup -n jsonapi-client-0.9.9 +%autosetup -n jsonapi_client-0.9.9 %build %py3_build @@ -45,20 +45,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 . @@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.9-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.9-1 - Package Spec generated |