diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 07:15:53 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 07:15:53 +0000 |
commit | 6674f605c9d9014631609ab03588639c1e42198b (patch) | |
tree | 4bb84a7de0a5a1730a44bb4a51a418f577caf31f | |
parent | de5c4f0477bdbab674b21c194bbe9fabb9ff721c (diff) |
automatic import of python-ask-smapi-modelopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-ask-smapi-model.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /ask-smapi-model-1.19.0.tar.gz +/ask-smapi-model-1.22.0.tar.gz diff --git a/python-ask-smapi-model.spec b/python-ask-smapi-model.spec index 36deac1..3d41fc3 100644 --- a/python-ask-smapi-model.spec +++ b/python-ask-smapi-model.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-ask-smapi-model -Version: 1.19.0 +Version: 1.22.0 Release: 1 Summary: The SMAPI SDK Model package provides model definitions for making Skill Management API calls. License: Apache 2.0 URL: https://github.com/alexa/alexa-apis-for-python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/53/2e/3f58b6bc797be08e94bcee38ac7a2e836b6222b3429c32b8e0dd8d6ddce2/ask-smapi-model-1.19.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/93/1d/3a4ea876d47ede6bd224db40302efad2c9f7e109f042a743adbe207e7170/ask-smapi-model-1.22.0.tar.gz BuildArch: noarch Requires: python3-six @@ -32,7 +32,7 @@ Provides: python3-ask-smapi-model-doc %prep -%autosetup -n ask-smapi-model-1.19.0 +%autosetup -n ask-smapi-model-1.22.0 %build %py3_build @@ -46,20 +46,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 . @@ -72,5 +72,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.19.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.22.0-1 - Package Spec generated @@ -1 +1 @@ -c952db875b6f3b3c46c4aa4910633f05 ask-smapi-model-1.19.0.tar.gz +dfc01760ac763f2ecb2bdac45438fa7f ask-smapi-model-1.22.0.tar.gz |