diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 18:59:23 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 18:59:23 +0000 |
| commit | 18fe5f19370b2a829e6f5b84f9490db8b7b11e0a (patch) | |
| tree | 32555a21a25b25b2320e7d252f5d5cf2e7478d9a /python-clashroyale.spec | |
| parent | 65f30a895bb95f8ebc0101c65dffdb3fed28bd1c (diff) | |
automatic import of python-clashroyaleopeneuler20.03
Diffstat (limited to 'python-clashroyale.spec')
| -rw-r--r-- | python-clashroyale.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-clashroyale.spec b/python-clashroyale.spec index 855c3ca..8afdd8a 100644 --- a/python-clashroyale.spec +++ b/python-clashroyale.spec @@ -5,7 +5,7 @@ Release: 1 Summary: An (a)sync wrapper for royaleapi.com License: MIT URL: https://pypi.org/project/clashroyale/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2c/e3/51eac8d2fcc6526714f63ad79683490cb863dd6585b79693bd99970bc849/clashroyale-4.0.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/2c/e3/51eac8d2fcc6526714f63ad79683490cb863dd6585b79693bd99970bc849/clashroyale-4.0.1.tar.gz BuildArch: noarch @@ -48,20 +48,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 . @@ -74,5 +74,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.0.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.0.1-1 - Package Spec generated |
