diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:02:50 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:02:50 +0000 |
commit | 3de0edb6fd3a42dc9ed782659bcab70a1ba63e9c (patch) | |
tree | 1cb2f0002b766c0bcd8d4503d722094936ce8ef4 | |
parent | ba4db7eb4317370b66a039747c8fc6a9b37bdb51 (diff) |
automatic import of python-aws-gloveopeneuler20.03
-rw-r--r-- | python-aws-glove.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-aws-glove.spec b/python-aws-glove.spec index d3f658c..02d3d92 100644 --- a/python-aws-glove.spec +++ b/python-aws-glove.spec @@ -5,7 +5,7 @@ Release: 1 Summary: AWS를 쉽게 사용할 수 있게 도와줍니다. License: MIT URL: https://github.com/da-huin/aws_glove -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/92/99/531387877c6ae4ed06d938625cc79ce3b5e398ed9389bbbc15a77a301d52/aws_glove-1.0.27.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/92/99/531387877c6ae4ed06d938625cc79ce3b5e398ed9389bbbc15a77a301d52/aws_glove-1.0.27.tar.gz BuildArch: noarch Requires: python3-boto3 @@ -41,7 +41,7 @@ Please refer to the https://github.com/da-huin/aws_glove %prep -%autosetup -n aws-glove-1.0.27 +%autosetup -n aws_glove-1.0.27 %build %py3_build @@ -55,20 +55,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 . @@ -81,5 +81,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.27-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.27-1 - Package Spec generated |