diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:18:05 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:18:05 +0000 |
commit | 5e846179feaedf953155e2ffd2528a41bc84880a (patch) | |
tree | 94904a377b44b502f0b37d90874a9b357274c3e9 | |
parent | a0ec0123828d16b4ed508813706aba4c5829eff4 (diff) |
automatic import of python-pyfastnoiseliteopeneuler20.03
-rw-r--r-- | python-pyfastnoiselite.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pyfastnoiselite.spec b/python-pyfastnoiselite.spec index 27e7e41..b7d40de 100644 --- a/python-pyfastnoiselite.spec +++ b/python-pyfastnoiselite.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Cython wrapper for Auburns' FastNoise Lite. License: MIT License URL: https://github.com/tizilogic/pyfastnoiselite -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ca/89/e083519b4852a04aee0a26e702a947a5076d9a69d17887c2bdfc68468088/pyfastnoiselite-0.0.4.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ca/89/e083519b4852a04aee0a26e702a947a5076d9a69d17887c2bdfc68468088/pyfastnoiselite-0.0.4.tar.gz %description @@ -53,20 +53,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 . @@ -79,5 +79,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.4-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.4-1 - Package Spec generated |