diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:39:55 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:39:55 +0000 |
| commit | 786c10d20ac890584c750ebd519a2986513a5121 (patch) | |
| tree | 058d8a0bd902b56ebef4bb5690eb508a56f2736c /python-solidserverrest.spec | |
| parent | 5201b26982577608df377aaf067c1e33adad2459 (diff) | |
automatic import of python-solidserverrestopeneuler20.03
Diffstat (limited to 'python-solidserverrest.spec')
| -rw-r--r-- | python-solidserverrest.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-solidserverrest.spec b/python-solidserverrest.spec index 2fc2bae..1b011df 100644 --- a/python-solidserverrest.spec +++ b/python-solidserverrest.spec @@ -5,7 +5,7 @@ Release: 1 Summary: The SOLIDserverRest is a library to drive EfficientIP API License: BSD 2 URL: https://gitlab.com/efficientip/solidserverrest -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/68/80/f1f1b4a77b60b89dc5805647c3297f3e17409c67aa07e5d8cb8a601d8a96/SOLIDserverRest-2.3.9.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/68/80/f1f1b4a77b60b89dc5805647c3297f3e17409c67aa07e5d8cb8a601d8a96/SOLIDserverRest-2.3.9.tar.gz BuildArch: noarch Requires: python3-requests @@ -454,20 +454,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 . @@ -480,5 +480,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3.9-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.3.9-1 - Package Spec generated |
