summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 10:14:30 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 10:14:30 +0000
commit69b62fdb33e95a5e8b225187129d696716e0f8a7 (patch)
treef457593900f070940572920f008a845875ea532f
parent6096fd2c04dcebd5ae91c17d83c218b72d249fa2 (diff)
automatic import of python-fancy-progressbaropeneuler20.03
-rw-r--r--python-fancy-progressbar.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-fancy-progressbar.spec b/python-fancy-progressbar.spec
index c3716cf..36e1e1b 100644
--- a/python-fancy-progressbar.spec
+++ b/python-fancy-progressbar.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: An easy to use multi progressbar manager
License: apache-2.0
URL: https://github.com/Plawn/Fancy_progressbar
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/84/46/c3e21f84a0dcc55a8bed8f46ed3c0d29b7d8aa1780e60a696f41bf8f3870/Fancy_progressbar-2.0.2.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/84/46/c3e21f84a0dcc55a8bed8f46ed3c0d29b7d8aa1780e60a696f41bf8f3870/Fancy_progressbar-2.0.2.tar.gz
BuildArch: noarch
@@ -37,7 +37,7 @@ Look at the github
%prep
-%autosetup -n Fancy-progressbar-2.0.2
+%autosetup -n Fancy_progressbar-2.0.2
%build
%py3_build
@@ -51,20 +51,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 .
@@ -77,5 +77,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.2-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.2-1
- Package Spec generated