diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-09 04:32:24 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 04:32:24 +0000 |
commit | 75cc8873b55eae2c77f8c9b45b957e8f1b26fac4 (patch) | |
tree | a82ce3ba4417b4deee69099120e6afbdf310282a | |
parent | ad9bed5e9e65cde1845cc3c2a966f52d13a55f37 (diff) |
automatic import of python-aws-cdk-aws-servicecatalog-alphaopeneuler20.03
-rw-r--r-- | python-aws-cdk-aws-servicecatalog-alpha.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-aws-cdk-aws-servicecatalog-alpha.spec b/python-aws-cdk-aws-servicecatalog-alpha.spec index 1301f4e..2210b26 100644 --- a/python-aws-cdk-aws-servicecatalog-alpha.spec +++ b/python-aws-cdk-aws-servicecatalog-alpha.spec @@ -5,7 +5,7 @@ Release: 1 Summary: The CDK Construct Library for AWS::ServiceCatalog License: Apache-2.0 URL: https://github.com/aws/aws-cdk -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fe/8f/e29515d8b73cf1f6a673dd227758235d2fec0ca54500a128fe3a219fbc64/aws-cdk.aws-servicecatalog-alpha-2.22.0a0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/fe/8f/e29515d8b73cf1f6a673dd227758235d2fec0ca54500a128fe3a219fbc64/aws-cdk.aws-servicecatalog-alpha-2.22.0a0.tar.gz BuildArch: noarch Requires: python3-aws-cdk-lib @@ -910,20 +910,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 . @@ -936,5 +936,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 2.22.0a0-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.22.0a0-1 - Package Spec generated |