summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 20:37:53 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 20:37:53 +0000
commit89755dcd3644ad1c909a1a2110f3d78ada58ba12 (patch)
tree9441731d9a169b614693728158860fbe315224b3
parent68a36123e8d54ba59d6f843b3700a48abf9964a5 (diff)
automatic import of python-pyterminaluiopeneuler20.03
-rw-r--r--python-pyterminalui.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pyterminalui.spec b/python-pyterminalui.spec
index 5169f1b..edf9009 100644
--- a/python-pyterminalui.spec
+++ b/python-pyterminalui.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A set of helpers to implement a text user interface (TUI) in a terminal.
License: Apache Software License
URL: https://github.com/Paebbels/pyTerminalUI
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/02/d5/3b284930480157504ec33f223363f5b8af60203791f5a5795ad8c70e5381/pyTerminalUI-1.4.1.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/02/d5/3b284930480157504ec33f223363f5b8af60203791f5a5795ad8c70e5381/pyTerminalUI-1.4.1.tar.gz
BuildArch: noarch
Requires: python3-colorama
@@ -46,20 +46,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 .
@@ -72,5 +72,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.1-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.1-1
- Package Spec generated