diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:28:23 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:28:23 +0000 |
| commit | abe9dd4af7828c5959109623fd619344b999f001 (patch) | |
| tree | 73736e9697928d2c9b300591cd628cf0990df552 | |
| parent | 3eae8980e824e4d623c24955e7a67ac30c572e0c (diff) | |
automatic import of python-cdk-pipelines-githubopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-cdk-pipelines-github.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /cdk-pipelines-github-0.4.71.tar.gz +/cdk-pipelines-github-0.4.81.tar.gz diff --git a/python-cdk-pipelines-github.spec b/python-cdk-pipelines-github.spec index 6648265..883ab75 100644 --- a/python-cdk-pipelines-github.spec +++ b/python-cdk-pipelines-github.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cdk-pipelines-github -Version: 0.4.71 +Version: 0.4.81 Release: 1 Summary: GitHub Workflows support for CDK Pipelines License: Apache-2.0 URL: https://github.com/cdklabs/cdk-pipelines-github.git -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bb/c4/ae4f42f81ec48957d45f9f8d43d1d3ca1443415168d5042e5c4ac8e071c6/cdk-pipelines-github-0.4.71.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/74/aa/dfeceb01585e6092c037f9b784f3cf94129e279cfdbe092459bd7faebda7/cdk-pipelines-github-0.4.81.tar.gz BuildArch: noarch Requires: python3-aws-cdk-lib @@ -1965,7 +1965,7 @@ This project is licensed under the Apache-2.0 License. %prep -%autosetup -n cdk-pipelines-github-0.4.71 +%autosetup -n cdk-pipelines-github-0.4.81 %build %py3_build @@ -1979,20 +1979,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 . @@ -2005,5 +2005,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.71-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.4.81-1 - Package Spec generated @@ -1 +1 @@ -68d85ce998956789a4e323ba5834698c cdk-pipelines-github-0.4.71.tar.gz +de7f29fd4800fd9864f2dfe87edb0fc7 cdk-pipelines-github-0.4.81.tar.gz |
