From b350810b7e425cfae55e68cf934e269c151be28e Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 12:14:20 +0000 Subject: automatic import of python-apologies --- python-apologies.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'python-apologies.spec') diff --git a/python-apologies.spec b/python-apologies.spec index eae9765..280a3a4 100644 --- a/python-apologies.spec +++ b/python-apologies.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-apologies -Version: 0.1.43 +Version: 0.1.44 Release: 1 Summary: Python code to play a game similar to Sorry License: Apache-2.0 URL: https://pypi.org/project/apologies/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/52/77/6e9c412744f1a9bddd2936549abaac3239f4106d537edee6a8f05245dc99/apologies-0.1.43.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/47/de/a3ce3c780c43a391bc9c3b1afd227c3c1933dca6048327f333168ff98104/apologies-0.1.44.tar.gz BuildArch: noarch Requires: python3-attrs @@ -82,7 +82,7 @@ builds at GitHub, and integration with PyPI and Read the Docs. %prep -%autosetup -n apologies-0.1.43 +%autosetup -n apologies-0.1.44 %build %py3_build @@ -96,20 +96,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 . @@ -122,5 +122,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot - 0.1.43-1 +* Thu Jun 08 2023 Python_Bot - 0.1.44-1 - Package Spec generated -- cgit v1.2.3