diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 17:55:02 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 17:55:02 +0000 |
| commit | cc09753f349ecf3ce5941a0ee64b7c936fe158e7 (patch) | |
| tree | 1aa6f1939775c5de34a7fa089e62d773670fd17b /python-auto-everything.spec | |
| parent | 0942292ec64f632b7fc0e52539fd283138aec62f (diff) | |
automatic import of python-auto-everythingopeneuler20.03
Diffstat (limited to 'python-auto-everything.spec')
| -rw-r--r-- | python-auto-everything.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-auto-everything.spec b/python-auto-everything.spec index 59e746b..92d0a50 100644 --- a/python-auto-everything.spec +++ b/python-auto-everything.spec @@ -5,7 +5,7 @@ Release: 1 Summary: do automate things on Linux License: GPLv3 URL: https://pypi.org/project/auto-everything/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e1/94/5f661b95357977685c5fb5bac887829590e360401723b1ead8909c97022b/auto_everything-3.20.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/e1/94/5f661b95357977685c5fb5bac887829590e360401723b1ead8909c97022b/auto_everything-3.20.tar.gz BuildArch: noarch Requires: python3-fire @@ -144,7 +144,7 @@ print(status) t.kill('terminal') %prep -%autosetup -n auto-everything-3.20 +%autosetup -n auto_everything-3.20 %build %py3_build @@ -158,20 +158,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 . @@ -184,5 +184,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.20-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.20-1 - Package Spec generated |
