diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 07:34:24 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 07:34:24 +0000 |
commit | d23c7115740399ac5f501c3bcf11cca5f8a2ef12 (patch) | |
tree | fa23e6b3846932a7a5c973e90c348aa1e28549e1 | |
parent | 0bd028b886a0d262d02f7ae6a6116fb5a3fe13be (diff) |
automatic import of python-azure-cli-hdinsightopeneuler20.03
-rw-r--r-- | python-azure-cli-hdinsight.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-azure-cli-hdinsight.spec b/python-azure-cli-hdinsight.spec index e860d87..628c54a 100644 --- a/python-azure-cli-hdinsight.spec +++ b/python-azure-cli-hdinsight.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Microsoft Azure Command-Line Tools HDInsight Command Module License: MIT URL: https://github.com/Azure/azure-cli -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/25/6e/7a2eb80569e12cf798bff53692dae67a7d2a0c82d38df1a2d574b9e7d01e/azure-cli-hdinsight-0.3.5.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/25/6e/7a2eb80569e12cf798bff53692dae67a7d2a0c82d38df1a2d574b9e7d01e/azure-cli-hdinsight-0.3.5.tar.gz BuildArch: noarch Requires: python3-azure-mgmt-hdinsight @@ -50,20 +50,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 . @@ -76,5 +76,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.5-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.5-1 - Package Spec generated |