diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:33:23 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:33:23 +0000 |
| commit | 7bd8517750b65300c79238989e840ede5d9ac7c6 (patch) | |
| tree | 5f879f903d2721e0feb64db2a9741d225c35db6f | |
| parent | 4ed80bc328460125434c3f19ed3672456ee5ba85 (diff) | |
automatic import of python-allzparkopeneuler20.03
| -rw-r--r-- | python-allzpark.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-allzpark.spec b/python-allzpark.spec index 440c4e8..35e4775 100644 --- a/python-allzpark.spec +++ b/python-allzpark.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A cross-platform launcher for film and games projects, built on Rez License: LGPL URL: https://github.com/mottosso/allzpark -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/08/5e/23aab5806089e9ec2f60a6b6e20f65f091b8224e05d728c26b64eab88482/allzpark-1.3.129.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/08/5e/23aab5806089e9ec2f60a6b6e20f65f091b8224e05d728c26b64eab88482/allzpark-1.3.129.tar.gz BuildArch: noarch Requires: python3-bleeding-rez @@ -55,20 +55,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 . @@ -81,5 +81,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.129-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.129-1 - Package Spec generated |
