diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 06:11:19 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 06:11:19 +0000 |
commit | 54b72d3787101f1cfc56b21ab0078fa9f61c4dd5 (patch) | |
tree | 132668aaaaa82c31c6c6f81e29c9c3cc8f8a06cb | |
parent | 9b7536f8bb68da6832d2c40ef84f26cf4e794020 (diff) |
automatic import of python-affirmationsopeneuler20.03
-rw-r--r-- | python-affirmations.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-affirmations.spec b/python-affirmations.spec index b369b9c..2302cd2 100644 --- a/python-affirmations.spec +++ b/python-affirmations.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Randomly adds affirming print statements to functions. License: MIT License URL: https://github.com/TimNicholsonShaw/affirmation -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ca/ca/b4e701f17671b63b24a4f90c36f54ae83d576b324f41620d4c3b20666b8b/Affirmations-0.0.10.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/ca/ca/b4e701f17671b63b24a4f90c36f54ae83d576b324f41620d4c3b20666b8b/Affirmations-0.0.10.tar.gz BuildArch: noarch @@ -150,20 +150,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 . @@ -176,5 +176,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.10-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.10-1 - Package Spec generated |