summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-08 08:56:43 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-08 08:56:43 +0000
commit4c7f9e26cb80062e770d68dd6f5e35fc6a79030b (patch)
treef884754e3e7751c8b240c76943290d003a8cfe62
parent17252922955b798d0c6858446afc786e482eefa3 (diff)
automatic import of python-pulumi-signalfxopeneuler20.03
-rw-r--r--python-pulumi-signalfx.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/python-pulumi-signalfx.spec b/python-pulumi-signalfx.spec
index 2a59ff8..0c17e33 100644
--- a/python-pulumi-signalfx.spec
+++ b/python-pulumi-signalfx.spec
@@ -5,7 +5,7 @@ Release: 1
Summary: A Pulumi package for creating and managing SignalFx resources.
License: Apache-2.0
URL: https://pulumi.io
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5a/64/d7a43c323befeea5a064395921cb2924bd45e112896e0bb0d548d9f3ad7c/pulumi_signalfx-5.10.0.tar.gz
+Source0: https://mirrors.aliyun.com/pypi/web/packages/5a/64/d7a43c323befeea5a064395921cb2924bd45e112896e0bb0d548d9f3ad7c/pulumi_signalfx-5.10.0.tar.gz
BuildArch: noarch
@@ -211,7 +211,7 @@ For further information, please visit [the SignalFx provider docs](https://www.p
%prep
-%autosetup -n pulumi-signalfx-5.10.0
+%autosetup -n pulumi_signalfx-5.10.0
%build
%py3_build
@@ -225,20 +225,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 .
@@ -251,5 +251,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 5.10.0-1
+* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 5.10.0-1
- Package Spec generated