diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:39:11 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 15:39:11 +0000 |
commit | f89b7f5ad6be62ad9a9ea7130cc645394b31a3cc (patch) | |
tree | 27c0406fe96e60af799f4b404f2f2425cdf3e5c3 | |
parent | 9f8115784931875565143e28e6dd92c0d75706f3 (diff) |
automatic import of python-abg-pythonopeneuler20.03
-rw-r--r-- | python-abg-python.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-abg-python.spec b/python-abg-python.spec index f52c8a7..904c418 100644 --- a/python-abg-python.spec +++ b/python-abg-python.spec @@ -5,7 +5,7 @@ Release: 1 Summary: shared python utilities for http://github.com/agurvich 's packages. License: MIT License URL: https://github.com/agurvich/abg_python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/df/b6/5af4898a5b35cd2da7529b01c841c3fcb3ae872dec745fdf59d19853d9f2/abg_python-1.1.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/df/b6/5af4898a5b35cd2da7529b01c841c3fcb3ae872dec745fdf59d19853d9f2/abg_python-1.1.3.tar.gz BuildArch: noarch Requires: python3-scipy @@ -93,7 +93,7 @@ If you use any part of this code for direct calculation please put a nice thank %prep -%autosetup -n abg-python-1.1.3 +%autosetup -n abg_python-1.1.3 %build %py3_build @@ -107,20 +107,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 . @@ -133,5 +133,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.3-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.3-1 - Package Spec generated |