diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 00:57:46 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 00:57:46 +0000 |
commit | ae4842eca537cb3aa55692d8842732f0482b03a1 (patch) | |
tree | 438712d7a3bd1b6d699e49046ab4bda6c7aa5e86 /python-dothttp-req.spec | |
parent | 400207823fddbbec422e4e4a66b9f868cccd54d4 (diff) |
automatic import of python-dothttp-reqopeneuler20.03
Diffstat (limited to 'python-dothttp-req.spec')
-rw-r--r-- | python-dothttp-req.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-dothttp-req.spec b/python-dothttp-req.spec index a95cb68..d106bea 100644 --- a/python-dothttp-req.spec +++ b/python-dothttp-req.spec @@ -5,7 +5,7 @@ Release: 1 Summary: DotHttp recommended tool for making http requests. License: MIT URL: https://pypi.org/project/dothttp-req/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/55/ab/83533e7bcc8878e1d9228bffe187297f8dc25791c98d2c248ce3ad339ae0/dothttp_req-0.0.41.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/55/ab/83533e7bcc8878e1d9228bffe187297f8dc25791c98d2c248ce3ad339ae0/dothttp_req-0.0.41.tar.gz BuildArch: noarch Requires: python3-jsonschema @@ -762,7 +762,7 @@ format: ``` %prep -%autosetup -n dothttp-req-0.0.41 +%autosetup -n dothttp_req-0.0.41 %build %py3_build @@ -776,20 +776,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 . @@ -802,5 +802,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.41-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.41-1 - Package Spec generated |