diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:44:30 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:44:30 +0000 |
commit | b5e55da95594aaa488f7a662a0b4ac796d935db1 (patch) | |
tree | 6e4cfa5d8817c7a482457cbfc7a486f3883cf315 | |
parent | 56b516a0e3000bd80581e8132772fb497ca191b0 (diff) |
automatic import of python-wapt-toolsopeneuler20.03
-rw-r--r-- | python-wapt-tools.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-wapt-tools.spec b/python-wapt-tools.spec index b56a8dc..0494317 100644 --- a/python-wapt-tools.spec +++ b/python-wapt-tools.spec @@ -5,7 +5,7 @@ Release: 1 Summary: "WAPT packaging utilities." License: Apache 2.0 URL: https://github.com/lrobinot/wapt-tools -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a2/a9/1e2f05e3ae9e9adbbfe8832e010d24190a44a6109bbe1b9abef8cb7b886a/wapt_tools-1.18.17.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/a2/a9/1e2f05e3ae9e9adbbfe8832e010d24190a44a6109bbe1b9abef8cb7b886a/wapt_tools-1.18.17.tar.gz BuildArch: noarch Requires: python3-anybadge @@ -41,7 +41,7 @@ Provides: python3-wapt-tools-doc %prep -%autosetup -n wapt-tools-1.18.17 +%autosetup -n wapt_tools-1.18.17 %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 -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.18.17-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.18.17-1 - Package Spec generated |