diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:21:47 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 01:21:47 +0000 |
| commit | e42b63b10470db3354354d263bb60e3f3b6a66b9 (patch) | |
| tree | 5b3f70cca9e05d57151abf1f91184da23610083b | |
| parent | 724c16169beaa0379423dd4f01a7c20c929804a9 (diff) | |
automatic import of python-vtx-commonopeneuler20.03
| -rw-r--r-- | python-vtx-common.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-vtx-common.spec b/python-vtx-common.spec index e2d3f64..7c712b4 100644 --- a/python-vtx-common.spec +++ b/python-vtx-common.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Vertex project tools to assist with packaging. License: Apache License 2.0 URL: https://github.com/vertexproject/common-tools -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b7/da/5f904223f0ee8466874a26516bd13b5d763abc378b6ddaf95f3fe8e636b6/vtx-common-0.1.22.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/b7/da/5f904223f0ee8466874a26516bd13b5d763abc378b6ddaf95f3fe8e636b6/vtx-common-0.1.22.tar.gz BuildArch: noarch Requires: python3-PyGithub @@ -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.1.22-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.22-1 - Package Spec generated |
