diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 04:52:24 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 04:52:24 +0000 |
commit | 210656102cf388d0ab1d4ce75c27c3aecdac4167 (patch) | |
tree | 9f528f7765d2ed8308fec554c939040a3e675fb0 | |
parent | 2800cc941595b1bbe5fa011ddfe0d61418d5082b (diff) |
automatic import of python-dash-cool-componentsopeneuler20.03
-rw-r--r-- | python-dash-cool-components.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-dash-cool-components.spec b/python-dash-cool-components.spec index 5171037..62cdc93 100644 --- a/python-dash-cool-components.spec +++ b/python-dash-cool-components.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Cool React components, wrapped for Plotly Dash License: MIT URL: https://github.com/Tauffer-Consulting/dash-cool-components -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/cb/40/d8a8bccd5abeb325142d7ebf1f40d04a2601f6deb3ddd0df4d852cb8fdf8/dash_cool_components-0.1.8-1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/cb/40/d8a8bccd5abeb325142d7ebf1f40d04a2601f6deb3ddd0df4d852cb8fdf8/dash_cool_components-0.1.8-1.tar.gz BuildArch: noarch Requires: python3-dash @@ -326,7 +326,7 @@ pip install dash-cool-components %prep -%autosetup -n dash-cool-components-0.1.8 +%autosetup -n dash_cool_components-1-0.1.8 %build %py3_build @@ -340,20 +340,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 . @@ -366,5 +366,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.8-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.8-1 - Package Spec generated |