From 6674f605c9d9014631609ab03588639c1e42198b Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 07:15:53 +0000 Subject: automatic import of python-ask-smapi-model --- .gitignore | 1 + python-ask-smapi-model.spec | 18 +++++++++--------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index b2bd1ed..6a565e2 100644 --- a/.gitignore +++ b/.gitignore @@ -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 - 1.19.0-1 +* Thu Jun 08 2023 Python_Bot - 1.22.0-1 - Package Spec generated diff --git a/sources b/sources index 0405731..be2d751 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c952db875b6f3b3c46c4aa4910633f05 ask-smapi-model-1.19.0.tar.gz +dfc01760ac763f2ecb2bdac45438fa7f ask-smapi-model-1.22.0.tar.gz -- cgit v1.2.3