diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:29:56 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 08:29:56 +0000 |
| commit | 44e476f79c67dea8f34e71473298954f2c3aea1c (patch) | |
| tree | 0fa241cd983c6e7db2cd8c02fdbc6f115084e836 /python-pybelieva.spec | |
| parent | 1e34bceffd5367c2a93b85cb78a93ae9ee1501df (diff) | |
automatic import of python-pybelievaopeneuler20.03
Diffstat (limited to 'python-pybelieva.spec')
| -rw-r--r-- | python-pybelieva.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-pybelieva.spec b/python-pybelieva.spec index 6036267..dc2e28a 100644 --- a/python-pybelieva.spec +++ b/python-pybelieva.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Python wrapper for UnbelievaBoat API License: MIT URL: https://github.com/dev-cats/Pybelieva -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a1/e6/678afcca6acd8420e2639f7a835cac0dc50af567345ab4ce2011dcef2f62/Pybelieva-0.0.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/a1/e6/678afcca6acd8420e2639f7a835cac0dc50af567345ab4ce2011dcef2f62/Pybelieva-0.0.2.tar.gz BuildArch: noarch Requires: python3-aiohttp @@ -41,7 +41,7 @@ Also supports discord.py > Guild and User objects. |discord| |status| |release| |api| |documentation| |python| %prep -%autosetup -n pybelieva-0.0.2 +%autosetup -n Pybelieva-0.0.2 %build %py3_build @@ -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> - 0.0.2-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.2-1 - Package Spec generated |
