From b81c86f97b0957d42cc5ffe133b379bbd57cfc9d Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 10:51:16 +0000 Subject: automatic import of python-pywaclient --- python-pywaclient.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'python-pywaclient.spec') diff --git a/python-pywaclient.spec b/python-pywaclient.spec index dfef5ae..74d54c5 100644 --- a/python-pywaclient.spec +++ b/python-pywaclient.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pywaclient -Version: 1.3.4 +Version: 1.3.5 Release: 1 Summary: A small wrapper library around the World Anvil Aragorn API: https://www.worldanvil.com/api/aragorn/documentation. License: Apache 2.0 URL: https://gitlab.com/SoulLink/world-anvil-api-client -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a7/1a/9b0a41784e24bd0a46c4a8e16d2ab5894171fa985bd69dc9aaa44b0e3c67/pywaclient-1.3.4.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/0a/0d/2b12b6287e154175e68cd208c6ca13abbb77bca5d88a73b0b282a257112b/pywaclient-1.3.5.tar.gz BuildArch: noarch Requires: python3-requests @@ -182,7 +182,7 @@ category = client.category.get(categories[0]['id'], 1) %prep -%autosetup -n pywaclient-1.3.4 +%autosetup -n pywaclient-1.3.5 %build %py3_build @@ -196,20 +196,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 . @@ -222,5 +222,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 1.3.4-1 +* Thu Jun 08 2023 Python_Bot - 1.3.5-1 - Package Spec generated -- cgit v1.2.3