diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 07:51:26 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 07:51:26 +0000 |
commit | cedae0fbae68f5b6b5bfb3a1dad7c6ff6bdc764e (patch) | |
tree | ec6d4a218ad3dc3611b98c9ce7a0b88605814f26 | |
parent | 2a3346aa228aa12737ab21fcc50688e9d567cf5f (diff) |
automatic import of python-chartifyopeneuler20.03
-rw-r--r-- | python-chartify.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-chartify.spec b/python-chartify.spec index c0808b9..70658a0 100644 --- a/python-chartify.spec +++ b/python-chartify.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Python library to make plotting simpler for data scientists License: Apache 2 URL: https://github.com/spotify/chartify -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f4/fa/31b09762bb0786faa2231e2b83ed113676ce427abc8979c104459594d7c1/chartify-4.0.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/f4/fa/31b09762bb0786faa2231e2b83ed113676ce427abc8979c104459594d7c1/chartify-4.0.3.tar.gz BuildArch: noarch Requires: python3-pandas @@ -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> - 4.0.3-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 4.0.3-1 - Package Spec generated |