diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:44:58 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 09:44:58 +0000 |
commit | 8d19493cdb7f52fece7ee91cc31eca24244504aa (patch) | |
tree | 81f347f6d85572db7b108d686d732a2ef532b0a1 | |
parent | c5a129bcb6cadbf24be06b7e4659110919cdb42a (diff) |
automatic import of python-pysixelopeneuler20.03
-rw-r--r-- | python-pysixel.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-pysixel.spec b/python-pysixel.spec index 0cbae33..318104a 100644 --- a/python-pysixel.spec +++ b/python-pysixel.spec @@ -5,7 +5,7 @@ Release: 1 Summary: View full-pixel color graphics on SIXEL-supported terminals(xterm/mlterm/DECterm/Reflection/RLogin/tanasinn/yaft) License: GPL v3 URL: https://github.com/saitoha/PySixel -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0d/f8/e67ae96d3a42122e85343ac9741692183158882d0ba67ce7c5d84043c7fc/PySixel-0.1.11.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/0d/f8/e67ae96d3a42122e85343ac9741692183158882d0ba67ce7c5d84043c7fc/PySixel-0.1.11.tar.gz BuildArch: noarch @@ -42,20 +42,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 . @@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.11-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.11-1 - Package Spec generated |