diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:59:07 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 20:59:07 +0000 |
commit | 9b22206c404613e3187b13dd58b34db356566f1d (patch) | |
tree | 2726d84a9c9107fb6fd7fd67946409bdca6fb334 | |
parent | 191b41355e2e10ca96c0685c8641a6ae45443c45 (diff) |
automatic import of python-pulumi-pagerdutyopeneuler20.03
-rw-r--r-- | python-pulumi-pagerduty.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-pulumi-pagerduty.spec b/python-pulumi-pagerduty.spec index c09ebc7..8af267d 100644 --- a/python-pulumi-pagerduty.spec +++ b/python-pulumi-pagerduty.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A Pulumi package for creating and managing pagerduty cloud resources. License: Apache-2.0 URL: https://pulumi.io -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/08/9d/f5198a51309d943b4991a4956a2fd40572218113c5811a86621a46562b03/pulumi_pagerduty-3.10.2.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/08/9d/f5198a51309d943b4991a4956a2fd40572218113c5811a86621a46562b03/pulumi_pagerduty-3.10.2.tar.gz BuildArch: noarch @@ -202,7 +202,7 @@ or for detailed reference documentation, please visit [the API docs](https://www %prep -%autosetup -n pulumi-pagerduty-3.10.2 +%autosetup -n pulumi_pagerduty-3.10.2 %build %py3_build @@ -216,20 +216,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 . @@ -242,5 +242,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.10.2-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 3.10.2-1 - Package Spec generated |