diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:26:52 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:26:52 +0000 |
commit | 65e057449a84df30c8c7fc7f8da5f16557004b79 (patch) | |
tree | 230e9eed9694a97c4b1f368b95dc41a3b033cbaf | |
parent | 54311d8704dae3a3de4650f26cc8479cacb0877a (diff) |
automatic import of python-cmdtools-pyopeneuler20.03
-rw-r--r-- | python-cmdtools-py.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-cmdtools-py.spec b/python-cmdtools-py.spec index 5e08fa5..0b0a6db 100644 --- a/python-cmdtools-py.spec +++ b/python-cmdtools-py.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A (not quite) flexible command framework License: MIT URL: https://github.com/HugeBrain16/cmdtools -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/20/c1/2e68e4012ea39a402d137d26e509c89b865008256dc085245bb0afc45d51/cmdtools_py-3.0.4.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/20/c1/2e68e4012ea39a402d137d26e509c89b865008256dc085245bb0afc45d51/cmdtools_py-3.0.4.tar.gz BuildArch: noarch @@ -193,7 +193,7 @@ Documentation: https://cmdtools-py.readthedocs.io/en/latest %prep -%autosetup -n cmdtools-py-3.0.4 +%autosetup -n cmdtools_py-3.0.4 %build %py3_build @@ -207,20 +207,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 . @@ -233,5 +233,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.4-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.0.4-1 - Package Spec generated |