diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 00:57:01 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 00:57:01 +0000 |
| commit | 62b4960b5fd8295192b864f1cd0287226978360f (patch) | |
| tree | 85ff1922290f9c07ae7d194ab0712cad7130653d | |
| parent | eb6757fe8757dd3a4616cb8b464f5703da75a932 (diff) | |
automatic import of python-prototoolsopeneuler20.03
| -rw-r--r-- | python-prototools.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-prototools.spec b/python-prototools.spec index 8933a9c..92b04c5 100644 --- a/python-prototools.spec +++ b/python-prototools.spec @@ -5,7 +5,7 @@ Release: 1 Summary: console toolbox License: MIT URL: https://proto-tools.github.io/docs/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ff/02/fc2adcf0c49aa4a0377f425366f7b598949068e969f966168d52d6910ae5/prototools-0.1.32.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ff/02/fc2adcf0c49aa4a0377f425366f7b598949068e969f966168d52d6910ae5/prototools-0.1.32.2.tar.gz BuildArch: noarch @@ -189,20 +189,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 . @@ -215,5 +215,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.32.2-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.32.2-1 - Package Spec generated |
