diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 00:57:46 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 00:57:46 +0000 |
commit | 19e01b2a003d3271f9c1e6c999648f30cb89d9ba (patch) | |
tree | 237e5a6720424824d9740d5e7fb49e8e277fe207 | |
parent | c12f3530b0f10ff2750b75e380b90ca670167dce (diff) |
automatic import of python-yugabyte-pycommonopeneuler20.03
-rw-r--r-- | python-yugabyte-pycommon.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-yugabyte-pycommon.spec b/python-yugabyte-pycommon.spec index 90b5a89..e3a47dc 100644 --- a/python-yugabyte-pycommon.spec +++ b/python-yugabyte-pycommon.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Common utilities used in YugaByte Database's build infrastructure but could also be useful for anyone. E.g. convenient utilities for running external programs, logging, etc. Please give YugaByte DB a star at https://github.com/yugabyte/yugabyte-db -- much appreciated! License: Apache 2.0 URL: https://github.com/yugabyte/yugabyte_pycommon -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/95/d5/55f0969b11af341cec24a19aa75692099ba2ecc4ae759ff9e4cf926e7ec3/yugabyte_pycommon-1.9.15.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/95/d5/55f0969b11af341cec24a19aa75692099ba2ecc4ae759ff9e4cf926e7ec3/yugabyte_pycommon-1.9.15.tar.gz BuildArch: noarch @@ -28,7 +28,7 @@ Provides: python3-yugabyte-pycommon-doc Common utilities used in YugaByte Database's build infrastructure but could also be useful for anyone. E.g. convenient utilities for running external programs, logging, etc. %prep -%autosetup -n yugabyte-pycommon-1.9.15 +%autosetup -n yugabyte_pycommon-1.9.15 %build %py3_build @@ -42,20 +42,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 . @@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 1.9.15-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.9.15-1 - Package Spec generated |