diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 23:58:14 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 23:58:14 +0000 |
| commit | 37ae1e861ebded0341d9a651b7e9d0b293225e18 (patch) | |
| tree | 3b7f096c1d5703538827100f9921e42deeb9abfb | |
| parent | 8f93537cb0aa1e480da9af19e2478de4257267f6 (diff) | |
automatic import of python-streamlit-aceopeneuler20.03
| -rw-r--r-- | python-streamlit-ace.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-streamlit-ace.spec b/python-streamlit-ace.spec index f4be36b..ae574fb 100644 --- a/python-streamlit-ace.spec +++ b/python-streamlit-ace.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Ace editor component for Streamlit. License: MIT URL: https://share.streamlit.io/okld/streamlit-gallery/main?p=ace-editor -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2e/34/a508123af170e41852d247b17d38d9cddc2b4be3884f2f29a84aeb322992/streamlit_ace-0.1.1.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/2e/34/a508123af170e41852d247b17d38d9cddc2b4be3884f2f29a84aeb322992/streamlit_ace-0.1.1.tar.gz BuildArch: noarch Requires: python3-streamlit @@ -152,7 +152,7 @@ content %prep -%autosetup -n streamlit-ace-0.1.1 +%autosetup -n streamlit_ace-0.1.1 %build %py3_build @@ -166,20 +166,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 . @@ -192,5 +192,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.1-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.1-1 - Package Spec generated |
