diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 08:17:53 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 08:17:53 +0000 |
commit | 7d9a6830959ac9e9ef362a3d7c2aa1ed9ceb20b5 (patch) | |
tree | 263a551f3a5c8044e5db779c46ca6cfef76b11c2 | |
parent | 240158f97fe9de0c24ffda5c673ca929d882236e (diff) |
automatic import of python-cursedspaceopeneuler20.03
-rw-r--r-- | python-cursedspace.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-cursedspace.spec b/python-cursedspace.spec index bae8eec..9a8d4d9 100644 --- a/python-cursedspace.spec +++ b/python-cursedspace.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Library for TUI programs on basis of curses License: MIT License URL: https://vonshednob.cc/cursedspace -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/cd/3b/72657c9e867dd5034814dcea21b1128a70a1b8427e48c7de8b3b9ea3dd93/cursedspace-1.5.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/cd/3b/72657c9e867dd5034814dcea21b1128a70a1b8427e48c7de8b3b9ea3dd93/cursedspace-1.5.2.tar.gz BuildArch: noarch @@ -240,20 +240,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 . @@ -266,5 +266,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.2-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.2-1 - Package Spec generated |