diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 07:14:15 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 07:14:15 +0000 |
commit | e3d09209f3d1d2a221f2d51707f51c81db8ffb70 (patch) | |
tree | 71b5df4e8c9282c20b65d78bb1bdf1adc709c4a2 | |
parent | ecc4989a2e9ce563ec71e727877f13c60fad520b (diff) |
automatic import of python-mcthingsopeneuler20.03
-rw-r--r-- | python-mcthings.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-mcthings.spec b/python-mcthings.spec index 01bea60..0ffde36 100644 --- a/python-mcthings.spec +++ b/python-mcthings.spec @@ -5,7 +5,7 @@ Release: 1 Summary: McThings is a python library for building things in Minecraft License: ASL URL: https://github.com/juntosdesdecasa/mcthings -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/48/6f/1ee24ab575f0b036780d5d641810f4c7810d25a31f28c2ae615863157b4b/mcthings-0.60.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/48/6f/1ee24ab575f0b036780d5d641810f4c7810d25a31f28c2ae615863157b4b/mcthings-0.60.0.tar.gz BuildArch: noarch Requires: python3-mcpi @@ -231,20 +231,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 . @@ -257,5 +257,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.60.0-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.60.0-1 - Package Spec generated |