diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 19:29:34 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 19:29:34 +0000 |
commit | c8b3a6223f81a2eefddf9503d9f3d21a3f2ff331 (patch) | |
tree | 15e527389ed0dae4aa6993dcfaa12fb6d5554baa | |
parent | dd4e351a851353da8638542107cf81793b2da71c (diff) |
automatic import of python-ps2-analysisopeneuler20.03
-rw-r--r-- | python-ps2-analysis.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-ps2-analysis.spec b/python-ps2-analysis.spec index 5c4bb2b..ee29924 100644 --- a/python-ps2-analysis.spec +++ b/python-ps2-analysis.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Daybreak Game's Planetside 2 data analysis (UNOFFICIAL) License: MIT URL: https://github.com/spascou/ps2-analysis -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ea/32/d881d3c8f3fbb83b6b374b92d7417e9d5f5f549bf01b11370ca6bfd0878c/ps2_analysis-0.28.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ea/32/d881d3c8f3fbb83b6b374b92d7417e9d5f5f549bf01b11370ca6bfd0878c/ps2_analysis-0.28.0.tar.gz BuildArch: noarch Requires: python3-toml @@ -174,7 +174,7 @@ To run the examples in the `examples` folder: %prep -%autosetup -n ps2-analysis-0.28.0 +%autosetup -n ps2_analysis-0.28.0 %build %py3_build @@ -188,20 +188,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 . @@ -214,5 +214,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.28.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.28.0-1 - Package Spec generated |