diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:57:54 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 14:57:54 +0000 |
commit | 0645d874c4cf1ed67d92e2bf136de4e2c62df05b (patch) | |
tree | 5eab2372e52e42ea066e3809e44e02e0953d2cbe | |
parent | cbd44448ededcdfbfad26d619c32ace977f0810d (diff) |
automatic import of python-phanterpwaopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-phanterpwa.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /phanterpwa-13.13.4.tar.gz +/phanterpwa-13.13.7.tar.gz diff --git a/python-phanterpwa.spec b/python-phanterpwa.spec index b4d0cad..f6a10ca 100644 --- a/python-phanterpwa.spec +++ b/python-phanterpwa.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-phanterpwa -Version: 13.13.4 +Version: 13.13.7 Release: 1 Summary: Tools for the phanterpwadeveloper framework License: MIT URL: https://github.com/PhanterJR/phanterpwa -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/18/9f/14ffd0ac0bbdb8bf7e262fa40a4cf3f18b1d45dcee7e2ed950dc02a531d7/phanterpwa-13.13.4.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/95/e7/aa537f7f4db805285f455ffd6439958716bb745795d7dca345a60cceba82/phanterpwa-13.13.7.tar.gz BuildArch: noarch Requires: python3-psutil @@ -119,7 +119,7 @@ Provides: python3-phanterpwa-doc %prep -%autosetup -n phanterpwa-13.13.4 +%autosetup -n phanterpwa-13.13.7 %build %py3_build @@ -133,20 +133,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 . @@ -159,5 +159,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 13.13.4-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 13.13.7-1 - Package Spec generated @@ -1 +1 @@ -662df6982c87a24bf24609ac0a4a5359 phanterpwa-13.13.4.tar.gz +3621f44a081141b0c60092d1c1461cf5 phanterpwa-13.13.7.tar.gz |