diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 06:20:22 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 06:20:22 +0000 |
commit | e385622090cf8c92a81f49e1908e50e210cf4a2c (patch) | |
tree | 8087e3d961ef3e6d2abaeec5f54fc014d25ebe0b | |
parent | 009695345ddabf391a484f75f0dbaba66bd5bc91 (diff) |
automatic import of python-dramatiq-dashboardopeneuler20.03
-rw-r--r-- | python-dramatiq-dashboard.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-dramatiq-dashboard.spec b/python-dramatiq-dashboard.spec index 69944eb..d70eef9 100644 --- a/python-dramatiq-dashboard.spec +++ b/python-dramatiq-dashboard.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A dashboard for Dramatiq (Redis-only!). License: GNU Lesser General Public License v3 or later (LGPLv3+) URL: https://pypi.org/project/dramatiq-dashboard/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3e/23/6735768b891416cfc1ccacb800f445640755819d68fad0f5a3b89403b187/dramatiq_dashboard-0.4.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/3e/23/6735768b891416cfc1ccacb800f445640755819d68fad0f5a3b89403b187/dramatiq_dashboard-0.4.0.tar.gz BuildArch: noarch Requires: python3-dramatiq[redis] @@ -269,7 +269,7 @@ and [COPYING.LESSER] for licensing details. %prep -%autosetup -n dramatiq-dashboard-0.4.0 +%autosetup -n dramatiq_dashboard-0.4.0 %build %py3_build @@ -283,20 +283,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 . @@ -309,5 +309,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.0-1 - Package Spec generated |