diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 05:58:56 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 05:58:56 +0000 |
commit | 961ed9f5920f9e4eddfde05aff989c8dd71a8cde (patch) | |
tree | e4e38209ae239e07a8bd3c6be1b34cf7d96ae360 | |
parent | cb0d0155cc21630f9a5546c93c98aa6edbf9a49e (diff) |
automatic import of python-jade-application-kitopeneuler20.03
-rw-r--r-- | python-jade-application-kit.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-jade-application-kit.spec b/python-jade-application-kit.spec index cf250b7..8faf7f1 100644 --- a/python-jade-application-kit.spec +++ b/python-jade-application-kit.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Create native web wrappers or write hybrid Desktop applications on Linux, with Python, JavaScript, HTML, and Blink License: GPL URL: https://codesardine.github.io/Jade-Application-Kit -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2e/6b/ca6fa3c23d83e1f73729f87de866621d1f7ce26f786229ab926ac3bd8021/Jade-Application-Kit-3.5.6.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/2e/6b/ca6fa3c23d83e1f73729f87de866621d1f7ce26f786229ab926ac3bd8021/Jade-Application-Kit-3.5.6.tar.gz BuildArch: noarch Requires: python3-PySide2 @@ -488,20 +488,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 . @@ -514,5 +514,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 3.5.6-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 3.5.6-1 - Package Spec generated |