diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 05:12:26 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 05:12:26 +0000 |
| commit | e37211bdf9b793a3d5875fb3e75b05f04daac213 (patch) | |
| tree | 30edc119653c0333f26c4ffc1cfee693d5d9692c | |
| parent | ca8ed7652162212da34a0f06eea86208ff21b1a0 (diff) | |
automatic import of python-yogaopeneuler20.03
| -rw-r--r-- | python-yoga.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-yoga.spec b/python-yoga.spec index 7bf7340..18ef6db 100644 --- a/python-yoga.spec +++ b/python-yoga.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Yummy Optimizer for Gorgeous Assets License: BSD-3-Clause URL: https://github.com/wanadev/yoga -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5b/1a/8cff7cade42f669afaab14625e12b9093fdb27bff253b346166c8512e625/yoga-1.2.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/5b/1a/8cff7cade42f669afaab14625e12b9093fdb27bff253b346166c8512e625/yoga-1.2.2.tar.gz Requires: python3-cffi Requires: python3-imagequant @@ -103,20 +103,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 . @@ -129,5 +129,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.2-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.2-1 - Package Spec generated |
