diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:17:57 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:17:57 +0000 |
commit | 3f20e5c0c1b08838caf4ddf038a443dd2e920af1 (patch) | |
tree | e8e57cc9b6f3c56eefa6d5a0cd913f207ae8a3c9 | |
parent | c80e96354a06216210007f6bde27b32bbe456995 (diff) |
automatic import of python-cohesivenetopeneuler20.03
-rw-r--r-- | python-cohesivenet.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-cohesivenet.spec b/python-cohesivenet.spec index 8a91b21..3558049 100644 --- a/python-cohesivenet.spec +++ b/python-cohesivenet.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Cohesive Networks SDK License: MIT URL: https://github.com/cohesive/python-cohesivenet-sdk -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ea/bb/08495797a0f8e80ea05f7d52e2cd8fa92fe8bdb9e51f38897f51deb47e58/cohesivenet-1.0.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ea/bb/08495797a0f8e80ea05f7d52e2cd8fa92fe8bdb9e51f38897f51deb47e58/cohesivenet-1.0.1.tar.gz BuildArch: noarch Requires: python3-urllib3 @@ -577,20 +577,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 . @@ -603,5 +603,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.1-1 - Package Spec generated |