diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:28:42 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:28:42 +0000 |
| commit | e7b80029bcfbfc676b6394cae79046e7ac1cee3f (patch) | |
| tree | 50ee53017bef4d22c9d2420a42016ce202dc27b1 | |
| parent | e54396d0b374daed5764d22bbe25ab45c0eb9ea7 (diff) | |
automatic import of python-rabbytopeneuler20.03
| -rw-r--r-- | python-rabbyt.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-rabbyt.spec b/python-rabbyt.spec index 0d4539e..59bb050 100644 --- a/python-rabbyt.spec +++ b/python-rabbyt.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A fast 2D sprite engine using OpenGL License: MIT URL: http://matthewmarshall.org/projects/rabbyt/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a6/27/3e708b61fcf9714f092ae4b894e2f7b25ee558f06b1ac2ad06cf0a4080d6/Rabbyt-0.8.3.zip +Source0: https://mirrors.aliyun.com/pypi/web/packages/a6/27/3e708b61fcf9714f092ae4b894e2f7b25ee558f06b1ac2ad06cf0a4080d6/Rabbyt-0.8.3.zip BuildArch: noarch @@ -60,20 +60,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 . @@ -86,5 +86,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.3-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.3-1 - Package Spec generated |
