summaryrefslogtreecommitdiff
path: root/python-extra-streamlit-components.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-extra-streamlit-components.spec')
-rw-r--r--python-extra-streamlit-components.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-extra-streamlit-components.spec b/python-extra-streamlit-components.spec
index 97ebe3e..a86c54a 100644
--- a/python-extra-streamlit-components.spec
+++ b/python-extra-streamlit-components.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: An all-in-one place, to find complex or just natively unavailable components on streamlit.
License: MIT License
URL: https://github.com/Mohamed-512/Extra-Streamlit-Components
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/77/e9/c6c21c33b7f83ba23ac0fbabc6031f51ad9cea5d2d0562b453158770a3bc/extra_streamlit_components-0.1.56.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/77/e9/c6c21c33b7f83ba23ac0fbabc6031f51ad9cea5d2d0562b453158770a3bc/extra_streamlit_components-0.1.56.tar.gz
BuildArch: noarch
Requires: python3-streamlit
@@ -404,7 +404,7 @@ Firstly, add `import extra_streamlit_components as stx`
%prep
-%autosetup -n extra-streamlit-components-0.1.56
+%autosetup -n extra_streamlit_components-0.1.56
%build
%py3_build
@@ -418,20 +418,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 .
@@ -444,5 +444,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.56-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.56-1
- Package Spec generated