diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:15:02 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:15:02 +0000 |
commit | f6fa6e70e08f11a7a0565a733af28ea67f13b25c (patch) | |
tree | 2122ec8b8656675285e9170df975d2e346eca1bf | |
parent | 03734a169e28a39cdd228fc025707c31219017f4 (diff) |
automatic import of python-catalyseuropeneuler20.03
-rw-r--r-- | python-catalyseur.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-catalyseur.spec b/python-catalyseur.spec index f4ab8d5..7be5102 100644 --- a/python-catalyseur.spec +++ b/python-catalyseur.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Nuage Catalyseur License: MIT License URL: https://catalyseur.ca -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/21/ce/799f7da7a4c1a6733066d7151e75dfb7ff9f543f5973ff015cce354de379/catalyseur-0.0.22.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/21/ce/799f7da7a4c1a6733066d7151e75dfb7ff9f543f5973ff015cce354de379/catalyseur-0.0.22.tar.gz BuildArch: noarch @@ -37,7 +37,7 @@ Nuage Catalyseur %prep -%autosetup -n Catalyseur-0.0.22 +%autosetup -n catalyseur-0.0.22 %build %py3_build @@ -51,20 +51,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 . @@ -77,5 +77,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.22-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.22-1 - Package Spec generated |